Possible Solution
adius <[email protected]> 12 Sep 2003 04:19:26 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <95c8faf38826868add033208195220e9@osCommerce-Forums> |
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=228251#228251
----------------------------------------------------------------
After spending an hour on finding a fix for the same problem I was able to find a quick solution. However, I am unsure if this would break any other parts.
File: /catalog/product_info.php
Change Line 134 (oscommerce-2.2ms2)
FROM:
$products_options_array = array();
TO:
$products_options_array[] = array('id' => '', 'text' => 'Please Select');