During checkout we need for the user to create/select a future “SHIP DATE” with some sort of calendar style selection? This selection needs to be mapped to the field id on the SO called {shipdate}. We need the first available ship date that displays to be “4 business days from today” which could also be… Continue reading Mandatory Ship Date Selection During Checkout
Tag: checkout shipping method
To set up shipping method
We can select the shipping method we want based on the conditions using the code instead of selecting the shipping method by clicking on it in the website checkout page. The shipping method can be set using the setShipMethod() This method sets a shipping method on the order for all items in the cart. Use… Continue reading To set up shipping method