This is a discussion on Main page within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; On the main page new products for November displays 3 items in a row. How do I change this to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| On the main page new products for November displays 3 items in a row. How do I change this to only show 1 item in a row. Thanks for any help. Jim |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Quote:
|
|
#3
| |||
| |||
| in includes/modules/new_products.php at the end of the file you should have these lines: $col ++; if ($col > 2) { $col = 0; $row ++; } } change $col > 2 to $col > 0 See if this helps to show just one product/row
__________________ www.freshideas.ro |
|
#4
| |||
| |||
| Works great. Thanks for the help. |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Product detail page as the home/main page??? | sukarya | osCommerce 2.2 Modification Help | 1 | 02-17-2006 06:21 AM |
| Need to get to Main page | delphi1 | osCommerce 2.2 Modification Help | 4 | 09-16-2005 02:51 AM |
| Main page | nightsbird | osCMax v1.7 Discussion | 1 | 06-23-2005 02:18 PM |
| Main Page TXT | leeb | osCommerce 2.2 Modification Help | 6 | 01-11-2005 03:31 AM |
| Main Page information box | becky | osCommerce 2.2 Modification Help | 1 | 11-23-2002 07:24 AM |