I don't know for sure what page to edit either. so we'll have to work through it together.
what program do you use to edit php code?
I use dreamweaver, or notepad++
To figureout what to search for i use Firefox browser with the web developer addon from www.mozilla.com
bring up the page to add a product, and then us the information menu in the web developer, and choose display id & classes
This will give you the name of the div, or class that makes everything show up.
now search for one of the id's that pop up near one of the fields.
that should lead you to the right page to add the default value. now all we have to do is find out what code to use in order to have that default value to show up.


Reply With Quote


