This is a discussion on Wishlist 2.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; The same error is in the catalog / wishlist.php the correct select on line 236 is: $products_query = tep_db_query("select pd.products_id, ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| The same error is in the catalog / wishlist.php the correct select on line 236 is: $products_query = tep_db_query("select pd.products_id, pd.products_name, pd.products_description, p.products_image, p.products_status, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd left join " . TABLE_SPECIALS . " s on pd.products_id = s.products_id where pd.products_id = '" . $product_id . "' and p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "' order by products_name"); More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wishlist 3.5d | kingsland | osCMax v2 Customization/Mods | 8 | 07-15-2007 09:12 PM |
| Wishlist 2.0 | michael_s | New osCommerce Contributions | 0 | 04-15-2007 10:22 PM |
| Wishlist 2.0 | michael_s | New osCommerce Contributions | 0 | 02-12-2007 06:00 AM |
| Wishlist issues - sent email doesnt include wishlist links | slothy | osCMax v2 Installation issues | 3 | 08-31-2005 12:53 PM |
| Wishlist-2.0.1 | glynn | osCMax v1.7 General Mods Discussion | 16 | 03-22-2005 12:03 PM |