fix: Show totals instead of prices
This commit is contained in:
@@ -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