Posted - 09/28/2007 : 05:16:46
Here are some common tweaks that can be made to vsadmin/includes.asp or .php How can I ask customers how they found our site when checking out?ASP Version:extracheckoutfield1="How did you hear about us?" extracheckoutfield1required=TRUE extracheckoutfield1html="<select name=""ectfield"" size=""1""><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=\"Google\">Google</option><option value=\"Yahoo\">Yahoo</option></select>"; NOTE - If you have a second vsadmin folder for security reasons and/or on your secure server then make sure that the changes are made to BOTH files.
- The parameters are case sensitive
- Do check for duplicate entries so search the file before adding a new parameter
|