Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Limiting Shipping Options Based on Day of Week

  1. #1
    tedbowsman is offline Junior Member
    Join Date
    Mar 2010
    Posts
    1

    Default Limiting Shipping Options Based on Day of Week

    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.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    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.