Page 1 of 1

Shipping Error if order net and gross and in between free

Posted: Mon Nov 10, 2014 5:20 am
by mithundeshmukh
When the order net and gross and in between the free shipping starting value, the checkout shows "Warning: No Shipping options are available. Please contact us for assistance!".

At the moment, the free shipping is set to start at £10. If the order totals £9 (excluding tax. This is £10.80 including tax) then no shipping methods appear.

Re: Shipping Error if order net and gross and in between fre

Posted: Mon Nov 10, 2014 2:16 pm
by SXGuy
Set the free shipping to trigger at the amount less tax. So if tax was 20 percent set it to 8.00

Re: Shipping Error if order net and gross and in between fre

Posted: Mon Nov 10, 2014 8:19 pm
by mithundeshmukh
I'm afraid this does not solve the problem.

I know that the free shipping amount is excluding tax, but when the order total is in between the net total and gross total no shipping fee appears.

Re: Shipping Error if order net and gross and in between fre

Posted: Tue Nov 11, 2014 12:02 am
by Johnathan
You can try this edit to get the built-in Free Shipping to use the taxed sub-total:

Code: Select all

IN:
/catalog/model/shipping/free.php

REPLACE:
$this->cart->getSubTotal()

WITH:
$this->cart->getTotal() 
If that doesn't work, or you don't want to edit core files, then you'll need to get an extension that can do this, like Total-Based Shipping.