Only accpet Terms & Conditions once

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Only accpet Terms & Conditions once

Post by igavemybest » Wed Dec 16, 2009 2:54 am

We have pretty airtight terms and conditions, and there is no need to accept it upon every checkout, just the first time suffices. How would I go about referencing that a customer has checked accept before, and then hiding that upon all subsequent checkout?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Only accpet Terms & Conditions once

Post by mazhar » Wed Dec 16, 2009 6:40 am

One possibility is to update checkout code so that when ever some customer accepts terms and conditions and completes the checkout you add new user setting for him with some info in it to keep track that he/she has accepted the terms. Then you can update code that shows terms and conditions so that first it should look for user setting and if its not available then it should show them otherwise simply skip it.

Post Reply