Announcement

Collapse
No announcement yet.

Don't want cookie to remember T&C tick

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Don't want cookie to remember T&C tick

    Hi All,

    I've set up a tickbox for the terms and conditions (under the customer's address details in the checkout) so that it is mandatory for a user to tick it in order to proceed. This works fine. However, if a user ticks the "Remember me" option, then it also remembers the tick if a user returns. But I don't want this to happen. Any customer whether new or repeat should always have to tick the t&c box.

    What can I do to get around this?

    Thanks in advance
    Chidi

    #2
    Chidi

    Which method have you selected for doing the terms and conditions checkbox?

    Is it the one where you change the prompt for the payment userdefinable field to read:

    <input type= "CHECKBOX" name="PAYMENTUSERDEFINED" value="CHECKED"
    NETQUOTEVAR:PAYMENTUSERDEFINED>

    If so, then remove NETQUOTEVAR:PAYMENTUSERDEFINED so it reads:

    <input type="CHECKBOX" name="PAYMENTUSERDEFINED" value="CHECKED">

    That will mean that it will not remember its checked status.

    Comment


      #3
      Hi Chris,

      I was actually using the other method ie. the tick box under the address details. Does that mean that i need to use this method as outlined below if I want it to be mandatory for the customers to click the checkbox?

      Thanks
      Chidi

      Comment


        #4
        I've found that the method described in the knowledge base HERE is generally the most reliable for inserting a Terms and Conditions checkbox into your site.

        You can then make the edit I mention above to make sure it is not remembered from session to session.

        Comment

        Working...
        X