by Jim » Mon Oct 03, 2011 3:01 pm
The actual form field may be in the template that is being used. Did you create the template or is it one ShopSite provided?
You edit templates under Merchandising > Custom Templates (pro and manager stores only)
If it is a ShopSite template you would use the Copy ShopSite template in the section where the template you are trying to modify is listed (Pages/Products, Shopping Cart , Advanced, Includes)
View the html page source and look for the text that is near the input field to get you close to where you are wanting to modify the input parameters. (You can view page source in Firefox by right clicking on the page and selecting View Page Source, IE, Chrome etc will have similar methods.) Once you have found the html that you need to modify then you must find the template code that is outputting that html and modify it. The location of the field in the template may be in the main template, (page, product, shopping cart, etc) or it may be in and include file that is included with the tag [-- include xx process --] where xx is some file name. If the code is coming from an include file you will need to modify the include file instead of the main template. (You will probably need to copy the ShopSite provided file to a different name, make your edit and then copy it again to the filename that ShopSite used.)