This is a discussion on Easy Populate & Products Attributes within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; I have tried install Easy Populate 2.76d-MS2 (with attributes) with SPPC v414 but seems that it doesn't work. (keep prompt ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I have tried install Easy Populate 2.76d-MS2 (with attributes) with SPPC v414 but seems that it doesn't work. (keep prompt me about extra column when activiated SPPC with EP) After some time, I discovered an extra field will be inserted into database if SPPC module activiated.(at least in my version.) To let whole thing works, it should have following changes in easypopulate.php: around line 2302-2341, REPLACE ------------------------ INSERT INTO '.TABLE_PRODUCTS_GROUPS.' VALUES ( ' . $v_customer_group_id_1 . ', ' . $v_customer_price_1 . ', ' . $v_products_id . ', ' . $v_products_price .' )' ); ------------------ WITH ------------------ INSERT INTO '.TABLE_PRODUCTS_GROUPS.' VALUES ( ' . $v_customer_group_id_1 . ', ' . $v_customer_price_1 . ', ' . $v_products_id . ' )' ); -------------------------------- if you have X group, then delete all $v_products_price in X group within the SPPC module of EP. p.s. not a complete package, download file include these text. Mystic More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Easy Populate & Products Attributes | michael_s | New osCommerce Contributions | 0 | 04-09-2007 01:50 PM |
| Easy Populate & Products Attributes | michael_s | New osCommerce Contributions | 0 | 04-06-2007 01:26 AM |
| Easy Populate & Products Attributes | michael_s | New osCommerce Contributions | 0 | 02-14-2007 10:00 PM |
| Easy Populate & Products Attributes | michael_s | New osCommerce Contributions | 0 | 02-12-2007 01:12 AM |
| Easy Populate & Products Attributes | michael_s | New osCommerce Contributions | 0 | 02-10-2007 07:11 AM |