Two questions:
One of our sites offers free shipping if the customer orders 30 or more items. What's the easiest way to set the (Custom) shipping method based on the quantity ordered? We could probably set the site for shipping by quantity, set the free-for-30 as the first and it only shows when there are 30 pieces.
But it runs into a problem when the customer changes quantities on the checkout page. I can probably check in a custom recalculate code to move it away from the free shipping if they were at 30 and change to drop below it, but when they were at 25 and go to 35...
We'd prefer to pop up a dialog that says "Your order now qualifies for free shipping. Would you like to switch shipping methods?" I've never had much luck surfacing dialogs from that code, especially a yes/no one, on the checkout page. How would you recommend to do it?
Thank you,
G