-- url of the page with the problem -- :
mywebsite.com/mypage
-- HikaShop version -- : 2.3.0
-- Joomla version -- : 3.3
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Firefox 29.0.1
-- Error-message(debug-mod must be tuned on) -- : Error_message
I have three warehouses A, B, C .
X product is in A
Y product is in B
Z product is in C
A's shipping rate is 100 under amount 999, over 999 is free.
B's shipping rate is 120 under amount 999, over 999 is free.
C's shipping rate is 150 under amount 999, over 999 is free.
I can individual buy X, Y, Z and the shipping fare is correct.
But if I buy X and Y , it alway display ORDER_TOTAL_TOO_LOW_FOR_SHIPPING_METHODS .
Please help me!!