Save
This commit is contained in:
@@ -40,9 +40,9 @@
|
||||
</span>
|
||||
|
||||
{if $id_attribute_group == 11}
|
||||
<div>
|
||||
<div class="fabric-colors">
|
||||
<img src="/img/cms/icons/colors.svg" alt="">
|
||||
<a href="#">Zobacz dostępne tkaniny tutaj</a>
|
||||
<a href="/content/8-dostepne-tkaniny">Zobacz dostępne tkaniny tutaj</a>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -102,11 +102,7 @@
|
||||
{include file='catalog/_partials/product-variants.tpl'}
|
||||
{/block}
|
||||
|
||||
{if $product.is_customizable && count($product.customizations.fields)}
|
||||
{block name='product_customization'}
|
||||
{include file="catalog/_partials/product-customization.tpl" customizations=$product.customizations}
|
||||
{/block}
|
||||
{/if}
|
||||
|
||||
|
||||
{block name='product_pack'}
|
||||
{if $packItems}
|
||||
@@ -139,6 +135,12 @@
|
||||
{/block}
|
||||
</div>
|
||||
|
||||
{if $product.is_customizable && count($product.customizations.fields)}
|
||||
{block name='product_customization'}
|
||||
{include file="catalog/_partials/product-customization.tpl" customizations=$product.customizations}
|
||||
{/block}
|
||||
{/if}
|
||||
|
||||
<ol id="description-nav">
|
||||
{if $product.description}
|
||||
<li class="nav-item">
|
||||
|
||||
Reference in New Issue
Block a user