Guest Posted February 22, 2006 Posted February 22, 2006 Hi all, Thanks in advanced for your help. How do i modify the manufacturers drop down box to say 'Manufacturers' or 'Brand' instead of the default 'Please Select'.
Wendy James Posted February 22, 2006 Posted February 22, 2006 includes/languages/yourlanguage.php look for define('PULL_DOWN_DEFAULT', 'Please Select'); and make a new one like define('PULL_DOWN_MANUFACTURER', 'Manufacturers'); then open includes/boxes/manufacturers.php and change $manufacturers_array[] = array('id' => '', 'text' => PULL_DOWN_DEFAULT); to $manufacturers_array[] = array('id' => '', 'text' => PULL_DOWN_MANUFACTURER); and that should do it. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Guest Posted February 23, 2006 Posted February 23, 2006 Thanks wendyjames! How would i add another drop down box under manufacturer in the manufacturers infobox?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.