I want to skip shipment fee if a customer order more than 1 piece.
1 pcs = $10 + shipment ($5)
2 pcs = $20 + shipment ($0)
3 pcs = $30 + shipment ($0)
etc
I want to skip shipment fee if a customer order more than 1 piece.
1 pcs = $10 + shipment ($5)
2 pcs = $20 + shipment ($0)
3 pcs = $30 + shipment ($0)
etc
I know how to add shipment but I want to stop add shipment fee if quantity is more than X.
I'm not sure if there is a way to do this with what is built in to Gravity Forms. I will ask around and see if anyone has any solutions.