#924

stephen
Keymaster

Hi,

It only confirm box and it display base price. You can remove this info by way: Go to file: app/design/frontend/default/sns_nova/template/sns/ajaxcart/catalog/product/item.phtml find and delete code:

<div class="price-container">
	<?php echo $this->getPriceHtml($_product, true) ?>
</div>

P/S: In minicart/cart sidebar it’s correctly

Thanks!