RE: product attributes are auto included-not good

Johnson <[email protected]> 10 Aug 2003 01:47:46 -0000
Newsgroups gmane.comp.web.oscommerce.features
Message-ID <98960275e991122f43fbf5f0154aca09@osCommerce-Forums>
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=210988#210988
----------------------------------------------------------------

Something I like to do with the options drop menu is around line 133 change:

[code]        $products_options_array = array();[/code]


to:

[code]        $products_options_array[] = array('id' => '', 'text' => 'Please Select');[/code]