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.
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.
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.
You can try this edit to get the built-in Free Shipping to use the taxed sub-total:
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.
Code: Select all
IN:
/catalog/model/shipping/free.php
REPLACE:
$this->cart->getSubTotal()
WITH:
$this->cart->getTotal()
Who is online
Users browsing this forum: No registered users and 4 guests