We are setting up our shipping options but would like to not allow users to select Next Day when they are ordering on Friday or Saturday since our carrier won't deliver on Saturday or Sunday. Is this possible? If so how do you do it?
Thanks.
We are setting up our shipping options but would like to not allow users to select Next Day when they are ordering on Friday or Saturday since our carrier won't deliver on Saturday or Sunday. Is this possible? If so how do you do it?
Thanks.
If you're using the fix rate method, you could modify the Shipping.cs class in the GetShippingMethodName() method and add your custom logic there. Otherwise, go to RTShipping.cs class which handles the Real-time shipping.