This is a discussion on Extra Product Fields 1.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Had a person point our an error in instruction 10a) of the install where you are installing into catalog/product_info.php. Where ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Where it read if (tep_not_null($product_info[$e['field']])) { // only display if information is set for product it should actually read $mt = ($e['uses_list'] ? ($product_info[$e['field']] == 0) : !tep_not_null($product_info[$e['field']])); if (!$mt) { // only display if information is set for product A different check for emptiness is required for list type extra fields versus text type fields. If you have already installed this contribution you need to make this change. Complete contribution is attached but only step 10a) of the instructions has been changed. 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 |
| Extra Product Fields 1.0 | michael_s | New osCommerce Contributions | 0 | 08-01-2009 03:16 PM |
| Product Extra Fields | michael_s | New osCommerce Contributions | 0 | 10-31-2008 10:10 AM |
| Product Extra Fields | michael_s | New osCommerce Contributions | 0 | 04-09-2008 06:50 AM |
| Product Extra Fields | michael_s | New osCommerce Contributions | 0 | 03-27-2008 01:11 PM |
| Product Extra Fields | michael_s | New osCommerce Contributions | 1 | 03-26-2008 10:24 AM |