This is a discussion on Featured Products not working within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I've tried to install featured products three times now but I must be missing something obvious! I'm getting ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I've tried to install featured products three times now but I must be missing something obvious! I'm getting snowblind now I think... "Featured Products" will appear collectly in the back office under Configuration but not in Catalog. I think I've done everything correctly in the readme bar #13: edit /catalog/index.php and change the two instances of FILENAME_NEW_PRODUCTS to FILENAME_FEATURED FIND: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> ADD BEFORE: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_FEATURED); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> I navigate to Catalog>index.php but FILENAME_FEATURED nor any tables are to be found at all. Am I looking in the wrong file? Getting very confused here. If anyone can help it would be great! |
|
#2
| ||||
| ||||
| HTML Code: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> You are adding it to the wrong file.
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#3
| |||
| |||
| Thanks Michael_S Very much appreciate the response. I figured that out after my last post and chaged teh code in /catalog/templates/fallback/index_default.tpl.php accordingly. I went through teh whole process (bar #15, the STS templates bit ) and still no joy. "Featured Products" now no longer appears in the Admin or Catalog menu of teh back office, nor the home page.... bizarre! |
|
#4
| ||||
| ||||
| osCMax does not use STS, so that is also a problem. osCMax uses BTS (Basic template structure) You are not installing it correctly I think. Start over. Do the admin side first, as that is easier. Then once you have it working, then start on the catalog side.
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#5
| |||
| |||
| Thanks, sounds good. Will Do. Appreciate the speedy response! |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Featured Products | michael_s | New osCommerce Contributions | 0 | 03-05-2008 08:22 PM |
| Featured Products | michael_s | New osCommerce Contributions | 3 | 07-27-2007 09:23 AM |
| Featured Products | michael_s | New osCommerce Contributions | 0 | 03-23-2007 11:00 AM |
| Featured Products | michael_s | New osCommerce Contributions | 0 | 02-06-2007 01:11 AM |
| Featured Products HELP Please. | lil-raskals | osCommerce 2.2 Modification Help | 0 | 10-07-2004 05:51 AM |