Results 1 to 4 of 4
  1. #1
    Join Date
    May 2007
    Posts
    4
    Plugin Contributions
    0

    Default New product listing text alignment issue

    Hi,

    I have setup my store www.discuszone.com and the new product listing is showing 3 product per row, the product name, pricing text are appearing at Right of the product image. However, I would like the product name, pricing and the buy now button to appear at bottom part of the image and align center like this web site www.fishtradezone.com

    can anybody help to guide me what to do to make this chanegs in the text layout issue.

    Thanks so much for your help.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: New product listing text alignment issue

    Quote Originally Posted by jeffreytcs31 View Post
    Hi,

    I have setup my store www.discuszone.com and the new product listing is showing 3 product per row, the product name, pricing text are appearing at Right of the product image. However, I would like the product name, pricing and the buy now button to appear at bottom part of the image and align center like this web site www.fishtradezone.com

    can anybody help to guide me what to do to make this chanegs in the text layout issue.

    Thanks so much for your help.
    You appear to be using the "Monthly Designer Boxes" mod.

    The default setting(s) for those boxes is to put the text to the right.

    You can change this by opening
    includes/modules/YOUR_TEMPLATE/new_products.php

    Find the following code:

    Code:
    <?php
    /**
     * new_products.php module
     *
     * @package modules
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: new_products.php 4629 2006-09-28 15:29:18Z ajeh $
     */
    
    //--------------------------------------
    $side_of_text = 1;  <-- Change this to zero
    // 0 -> text below, image above
    // 1 -> text on right, image on left
    // 2 -> text on left, image on right
    //--------------------------------------
    Make the change as indicated in red.

    save the file and upload to your server.

  3. #3
    Join Date
    May 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: New product listing text alignment issue

    Thanks so much.....

    really appreaciate it.......

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: New product listing text alignment issue

    Quote Originally Posted by jeffreytcs31 View Post
    Thanks so much.....

    really appreaciate it.......
    glad to help

 

 

Similar Threads

  1. Alignment and Text Size Issue
    By jamezgreen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Jan 2010, 11:35 PM
  2. Alignment issue on product listing with additional fields
    By Meers007 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2009, 10:12 PM
  3. Text alignment issue
    By batteryman in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Dec 2007, 01:22 PM
  4. new products display alignment issue in IE
    By fluxem in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 11 May 2007, 10: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