{if afmetingen}Afmetingen in cm: [afmetingen]{/i}
{articles <?php echo $this->product->source->id; ?>}
<div itemscope itemtype="https://schema.org/Product" class="product-<?php echo $this->product->j2store_product_id; ?> <?php echo $this->product->product_type; ?>-product">
<div class="row">
<div class="col-12 col-sm-12 col-md-6">
[image-fulltext width="540" height="540"]
<div class="additional-images">
<div class="row">
<?php for ($t=1;$t<7;$t++) {?>
{if afbeelding-<?php echo $t; ?>}
<div class="additional-image">
[afbeelding-<?php echo $t; ?> width="90" height="90" layout="templates/shaper_helixultimate/html/layouts/com_fields/image_field.php"]
</div>
{/if}
<?php } ?>
</div>
</div>
<?php
$images = $this->loadTemplate('images');
J2Store::plugin()->event('BeforeDisplayImages', array(&$images, $this, 'com_j2store.products.view.default'));
echo $images;
?>
</div>
<div class="col-12 col-sm-12 col-md-6">
<?php echo $this->loadTemplate('title'); ?>
[tags]
<?php if(isset($this->product->source->event->afterDisplayTitle)) : ?>
<?php echo $this->product->source->event->afterDisplayTitle; ?>
<?php endif;?>
<?php if($this->params->get('item_use_tabs', 1)): ?>
<!-- gebruik altijd notabs -->
<?php echo $this->loadTemplate('notabs'); ?>
<?php else: ?>
<?php echo $this->loadTemplate('notabs'); ?>
<?php endif; ?>
<div class="price-sku-brand-container row-fluid">
<div class="">
<?php
$show = J2Store::product ()->validateVariableProduct($this->product);
if ($show) {
echo $this->loadTemplate('price');
}
?>
</div>
<div class="">
<?php if(isset($this->product->source->event->beforeDisplayContent)) : ?>
<?php echo $this->product->source->event->beforeDisplayContent; ?>
<?php endif;?>
<?php
?>
{if kleur!="none"}Kleur: <a href="/meubel-op-maat/kleuren-van-firma-zoethout">[kleur]</a><br />{/if}
<!-- THIS IS WHERE IT IS GOING WRONG: -->
{if afmetingen}Afmetingen in cm: [afmetingen]{/if}
<?php echo $this->loadTemplate('sku'); ?>
<?php echo $this->loadTemplate('brand'); ?>
<?php if($this->params->get('item_show_product_stock', 1) && J2Store::product()->managing_stock($this->product->variant)) : ?>
<?php echo $this->loadTemplate('stock'); ?>
<?php endif; ?>
</div>
</div>
{if artikelstatus=="reserved"}
<?php echo JText::_('J2STORE_OUT_OF_RESERVED'); ?>
{/if}
{if artikelstatus!="reserved"}
<?php if( J2Store::product()->canShowCart($this->params) ): ?>
<form action="<?php echo $this->product->cart_form_action; ?>"
method="post" class="j2store-addtocart-form"
id="j2store-addtocart-form-<?php echo $this->product->j2store_product_id; ?>"
name="j2store-addtocart-form-<?php echo $this->product->j2store_product_id; ?>"
data-product_id="<?php echo $this->product->j2store_product_id; ?>"
data-product_type="<?php echo $this->product->product_type; ?>"
enctype="multipart/form-data">
<?php echo $this->loadTemplate('options'); ?>
<?php echo $this->loadTemplate('cart'); ?>
</form>
<?php endif; ?>
{/if}
</div>
</div>
<?php if(isset($this->product->source->event->afterDisplayContent)) : ?>
<?php echo $this->product->source->event->afterDisplayContent; ?>
<?php endif;?>
</div>
{/articles}
{if category!="onze verf"}
{if afmetingen}Afmetingen in cm: [afmetingen]{/if}
{article id="<?php echo $this->product->source->id; ?>"}
[afmetingen]
{/article}
{article id="<?php echo $this->product->source->id; ?>"}
{if afmetingen}afmetingen in cm: [afmetingen]{/if}
{/article}