update
This commit is contained in:
@@ -43,7 +43,9 @@
|
||||
<p>{$product.price}</p>
|
||||
{hook h='displayProductPriceBlock' product=$product type="unit_price"}
|
||||
{foreach from=$product.attributes item="property_value" key="property"}
|
||||
{if $property != ''}
|
||||
<span><strong>{$property}</strong>: {$property_value}</span><br>
|
||||
{/if}
|
||||
{/foreach}
|
||||
<p><strong>{l s='Quantity:' d='Shop.Theme.Checkout'}</strong> {$product.cart_quantity}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user