HI
Is it possible to offer free shipping if the users poscode is in a set list of postcodes or the order value is greater than X?
cheers
HI
Is it possible to offer free shipping if the users poscode is in a set list of postcodes or the order value is greater than X?
cheers
What I would do is the following:
Create a product that has a negative number discount equivalent to shipping. You can then use conditional logic to only show this item when certain values are met. You could have it set to be "show only if postal code is xyz abc".
Let me know if that helps.
Cheers David i'll give it a go!
will this also work for if total is > X as i couldnt see the total field in the list of fields when looking at the conditional logic stuff.
I don't think it can compare against total. But you could create a SubTotal field by making a product, make that product a calculation and calculate the value. Then you could compare to the SubTotal value.
Or compare against the quantity because you know what the price would be based on that without actually having the total price. If you have a product worth $5 and want to offer free shipping when above $20, then you know that you need to have a minimum of 4 before free shipping kicks in.
Hello,
Please help me with the calculations issue. I want to charge customers for shipping (always $4) under 2 conditions:
1) for orders below $10 and the customer wants a shipping in the city center area;
and
b) for orders below $20 and the customer wants a shipping outside the city center area
That means that if a customer placed an order for >$10 and lives in the city center, shipping is free and if a customer placed an order for >$20 and lives outside the city center, shipping is free.