Page 1 of 1

Change the default

Posted: Fri Apr 28, 2017 8:17 am
by Dhara1937
My customer wants to change the default when someone wants to make a purchase from having the "add a password" button checked, to unchecked.
How is that possible?
Thanks!

Re: Change the default

Posted: Fri Apr 28, 2017 1:16 pm
by Dave
From the main menu select "Settings" -> "Administrator". Then in the Theme Editor select "Create Buyer". This will give you the HTML template where you can edit the default behavior of the "checkbox". Change the value from a "1" to a "0".

Re: Change the default

Posted: Fri Apr 28, 2017 2:52 pm
by JohnB
Actually, if you follow Dave's instructions and find the checkbox in the Create Buyer template, you do not want to change the value from 1 to 0.

You will want to go to Settings->Administrator and find Create Buyer under the Theme Editor panel.

Then when you find the checkbox, simply delete the checked="checked" attribute, and then by default the checkbox will be unchecked, and users will not be asked to create an account by default, but they will still have the ability to if they choose to check the "Create Account" box.

Re: Change the default

Posted: Fri Apr 28, 2017 4:03 pm
by Dhara1937
Thanks John and Dave. That took care of it!