<div class="container"> <form action="<?php echo $this->action; ?>" id="<?php echo $this->formId; ?>" name="iso<?php echo rand(); ?>" method="post" enctype="<?php echo $this->enctype; ?>"> <div class="iso--product-reader variant-v2 formbody" itemscope itemtype="http://schema.org/Product"> <input type="hidden" name="FORM_SUBMIT" value="<?php echo $this->formSubmit; ?>"> <input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}"> <input type="hidden" name="AJAX_PRODUCT" value="<?php echo $this->product_id; ?>"> <input type="hidden" name="AJAX_MODULE" value="<?php echo $this->module_id; ?>"> <div class="row"> <div class="col-12 col-lg-6 image--col"> <div class="image-col--inner"> <div class="product--main-image"> <?php echo $this->getGallery('images')->generateMainImage(); ?> </div> <div class="product--thumbnails"> <?php echo $this->getGallery('images')->generateGallery(); ?> </div> </div> </div> <div class="col-12 col-lg-6 content--col"> <div class="content-col--inner mt-3"> <div class="content--section content--section-1"> <div class="ce--headline"> <span class="ce--topline mb-0 fs-28px">##Blütenedition##</span> <h1 itemprop="name"><?php echo $this->generateAttribute('name'); ?></h1> </div> <div class="row gy-0 gx-4"> <div class="col-12 col-md-6"> <?php if ($this->teaser): ?> <div class="teaser fw-bold"><?= $this->highlightKeywords($this->generateAttribute('teaser')); ?></div> <?php endif; ?> <?php if ($this->sku) : ?> <div class="sku" itemprop="sku"><?php echo $this->generateAttribute('sku'); ?></div> <?php endif; ?> <div class="mt-2"> <strong class="d-block">CHARAKTERSTIK</strong> <p>AUSGABE## Vielfältiges, intensives Fruchtaroma von Pfirsich und Ananas. Eleganter Körper mit fruchtiger Süße</p> </div> <div class="mt-2"> <strong class="d-block">Speiseempfehlung</strong> <p>AUSGABE## Ein hervorragender Begleiter für alle leichten Geflügel- und Gemüsegerichte. Sehr gut zu Spargel, frischen Salaten und asiatischer Küche. Idealer Terassenwein für laue Sommerabende!</p> </div> </div> <div class="col-12 col-md-6"> <div class="attributes"> <ul class="list-unstyled"> <li><strong>Alkohol</strong> <span>10,5 % vol</span></li> <li><strong>Restzucker</strong> <span>29,0 g/l</span></li> <li><strong>Säure</strong> <span>6,0 % g/l</span></li> <li><strong>Trinktemperatur</strong> <span>8-10 °C</span></li> <li><strong>Geschmack</strong> <span>lieblich</span></li> <li><strong>Anbauregion</strong> <span>Baden/Ortenau</span></li> <li><strong>Ursprungsland</strong> <span>Deutschland</span></li> <li><strong>Erzeuger</strong> <span>Affentaler Winzer eG, D-77815 Bühl</span> </li> <li><strong>##Allergene##</strong> <span>Enthält Sulfite</span></li> </ul> </div> <div class="mt-4"> <a class="btn btn-outline-primary" href="/"> {{icon_pl::far:fa-download}} ##EXPERTISE.PDF## </a> </div> </div> </div> <?php /* @var \Isotope\Interfaces\IsotopePrice $price */ if ($price = $this->product->getPrice()) : ?> <div class="offer" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta itemprop="priceCurrency" content="<?= \Isotope\Isotope::getConfig()->currency ?>"> <div class="h1 price" itemprop="price" content="<?= \Isotope\Isotope::roundPrice($price->getAmount(1, $this->product->getOptions())) ?>"> <?php echo $this->generatePrice(); ?> </div> </div> <?php endif; ?> <p class="fw-bold mb-0">AUSGABE## 6 x 0,75 L Karton</p> <?php if ($this->generateAttribute('baseprice')) : ?> <div class="item--short-informations"> <span class="baseprice">(<?php echo $this->generateAttribute('baseprice'); ?>)</span> </div> <?php endif; ?> <div class="tax-note"> <a href="{{link_url::50}}">Preis inkl. MwSt., zzgl. Versandkosten</a> </div> <div class="shipping-note"> AUSGABE## Lieferbar in 2 - 4 Werktagen </div> <?php if ($this->shipping_time): ?> <div class="delivery-note"> <?php echo $this->shipping_time; ?> </div> <?php endif; ?> <?php if ($this->hasOptions) : ?> <div class="options"> <div class="form-body"> <?php foreach ($this->options as $arrOption) : echo $arrOption['html']; endforeach; ?> </div> </div> <?php endif; ?> <?php if ($this->actions) : ?> <div class="submit_container mt-3"> <div class="d-flex w-100"> <?php if ($this->useQuantity) : ?> <div class="quantity_container"> <input type="text" class="form-control text" id="quantity_requested_<?php echo $this->raw['id']; ?>" name="quantity_requested" placeholder="<?php echo $this->minimum_quantity; ?>" value="<?php if (specialchars(Input::post('quantity_requested'))) { echo specialchars(Input::post('quantity_requested')); } else { echo "1"; } ?>" maxlength="10"> <label for="quantity_requested_<?php echo $this->raw['id']; ?>">Stück</label> </div> <?php endif; ?> <div class="actions_container"> <?php foreach ($this->actions as $action) echo $action->generate($this->product); ?> </div> </div> </div> <?php endif; ?> </div> <!-- <?php if ($this->description) : ?> <div class="content--section content--section-2"> <span class="h3 text-center">Beschreibung</span> <div class="description" itemprop="description"><?php echo $this->generateAttribute('description'); ?></div> </div> <?php endif; ?> --> </div> </div> </div> </div> </form> </div> <!-- <div> <div class="container"> {{insert_module::22}} </div> </div> <div> <div class="container"> ##twocolimage## mit ATTRIBUT: headline, text, bild </div> </div> -->