Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    help question New Products Description Position

    i have a situation here where on my new products page, the descriptions for my products located under the image and 'Add :+Qty' as you can see on the pic id attached. i want it to be next to the 'Add :+Qty.' (as in the red box). so tht i can fill the huge white space under the 'weight' text.

    anyone know how to do tht..??
    Attached Images Attached Images  

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: New Products Description Position

    This is the code for the products_description:
    PHP Code:
    <?php if (PRODUCT_NEW_LIST_DESCRIPTION != 0) { ?>
              <tr>
                <td colspan="3" valign="top" class="main">
                  <?php
                    
    echo $display_products_description;
                  
    ?>
                </td>
              </tr>
    <?php ?>
    Notice it is in its own row ...

    You would need to alter how and where that is displayed ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: New Products Description Position

    i take a look at this file tpl_modules_products_new_listing.php and the code
    PHP Code:
    <?php if (PRODUCT_NEW_LIST_DESCRIPTION != 0) { ?>
              <tr>
                <td colspan="3" valign="top" class="main">
                  <?php
                    
    echo $display_products_description;
                  
    ?>
                </td>
              </tr>
    <?php ?>
    but im not sure what to change.. . should i delete it or place somewhere else..??

  4. #4
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: New Products Description Position

    any solution to this..? im still confuse.

 

 

Similar Threads

  1. Fixing position of product description
    By caesartrading in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Sep 2011, 11:30 AM
  2. How to set new products in first position?
    By DArnaez in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jul 2009, 01:58 AM
  3. Is it possible to add a link to New products in the category position?
    By dsided in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 6 Sep 2008, 01:34 AM
  4. Category Description Position
    By karenkte in forum General Questions
    Replies: 2
    Last Post: 17 Jun 2008, 01:26 PM
  5. New Products list position on categories box
    By bahtiar in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 17 Nov 2006, 11:18 PM

Posting Permissions

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