Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Jun 2005
    Posts
    120
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    i just spent hours looking and found this. thanks so much!! mine was also misspelled!!!

  2. #12
    Join Date
    Jan 2011
    Posts
    48
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    Quote Originally Posted by khopek View Post
    exactly how the instructions said......


    STEP 1. Modification of Code

    Updated code files are included - so the task is simple.
    - Upload the new product_listing.php to ZEN_CART_HOME_DIR/includes/modules/YOURTEMPLATE/product_listing.php

    - Upload the new tpl_modules_product_listing.php to:
    ZEN_CART_HOME_DIR/includes/templates/YOURTEMPLATE/templates/tpl_modules_product_listing.php

    STEP 2. Changing the Database

    Run the following SQL commands into your database.
    The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.

    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);
    Ok- I just installed the Grid Column. I followed Step 1. Step 2 I ran the SQL through the admin tools and it said it was accepted.
    I can now change the 'rows' to columns in admin and the number so I know it is in fact there but it does not work.

    Now what do I do with the rest of the code listed here? I don't understand where I add that. (newbie here). Somebody please help me.....
    Thanks!

  3. #13
    Join Date
    Jan 2011
    Posts
    48
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    Quote Originally Posted by davidrayandj View Post
    Ok- I just installed the Grid Column. I followed Step 1. Step 2 I ran the SQL through the admin tools and it said it was accepted.
    I can now change the 'rows' to columns in admin and the number so I know it is in fact there but it does not work.

    Now what do I do with the rest of the code listed here? I don't understand where I add that. (newbie here). Somebody please help me.....
    Thanks!
    ok-never mind, we got it. Don't ask me how or why but it is there so I am not questioning or messing with it...

  4. #14
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    I spent all day searching to see if Column Layout Grid for Product Listing v.1.3.8 was the most up to date version of the software that I needed to make a grid of my products. I was so happy to finally find this thread.

    But, I failed. I thought I followed all the instructions; I changed from rows to columns, etc. and nothing happened. Above someone mentions making sure of the spelling. Sorry, I have no idea of what they are referring to--newbie here.

    Please help!

    birdwaterandbombay.com
    Last edited by merbay; 6 Feb 2011 at 12:50 AM. Reason: failure to add .com

  5. #15
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    red flag Re: column layout grid not working?

    Please, any help greatly appreciated! I'm still looking but can't see where the problem is
    merbay

    BirdwaterandBombay.com

  6. #16
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    Someone? Please!
    merbay

    BirdwaterandBombay.com

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

    Default Re: column layout grid not working?

    "Above someone mentions making sure of the spelling. Sorry, I have no idea of what they are referring to--newbie here."

    Have you spelled the foldernames exactly the same (including capitalization) in all places (premium7a)? Windows may not care about that, but many other programs do.

    If you have the admin controls but no change in the listing, that is the most likely problem aside from the files having landed in the wrong folder level.

  8. #18
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    Thank you, thank you, thank you!!
    merbay

    BirdwaterandBombay.com

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. 1.3.9f grid layout not working
    By cshart in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Sep 2010, 10:19 PM
  2. Column Layout Grid Not Working
    By decep in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 15 Jun 2010, 02:33 AM
  3. Column/Grid Mod Not working
    By Harvard in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Jul 2009, 02:10 AM
  4. New Product Listing Error - Column Layout Grid is not working on NewProduct
    By hooai12 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 May 2009, 05:27 PM
  5. Column Grid Layout not right
    By bodybangles in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 16 Apr 2007, 11:28 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