|
@@ -305,6 +305,15 @@
|
|
|
</small>
|
|
</small>
|
|
|
</div>
|
|
</div>
|
|
|
{/if}
|
|
{/if}
|
|
|
|
|
+ {if $product.customfields}
|
|
|
|
|
+ <div class="item-configoption">
|
|
|
|
|
+ <small>
|
|
|
|
|
+ {foreach key=confnum item=customfield from=$product.customfields}
|
|
|
|
|
+ » {$customfield.name}: {$customfield.value}<br />
|
|
|
|
|
+ {/foreach}
|
|
|
|
|
+ </small>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ {/if}
|
|
|
</div>
|
|
</div>
|
|
|
{if $showqtyoptions}
|
|
{if $showqtyoptions}
|
|
|
<div class="col-sm-2 item-qty">
|
|
<div class="col-sm-2 item-qty">
|