This is a discussion on Product Extra Fields within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; In: $extra_fields_query = tep_db_query(" SELECT pef.products_extra_fields_status as status, pef.products_extra_fields_name as name, ptf.products_extra_fields_value as value FROM ". TABLE_PRODUCTS_EXTRA_FIELDS ." pef LEFT ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| $extra_fields_query = tep_db_query(" SELECT pef.products_extra_fields_status as status, pef.products_extra_fields_name as name, ptf.products_extra_fields_value as value FROM ". TABLE_PRODUCTS_EXTRA_FIELDS ." pef LEFT JOIN ". TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS ." ptf ON ptf.products_extra_fields_id=pef.products_extra_fi elds_id WHERE ptf.products_id=". (int) $listing['products_id'] ." and ptf.products_extra_fields_value'' and (pef.languages_id='0' or pef.languages_id='".$languages_id."') ORDER BY products_extra_fields_order"); Find: ORDER BY products_extra_fields_order"); After products_extra_fields_order and before " put: DESC LIMIT 5 Where 5 = no. of extra fields to show 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 |
| Product Extra Fields | michael_s | New osCommerce Contributions | 0 | 03-01-2008 05:11 AM |
| Product Extra Fields | michael_s | New osCommerce Contributions | 0 | 07-09-2007 07:00 PM |
| Product Extra Fields | michael_s | New osCommerce Contributions | 4 | 04-01-2007 04:27 AM |
| Product Extra Fields | michael_s | New osCommerce Contributions | 0 | 02-07-2007 01:50 PM |
| Product Extra Fields | michael_s | New osCommerce Contributions | 0 | 01-25-2007 09:51 AM |