This is a discussion on auction LISTER 0.0.2 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Thanks for this great solution to Andrea Lener and craxx! The `AND p.products_id = ep.products_id` in `catalog/admin/categories.php` WILL BREAK products ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Thanks for this great solution to Andrea Lener and craxx! The `AND p.products_id = ep.products_id` in `catalog/admin/categories.php` WILL BREAK products editing / reading in of existing products if you have already products in. Therfore you have to add your products_id's to ebay_products too. mysql> INSERT INTO ebay_products (products_id) SELECT products.products_id FROM products WHERE products.products_id > 0; More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| auction LISTER 0.0.2 | michael_s | New osCommerce Contributions | 0 | 10-07-2007 12:30 AM |
| auction LISTER 0.0.2 | michael_s | New osCommerce Contributions | 0 | 10-06-2007 12:13 AM |
| auction LISTER 0.0.2 | michael_s | New osCommerce Contributions | 0 | 09-21-2007 06:54 PM |
| auction LISTER 0.0.2 | michael_s | New osCommerce Contributions | 0 | 09-20-2007 08:23 AM |
| auction LISTER 0.0.2 | michael_s | New osCommerce Contributions | 0 | 09-20-2007 07:10 AM |