remove unit price on resume cart

This commit is contained in:
Preprod mutu 2017-09-22 17:52:08 +02:00
parent 69a7ae61cf
commit 68cf4864be

View File

@ -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>