Hi,
Planerbe Srl bought HikaShop and we are very happy, it's a fine program.
But I have a little problem...could you help me?
I would like insert a control for minimum price to pay the shipping cost.
If an user buy products for more than 200 euro, the shipping cost will be 0,00 otherwise the
shipping cost wil be 15,00 euro.
I found in your forum (Hika Shop) some tread but I don't understand if, that I would like to do, is possible in the backend of Hike Shop or
I need to insert one row in php for create the control.
Example:
I Have 3 prices for each product:
- product 1 (price A for TypeOfUser1, price B for TypeOfUser2, price C for TypeOfUser3)
- product 2 (price A for TypeOfUser1, price B for TypeOfUser2, price C for TypeOfUser3)
- product n (price A for TypeOfUser1, price B for TypeOfUser2, price C for TypeOfUser3)
Never mind if the user buy 200 euro of the same or different product:
-- TypeOfUser1 --> 50 euro product 1 + 10 euro product 2 + 40 euro product n = total 100 euro + 15,00 of shipping cost
-- TypeOfUser2 --> 200 euro product 1 + 100 euro product 2 + 100 euro product n = total 400 euro + 00,00 of shipping cost
-- TypeOfUser3 --> 180 euro product 1 = total 180 euro + 15,00 of shipping cost
-- TypeOfUser4 --> 300 euro product 1 = total 300 euro + 00,00 of shipping cost
Thanks,
Matteo Serratoni