Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 General
 Off topic, News and Updates
 Remove example additions to includes file
Author « Topic »  

Vince
Administrator

Spain
42466 Posts

Posted - 12/30/2020 :  02:04:07  
There are some additions to the includes file that I keep seeing on websites that I'm working on. One of these is the "How did you find us?" extra checkout parameter which is only designed to show you how you could use these parameters if you wanted to add fields. But as the example options given are just Google and Yahoo then there isn't much value on a real website and it just makes for an extra question on checkout. You will find this in your includes file as...

ASP Version

extracheckoutfield1="How did you hear about us?"
extracheckoutfield1required=TRUE
extracheckoutfield1html="<select name=""ectfield"" size=""1""><option value="""">Please Select...</option><option value=""Google"">Google</option><option value=""Yahoo"">Yahoo</option></select>"

PHP Version

$extracheckoutfield1="How did you hear about us?";
$extracheckoutfield1required=TRUE;
$extracheckoutfield1html="<select name=\"ectfield\" size=\"1\"><option value=\"\">Please Select...</option><option value=\"Google\">Google</option><option value=\"Yahoo\">Yahoo</option></select>";

And these can be safely removed. Or modified / extended if you really want to ask this question. But it's probably not a good idea to just leave the default options of Google and Yahoo.

Vince


Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000