Post by mithundeshmukh » Mon Nov 10, 2014 5:20 am

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.


Posts

Joined
Thu Nov 06, 2014 9:52 pm

Post by SXGuy » Mon Nov 10, 2014 2:16 pm

Set the free shipping to trigger at the amount less tax. So if tax was 20 percent set it to 8.00

Active Member

Posts

Joined
Sun Nov 08, 2009 2:07 am

Post by mithundeshmukh » Mon Nov 10, 2014 8:19 pm

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.


Posts

Joined
Thu Nov 06, 2014 9:52 pm

Post by Johnathan » Tue Nov 11, 2014 12:02 am

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.

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am

Who is online

Users browsing this forum: No registered users and 4 guests