How do I remove the "Pickup from Store" option in the shopping cart?
Also for the "How did you here about us?" drop down menu I'd like to make it "not required" and would like to add a few more options to the drop down including an "other" option where they can type in an answer. Is that possible?
Hi There For the "Pickup From Store" option, have you got a parameter like this set in the vsadmin/includes.php file... https://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp#willpickup If so, can you remove it or comment it out?
For the second issue, again in the vsadmin/includes.php file can you check to see if you have parameters such as... $extraorderfield $extracheckoutfield If so, you need to remove the "required" one of those. That should also show you how to add extra options but if you can't find those parameters or it still isn't clear, just let me know.