![]() |
Terms and conditions tick box - Printable Version +- Shopp Support Forum (https://www.shoppdeveloper.com/shopp-support-forum) +-- Forum: Support (https://www.shoppdeveloper.com/shopp-support-forum/forumdisplay.php?fid=1) +--- Forum: Shopp Tags (https://www.shoppdeveloper.com/shopp-support-forum/forumdisplay.php?fid=3) +--- Thread: Terms and conditions tick box (/showthread.php?tid=38) Pages:
1
2
|
Terms and conditions tick box - Cliff Evans - 02-12-2018 Is there an easy way to add a tick box to say that the customer accepts the terms and conditions before going to checkout? Have tried and tried with no luck. Thanks RE: Terms and conditions tick box - support - 02-13-2018 (02-12-2018, 02:57 PM)Cliff Evans Wrote: Is there an easy way to add a tick box to say that the customer accepts the terms and conditions before going to checkout? Have tried and tried with no luck. Can you share some code you have tried? Did you use this API tag https://shopplugin.net/api/checkout-clickwrap/ RE: Terms and conditions tick box - Cliff Evans - 02-13-2018 (02-13-2018, 09:00 AM)support Wrote:(02-12-2018, 02:57 PM)Cliff Evans Wrote: Is there an easy way to add a tick box to say that the customer accepts the terms and conditions before going to checkout? Have tried and tried with no luck. I have not got any of the code I tried as none of it worked! I have looked at the link you have given me but, am unsure where I should use the code, There are no real indications that i can see as to where to put the code. I am surprised that this is not actually built in to shopp as it is with many other cart systems. Thanks Cliff RE: Terms and conditions tick box - support - 02-13-2018 Your text is a little contradicting. You have tried a lot and yet you can't show what you tried. To adjust the default checkout to meet your needs you will have to activate Shopp templates. Did you do that? https://shopplugin.net/docs/the-catalog/theme-templates/ After doing that you will have a collection of Shopp templates in a folder /your-theme/shopp These files are accessible in your WordPress admin. That is the place to edit checkout.php Shopp is very customizable, the sky is the limit. It does depend on your skill levels, whether or not you should do this yourself or hire a designer/programmer/developer. RE: Terms and conditions tick box - Cliff Evans - 02-14-2018 I can't show what I have tried as I hav'nt kept any of it! I am not a coder. Basically I had a company (a one man band) looking after my site and doing all the coding but he suddenly disappered and left me out in the cold. So I have had to get in and try and do it myself. Some things I can do and others are just beyond me, and this is one of them. RE: Terms and conditions tick box - support - 02-16-2018 (02-14-2018, 09:18 AM)Cliff Evans Wrote: I can't show what I have tried as I hav'nt kept any of it! I am not a coder. Basically I had a company (a one man band) looking after my site and doing all the coding but he suddenly disappered and left me out in the cold. So I have had to get in and try and do it myself. Some things I can do and others are just beyond me, and this is one of them. Where you able to find checkout.php? RE: Terms and conditions tick box - Cliff Evans - 02-19-2018 Yes, found checkout.php! RE: Terms and conditions tick box - Cliff Evans - 02-25-2018 (02-19-2018, 05:59 PM)Cliff Evans Wrote: Yes, found checkout.php! Can you tell me in easy speak where I should put this code in checkout.php please. RE: Terms and conditions tick box - support - 02-25-2018 When you said you found checkout.php, without asking more questions I really thought you had solved it on your own ![]() You could copy the code for the marketing checkbox like this: Code: <li> Put it right below the marketing </li> tag RE: Terms and conditions tick box - Cliff Evans - 02-26-2018 Thank you very much. Done and working! |