This is a discussion on Featured Products within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; After installaling this contribution and i get an SQL error for /module/feature.php not able to load on index.php, sql 5 ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 'MAX_DISPLAY_FEATURED_PRODUCTS_LISTING' in SQL database. I found a fix to add this in Application_Top.php define('MAX_DISPLAY_FEATURED_PRODUCTS_LISTING', '10'); define('MAX_DISPLAY_FEATURED_PRODUCTS', '6'); define('FEATURED_PRODUCTS_DISPLAY', 'true'); But instead i found an easier way to if we insert this SQL to the database. Problem fixed. I'm not the programmer but would like to share what i found. INSERT into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added) values ('Maximum Display of Featured Listing', 'MAX_DISPLAY_FEATURED_PRODUCTS_LISTING', '10', 'This is the maximum amount of items listing on the front page.', '39', '2', now(), now() ); 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 |
| Featured Products | michael_s | New osCommerce Contributions | 0 | 11-24-2007 02:20 PM |
| Featured Products | michael_s | New osCommerce Contributions | 0 | 10-05-2007 06:30 AM |
| Featured Products | michael_s | New osCommerce Contributions | 0 | 09-21-2007 06:54 PM |
| Featured Products | michael_s | New osCommerce Contributions | 0 | 09-21-2007 08:12 AM |
| Featured Products | michael_s | New osCommerce Contributions | 0 | 09-12-2007 12:41 PM |