Save
This commit is contained in:
@@ -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