|
|
@@ -296,6 +296,17 @@
|
|
|
<i>{$product.domain}</i>
|
|
|
</span>
|
|
|
{/if}
|
|
|
+ {if $product.customfields}
|
|
|
+ <div>
|
|
|
+ <small>
|
|
|
+ {if $product.productinfo.gid === 5 || $product.productinfo.gid === 7}
|
|
|
+ » {$product.customfields.0.value}<br />
|
|
|
+ {else if $product.productinfo.gid === 1 || $product.productinfo.gid === 8}
|
|
|
+ {debug}
|
|
|
+ {/if}
|
|
|
+ </small>
|
|
|
+ </div>
|
|
|
+ {/if}
|
|
|
{if $product.configoptions}
|
|
|
<div class="item-configoption">
|
|
|
<small>
|
|
|
@@ -305,15 +316,6 @@
|
|
|
</small>
|
|
|
</div>
|
|
|
{/if}
|
|
|
- {if $product.customfields}
|
|
|
- <div>
|
|
|
- <small>
|
|
|
- {if $product.productinfo.gid === 5}
|
|
|
- » {$product.customfields.0.value}<br />
|
|
|
- {/if}
|
|
|
- </small>
|
|
|
- </div>
|
|
|
- {/if}
|
|
|
</div>
|
|
|
{if $showqtyoptions}
|
|
|
<div class="col-sm-2 item-qty">
|