Question

In My website checkout tax price not included but it showing correctly in shopping cart page

Shopping Cart: enter image description here

Checkout enter image description here

Was it helpful?

Solution

I Got answer in my question

In Shopping cart page want to show subtotal without tax then go to

/app/design/frontend/package/theme/template/tax/checkout

Find this

Mage::helper('core')->currency($this->getTotal()->getValue(), false, false);

and change into

Mage::getSingleton('checkout/cart')->getQuote()->getSubtotal();

No need to set Exclude tax

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top