Jump to content

Do not include taxes when calculating free shipping


Recommended Posts

Hello everyone,

 

I'm using Prestashop 1.5.6.1 and I need to calculate free shipping excluding taxes from the order totale.

 

I opened the Cart.php file in the classes folder and I've changed this line:

 

$orderTotalwithDiscounts = $this->getOrderTotal(true, Cart::BOTH_WITHOUT_SHIPPING, null, null, false);

 

to

 

$orderTotalwithDiscounts = $this->getOrderTotal(false, Cart::BOTH_WITHOUT_SHIPPING, null, null, false);

 

but it doesn't work.

 

Any ideas? Anyone with the same problem?

 

Thank you in advance.

Link to comment
Share on other sites

×
×
  • Create New...