Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Column Product Layout

    Thanks for the links.
    I done a search with the Developer Tool Kit and have got the following:

    includes/modules/custom/product_listing.php

    Line #102 : $col_width = floor(100/$num_products_count) - 0.5;

    Line #104 : $col_width = floor(100/PRODUCT_LISTING_COLUMNS_PER_ROW) - 0.5;

    Line #117 : if ((($rows-$extra_row)/2) == floor(($rows-$extra_row)/2)) {

    includes/modules/product_listing.php

    Line #79 : if ((($rows-$extra_row)/2) == floor(($rows-$extra_row)/2)) {

    I am at a loss.....

  2. #2
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Column Product Layout

    Thank-you heaps for your help. It is very much appreciated.
    I have finally got it the way I want it to be.

    Kind Regards

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Column Product Layout

    Code:
    Line #102 : $col_width = floor(100/$num_products_count) - 0.5;
    
    Line #104 : $col_width = floor(100/PRODUCT_LISTING_COLUMNS_PER_ROW) - 0.5;
    Adjust these as outlined in the link - just do not get too crazy

  4. #4
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Column Product Layout

    One other thing, how do I change the amount of products to show per page?
    Currently it is only showing up to 9 at a time.

    Also can this set up be used for the categories and main page?
    If so... how is it done please?

    Kind Regards

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Column Product Layout

    admin> config > maximum values

 

 

Similar Threads

  1. adjust spacing on Column Layout Grid between product name and product price
    By cpoet in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jul 2010, 07:03 AM
  2. 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
  3. Column Grid Product Layout
    By charmedbytina2 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 2 May 2008, 03:59 PM
  4. Column Grid Layout - trouble with product listing/layout
    By mellonade in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 May 2007, 11:18 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