-- HikaShop version -- : 6.1.0
-- Joomla version -- : 5.3.4
-- PHP version -- : 8.3.27
-- Browser(s) name and version -- : any
-- Error-message(debug-mod must be tuned on) -- : none
Hi,
I have a webshop that sells books and products in different categories.
And I use two different warehouses.
This is the situation:
Books and products can be ordered from one or both warehouse
When books and products are ordered only one time should there be shippingcosts.
When one book is ordered from warehouse A, the shippingcost is amount X.
When two or more books are ordered from warehouse A, the shippingcost is amount Y.
When products are ordered from warehouse B, the shippingcost is K.
When products are ordered from warehouse B and the total amount is above a certain amount, there are no shippingcosts.
When any number of books are ordered from warehouse A and one or more products are ordered from warehouse B only one time there should be shippingcosts, now there are shippingcosts both for goods from warehouse A and B.
How to solve this that the proper amount of shippingcosts is calculated?