This is a discussion on Reference Attributes within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; In file catalog/admin/products_attributes.php line 64 replace tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| In file catalog/admin/products_attributes.php line 64 replace tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "','', '" . tep_db_input($price_prefix) . "','" . tep_db_input($reference) . "')"); With tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "', '" . tep_db_input($price_prefix) . "','" . tep_db_input($reference) . "')"); More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reference Attributes | michael_s | New osCommerce Contributions | 0 | 07-02-2008 01:22 PM |
| Too Many Attributes? | the_error_king | osCMax v1.7 Discussion | 1 | 01-09-2006 09:08 PM |
| Can I have sub attributes? | Studio143 | osCMax v1.7 Discussion | 2 | 02-23-2005 05:05 AM |
| Two Different Attributes | jgkiefer | osCMax v1.7 Discussion | 0 | 10-26-2004 04:32 PM |
| change path to images to absolute reference | mkraft | osCMax v1.7 Installation | 5 | 04-24-2004 01:17 AM |