- Sie sind hier: Startseite »
Momentan nicht auf Lager
Sun of Africa Cape Red | 13% | 3 l BIB
- Preis
- 7,19 €
- Verfügbarkeit
- Auf Lager
Tarkka tuotekuvaus
{{ $json.productName }}
@php $output = []; // --- Introduction --- $introSentence = []; if (!empty($json['productName'])) { $introSentence[] = 'Koe ' . $json['productName'] . ''; } if (!empty($json['Brand'])) { $introSentence[] = $json['Brand'] . '-tuotemerkin'; } if (!empty($json['ProductCategoryNames'])) { $categoryNames = explode(', ', $json['ProductCategoryNames']); $firstCategory = strtolower(trim($categoryNames[0])); if (!empty($firstCategory)) { $introSentence[] = 'laadukas ' . $firstCategory; } } if (!empty($introSentence)) { $output[] = '' . implode(' ', $introSentence) . '.
'; } // --- Product Type Detection --- $isWine = !empty($json['ProductFeature_Sweetness']) || !empty($json['ProductFeature_Sparkling wine sweetness']); $isSpirit = !empty($json['ProductFeature_Distillery']) || !empty($json['ProductFeature_Type of whisky']) || !empty($json['ProductFeature_Type of gin']) || !empty($json['ProductFeature_Type of rum']) || !empty($json['ProductFeature_Type of tequila']); $is