-- url of the page with the problem -- : CarterRabbitBlanks.com
-- HikaShop version -- : HikaShop Business: 2.3.0
-- Joomla version -- : Joomla! 2.5.20 Stable
-- PHP version -- :5.3.28
-- Browser(s) name and version -- : Firefox 29.0.1
-- Error-message(debug-mod must be tuned on) -- : No Error message
I have a client that wants only her PJ's to be charged shipping using a fixed amount of $3.25 + $.35 per each and if the qty is over 110, then there is '0' zero shipping. I setup two manual shipping methods and they work fine.
All others are to be based on a fixed shipping cost based on price as you can see below.
Now each of these fixed shipping methods are limited to the 'Price Warehouse'. All of the products other than PJ's are set to 'Price Warehouse'. I 'had' assumed that when the shipping was calculated, that it would only calculate fixed shipping on products that were assigned to 'Price Warehouse' and that 'non-Price Warehouse' products (ie: Pajamas) would not use that shipping method. But this screen shows a shipping cost of $4.65 on a total price of $32.00. The Pajamas shipping is $3.25 + $.35 per qty so $3.25 + $1.40 ($.35x4) is how the shipping is calculated but it should have used the fixed shipping which would be $8.50 for total order price of $25.01 - $50.00. Here is the screenshot of the order:
So I removed the 'Pajamas Warehouse' restriction on the Pajamas shipping methods. and I got this result:
Viola! That is the correct shipping cost of $5.50 'Priority Shiping' for a total price of $24.00.
BUT if I increase the quantity by '1' for a total of 4, total price of $32.00, I get no shipping charge of $8.50 for $25.01 - $50.00 and I get the error message "The total of your order is too high for all the possible shipping methods'. ARGH!!!!!!!!!!!!!!!!!!!!!
So how can I have one product category charged using one series of shipping methods and have other product categories use another series of shipping methods?