This is a discussion on Web 2.0 Scrolling New Products within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; only bug correct -------------- replace this: $rp_query = tep_db_query("select p.products_id, p.products_image, p.products_tax_class_id, p.products_price, pd.products_name from " . TABLE_PRODUCTS . " ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| only bug correct -------------- replace this: $rp_query = tep_db_query("select p.products_id, p.products_image, p.products_tax_class_id, p.products_price, pd.products_name from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id where products_status = '1' and p.products_id not in (select products_id from " . TABLE_SPECIALS . " where status = 1) order by p.products_date_added desc limit " . MAX_DISPLAY_NEW_PRODUCTS); with this: $rp_query = tep_db_query("select p.products_id, p.products_image, p.products_tax_class_id, p.products_price, pd.products_name from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id where products_status = '1' and p.products_id not in (select products_id from " . TABLE_SPECIALS . " where status = 1) and pd.language_id = '" . (int)$languages_id . "' order by p.products_date_added desc limit " . MAX_DISPLAY_NEW_PRODUCTS); --------------------------- No file included. http://lavoriamopervoi.com/ecommerce...ine-p-131.html More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Web 2.0 Scrolling Specials | michael_s | New osCommerce Contributions | 0 | 01-13-2008 06:13 PM |
| Web 2.0 Scrolling New Products | michael_s | New osCommerce Contributions | 0 | 01-13-2008 05:31 PM |
| Web 2.0 Scrolling Specials | michael_s | New osCommerce Contributions | 0 | 01-11-2008 05:11 AM |
| Web 2.0 Scrolling Specials | michael_s | New osCommerce Contributions | 0 | 01-09-2008 05:13 PM |
| Web 2.0 Scrolling Specials | michael_s | New osCommerce Contributions | 0 | 01-08-2008 04:00 PM |