Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2007
    Posts
    18
    Plugin Contributions
    0

    Default Column Layout Grid for Other Listing

    I've downloaded this MOD

    http://www.zen-cart.com/index.php?ma...products_id=77

    and now my Product Listing displays 2 products per rows which is what I wanted.

    Now how can I do the same for all my other listings? (New prod, feature prod ect)

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

    Default Re: Column Layout Grid for Other Listing

    Now how can I do the same for all my other listings? (New prod, feature prod ect)
    admin > config > index listing > New Products Columns per Row Featured Products Columns per Row and Special Products Columns per Row
    set to what you want
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Other Listing

    Quote Originally Posted by kobra View Post
    admin > config > index listing > New Products Columns per Row Featured Products Columns per Row and Special Products Columns per Row
    set to what you want
    Thats not exactly what I wanted.

    Even if my New Product box in the Main page has 3 product per row
    the New product page shows the product 1 under the other.

    Did I make any sense?

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

    Default Re: Column Layout Grid for Other Listing

    The code for Zen Cart has different layouts for each (for reasons that I do not know) as in new, featured, special, and all.

    Moving code around from one to the other is the only way that I know of to change these. You can look at the tpl files for each and follow the logic
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Oct 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Other Listing

    I used a MOD to have the 2 columns for the product listing which involved changind the db as well... I suppose I can copy the tpl files for the product listing and change them for the other pages but I'm not sure about the db... I had to insert these before

    INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
    configuration_description, configuration_group_id, sort_order,
    last_modified, date_added, use_function, set_function)
    VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
    'Select the layout style:<br />Each product can be listed in its own row (rows option)
    or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
    now(), NULL, 'zen_cfg_select_option(array(\'rows\', \'columns\'),');

    INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
    configuration_description, configuration_group_id, sort_order,
    last_modified, date_added, use_function, set_function)
    VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
    'Select the number of columns of products to show in each row in the product listing.
    The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

    I'm not sure what value I should write for New product, feature product ect ect

    Any ideas ?

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

    Default Re: Column Layout Grid for Other Listing

    It is not as simple as that and over what can be covered in this venue as a forum.
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Other Listing

    I installed this mod and it really did the trick. however, when the page displays in Firefox it's kind of wonky (until you refresh the page). IE presents the content just fine... which is always suspect.

  8. #8
    Join Date
    Oct 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Other Listing

    Hello forum friends.

    I'm using this mod, but the default 3 column layout sets a style width to 32.5%. I'd like to change that % to a specific pixel width. I know it's going to a 3 column layout so I can "hard code" that information if necessary.

    Any help is appreciated. Thanks!

 

 

Similar Threads

  1. Column Layout Grid for Product Listing
    By bigelowc in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 13 Aug 2014, 06:56 AM
  2. Replies: 2
    Last Post: 23 Mar 2012, 03:28 PM
  3. 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
  4. Major issues with Column Layout / Grid Layout for Products Listing
    By kinget in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jul 2007, 10:11 PM
  5. Column Layout Grid for Product Listing
    By mohinder in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Mar 2007, 06:46 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