forked from brooksbingham/theme-elegance
refactor: show product price instead of total price in order confirmation table
parent
2e2c0259e9
commit
d5361f2120
|
@ -88,7 +88,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="w-1/3 md:w-1/6 max-md:hidden font-semibold text-lg pt-4">{$product.price}</div>
|
<div class="w-1/3 md:w-1/6 max-md:hidden font-semibold text-lg pt-4">{$product.price}</div>
|
||||||
<div class="w-1/3 md:w-1/6 text-center font-semibold text-lg pt-4">{$product.quantity}</div>
|
<div class="w-1/3 md:w-1/6 text-center font-semibold text-lg pt-4">{$product.quantity}</div>
|
||||||
<div class="w-1/3 md:w-1/6 text-right font-bold text-lg pt-4">{$product.total}</div>
|
<div class="w-1/3 md:w-1/6 text-right font-bold text-lg pt-4">{$product.price}</div>
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue