remove unit price on resume cart
This commit is contained in:
parent
69a7ae61cf
commit
68cf4864be
@ -40,6 +40,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{*
|
||||||
<div class="price-container">
|
<div class="price-container">
|
||||||
<span class="barre old-price">
|
<span class="barre old-price">
|
||||||
{if ($product.price_without_specific_price) && $product.price_without_specific_price > $product.price_wt}
|
{if ($product.price_without_specific_price) && $product.price_without_specific_price > $product.price_wt}
|
||||||
@ -48,6 +49,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<span class="price">{Tools::displayPrice($product.price_wt)}</span>
|
<span class="price">{Tools::displayPrice($product.price_wt)}</span>
|
||||||
</div>
|
</div>
|
||||||
|
*}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user