fix: Show totals instead of prices
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</ul>
|
||||
|
||||
<span class="price price--sm">
|
||||
{$product.price}
|
||||
{$product.total}
|
||||
</span>
|
||||
</div>
|
||||
<div class="cart-products__remove">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<p class="h6 mb-2 font-sm">
|
||||
{$product.name}
|
||||
</p>
|
||||
<div class="price price--sm">{$product.price}</div>
|
||||
<div class="price price--sm">{$product.total}</div>
|
||||
{hook h='displayProductPriceBlock' product=$product type="unit_price"}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user