
Originally Posted by
aditya369
Hello Ajeh,
This worked for me.
I have cloned
includes/languages/english/modules/shipping/freeoptions.php to freeoptionsus.php and freeoptionsint.php
and
includes/modules/shipping/freeoptions.php to freeoptionsus.php and freeoptionsint.php,
I have cleared the browsing data and its working fine for me now.
One more question. I have enabled flat rate module for orders less than 15 in US zone.
I have cloned flat.php file to flatint.php to enable flat rate for international orders for orders less than 100.
Now the problem is that it shows flat rate option for international orders less than 100 without any issues, but for US orders, it is showing two flat rates for orders more than 15 in US zone. How do I make to appear only one flat rate for US Zone?
Below are the cases of issues followed by the settings
Zone amount flatrate
US <15 falt + flatInt
US >15 falt + flatInt + freeoptionsus
US >100 falt + flatInt + freeoptionsus + freeoptionsint
Int <15 flatInt
Int <100 flatInt
Int >100 flatInt + freeoptionsint
Here are my settings:
**************************************************
Flat Rate
Enable Flat Shipping True
Shipping Cost 5.00
Tax Class --none--
Tax Basis Shipping
Shipping Zone United States
Sort Order 2
************************************************
flat Rate INT
Enable Flat Shipping True
Shipping Cost 17.00
Tax Class --none--
Tax Basis Shipping
Shipping Zone --none--
Sort Order 8
**************************************************
freeoptionsint
Enable Free Options Shipping True
Shipping Cost 0.00
Handling Fee 0
Total >= 100.00
Total <=
Weight >=
Weight <=
Item Count >=
Item Count <=
Tax Class --none--
Tax Basis Shipping
Shipping Zone --none--
Sort Order 3
**************************************************
freeoptionsus
Enable Free Options Shipping True
Shipping Cost 0.00
Handling Fee 0
Total >= 15.00
Total <=
Weight >=
Weight <=
Item Count >=
Item Count <=
Tax Class --none--
Tax Basis Shipping
Shipping Zone United States
Sort Order 7
**************************************************
Bookmarks