Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    55
    Plugin Contributions
    0

    Default How to Modify Column Layout Grid?

    Hello, mater zenners!! Hope y’all had wonderful holidays!

    I have several questions about column layout grid. I’ve seen the very similar questions and suggestions before, but somehow I cannot find them anymore (I must be using different keywords).

    I’ve installed the column layout grid module and it works flawlessly!! However, I’d like to get rid of spaces between title/price/add. As usual, I’m horrible at explaining so I’ve included a screenshot.





    Essentially, I’d like to decrease the space between title and price, and move ‘add to cart’ next to price. However, if moving ‘add’ to the next of price is too complicated, it would be fine to just decrease the space too.

    I do not have any featured or special items yet. But if I understand it right, New Products, Featured Products and Special Products will not have column layout grid look. Is there a module or something that can be done to make all product listing pages look like column layout grid (so the store has a uniform look and feel)?

    FYI, all my product images will be square, titles will always be two lines, and description won’t be visible from listing pages.

    Thank you for your help.
    nyanko chan =^.^=

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How to Modify Column Layout Grid

    You may want to try Flexible Product Listing, which incorporates Column Grid with extra adjustment potential built in. By default, it is set up like your image. It is currently in beta, and can be found in the styling product listing pages with column layout grid thread.

    Alternatively, you can get the price to the left of the add button by deleting a <br /> in product_listing.php:
    PHP Code:
            case 'PRODUCT_LIST_PRICE':
            
    $lc_price zen_get_products_display_price($listing->fields['products_id']) . '<br />';
            
    $lc_align 'right';
            
    $lc_text =  $lc_price
    You will probably also need to change the $lc_align = 'right'; to 'left' or ''.

    To get the other listings to match, try yellow1912's "Using one single listing template" mod in the thread of the same name.

  3. #3
    Join Date
    Sep 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: How to Modify Column Layout Grid

    Thank you! I'm about try the add on!

    =)

 

 

Similar Threads

  1. EXACTLY how to install the Column Layout Grid addon?
    By juukyuu in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 14 Jan 2012, 04:13 AM
  2. Column Layout Grid 2 products in 4 column display
    By Develop&Promote in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Feb 2011, 04:26 AM
  3. how can I change product display ? Column Layout Grid
    By neveu in forum Addon Templates
    Replies: 9
    Last Post: 12 Nov 2010, 02:41 AM
  4. How to add rows to column layout grid?
    By mysafetymarket in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Jul 2010, 05:08 AM
  5. Column layout grid for product listing - one column only
    By london mummy in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Oct 2009, 10:06 AM

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