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 3 of 3

Thread: RequireTermsAndConditionsAtCheckout

  1. #1
    jboston is offline Member
    Join Date
    Jun 2009
    Posts
    33

    Default RequireTermsAndConditionsAtCheckout

    I have set RequireTermsAndConditionsAtCheckout to "TRUE".

    Does anyone know of a way to have the check box pre-selected to YES on checkout?

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

    Default

    Do you have a source? Modify the AppLogic.GetCheckoutTermsAndConditions() method and add this code "InitialStateIsChecked = true;" just below the StringBuilder variable declaration.

  3. #3
    jboston is offline Member
    Join Date
    Jun 2009
    Posts
    33

    Default

    Thanks for your help.