Results 1 to 3 of 3

Modify Length of New Products box

This is a discussion on Modify Length of New Products box within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi again, The owner os an OsCommerce site I set up ages ago has aksed me to lengthen the New ...

      
  1. #1
    Lurker
    Join Date
    Jun 2003
    Posts
    4
    Rep Power
    0


    Default Modify Length of New Products box

    Hi again,
    The owner os an OsCommerce site I set up ages ago has aksed me to lengthen the New Products on the front page. They don't want to increase or decrease the number of products or change the width, simply lengthen the box - can anyone assist me here please. I expect it's easy, but I can't seem to find where this gets set. Many thanks, Terry

  2. #2
    Member
    Join Date
    Sep 2004
    Location
    Langhorne, PA
    Posts
    31
    Rep Power
    0


    Default Fix New Product Length

    catalog/templates/aabox/content/index.default.php

    around line 27

    add a box around FILENAME_NEW_PRODUCTS

    EXAMPLE:

    <tr>
    <td>
    <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
    </tr>
    </table></td>
    </tr>

  3. #3
    Lurker
    Join Date
    Jun 2003
    Posts
    4
    Rep Power
    0


    Default RE: Fix New Product Length

    Hi again,
    Thanks for the reply - are you sure it's OsCommerce 2.2 you are talking about? I don't have a teplates directory listed for starters. What about the index.php file in the main catalog directory? It's where I have seen the above text listed. Thanks again, Terry

Similar Threads

  1. Products Name Length -- Please Help.
    By markymrk22 in forum osCommerce 2.2 Modification Help
    Replies: 5
    Last Post: 06-04-2005, 06:57 AM
  2. How do I modify my products from the GUI
    By dhobson in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 01-31-2005, 09:53 PM
  3. new_products.php - How to modify products included?
    By gameparts in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-27-2005, 07:39 AM
  4. Modify this...
    By tonic in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-11-2005, 07:19 AM
  5. URgent! how to change length of product description!
    By imaginecomputers in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 06-29-2004, 12:16 PM

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
  •