This is a discussion on Newsletter Products within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; FILE: catalogadminincludesmodulesnewslettersnewsletter_p roducts.php LINE WITH ERROR: $product_query = tep_db_query("select p.products_id, pd.products_name, p.products_image2, p.products_price, p.products_tax_class_id, if(s.status, s.specials_new_products_price, NULL) as specials_price from ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| catalogadminincludesmodulesnewslettersnewsletter_p roducts.php LINE WITH ERROR: $product_query = tep_db_query("select p.products_id, pd.products_name, p.products_image2, p.products_price, p.products_tax_class_id, if(s.status, s.specials_new_products_price, NULL) as specials_price from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id where pd.products_id = p.products_id and p.products_id in(" . $p_string . ") and pd.language_id=" . $languages_id); ERROR (wrong field name): p.products_image2 CHANGE TO (the original DB field name): p.products_image More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newsletter Products | michael_s | New osCommerce Contributions | 0 | 09-06-2007 09:25 AM |
| Best Newsletter? | bkpie | osCMax v2 Customization/Mods | 5 | 07-03-2007 05:36 AM |
| Newsletter Products | michael_s | New osCommerce Contributions | 0 | 05-22-2007 03:41 PM |
| Newsletter Products | michael_s | New osCommerce Contributions | 0 | 05-20-2007 02:02 PM |
| Welcome Newsletter | bobbiejames | osCommerce 2.2 Modification Help | 0 | 06-14-2004 07:41 AM |