osCmax v2.5 User Manual
Results 1 to 4 of 4

Main page

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 ...

      
  1. #1
    New Member
    Join Date
    Oct 2004
    Posts
    15
    Rep Power
    0


    Default Main page

    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

  2. #2
    Lurker
    Join Date
    Nov 2005
    Posts
    1
    Rep Power
    0


    Default RE: Main page

    Quote Originally Posted by Jimcraft
    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
    I'd like to know that as well as how do you add boxes around each individual product on the main page?

  3. #3
    New Member
    Join Date
    Nov 2005
    Posts
    9
    Rep Power
    0


    Default RE: Main page

    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

  4. #4
    New Member
    Join Date
    Oct 2004
    Posts
    15
    Rep Power
    0


    Default main page

    Works great. Thanks for the help.

Similar Threads

  1. Product detail page as the home/main page???
    By sukarya in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-17-2006, 05:21 AM
  2. Need to get to Main page
    By delphi1 in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 09-16-2005, 01:51 AM
  3. Main page
    By nightsbird in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 06-23-2005, 01:18 PM
  4. Main Page TXT
    By leeb in forum osCommerce 2.2 Modification Help
    Replies: 6
    Last Post: 01-11-2005, 02:31 AM
  5. Main Page information box
    By becky in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 11-23-2002, 06:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •