Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default EXACTLY how to install the Column Layout Grid addon?

    Hello, everyone!

    I'm pretty much new to Zencart, and am still surprised on how so many people managed to "override" their Zencart files without actually messing up the layout itself. Anyhow, I recently downloaded Column Layout Grid for Product Listing addon, and still cannot figure out how to get it to work. The Product Listing - Layout Style isn't even there in my Admin panel.

    Could someone please kindly explain step-by-step on how to properly install an addon without actually touching the finished layout (ie: CSS, modified PHP files, etc)? Each time I download an addon, the files there look just like what I already installed from the original Zencart installation in the beginning. How am I supposed to know which is which to override without messing up the complete modified files?

    Thanks in advance.

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

    Default Re: EXACTLY how to install the Column Layout Grid addon?

    A properly written mod like Column Layout Grid will have all of its files organized in the correct folder structure. All you need to do after unzipping the files is rename any /your_template/ folders to the name of your custom template folder, and upload the mod's /includes/ folder by FTP to the root of your Zen Cart (usually /public_html/ or /www/ or a subfolder like /shop/ or /zencart/).

    If you have installed other mods or templates already, you should check to make sure the new files do not have the same names and locations of existing mod/template files.

    For Column Layout Grid, there is a .sql file that you need to copy & paste in admin > Tools > Install SQL Patches - this is what gives the menu options.

  3. #3
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: EXACTLY how to install the Column Layout Grid addon?

    Thank you for your response, gjh42! I gotta admit that it's overwhelming for a newbie like myself...... where exactly is a .sql file for Column Layout Grid? I found it through some forum around here, and it's as following:

    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"),'
    );
    When installing it in the "Install SQL Patches" section, I get the following:

    Failed: 1
    ERROR: Cannot execute because table configuration( does not exist. CHECK PREFIXES!
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    ........what am I supposed to do?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: EXACTLY how to install the Column Layout Grid addon?

    Change the INSERT INTO configuration( by adding a space before the (
    Then the system should be able to automatically insert the proper table prefix that your store has been configured to use when you installed it.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: EXACTLY how to install the Column Layout Grid addon?

    Okay, here's the thing. I continued to do more researches, and found this: http://www.zen-cart.com/forum/showthread.php?t=81638 -- very simple.

    It works very well for both new and all product listing pages. However, I still cannot figure out how to do it for all the categorical pages. In reference to http://www.zen-cart.com/forum/showth...sting+template ... I am still lost. Could you present a simple instruction?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: EXACTLY how to install the Column Layout Grid addon?

    Quote Originally Posted by juukyuu View Post
    I continued to do more researches, and found this: http://www.zen-cart.com/forum/showthread.php?t=81638 -- very simple.

    It works very well for both new and all product listing pages. However, I still cannot figure out how to do it for all the categorical pages. In reference to http://www.zen-cart.com/forum/showth...sting+template ... I am still lost. Could you present a simple instruction?
    I'm not familiar with those addons. Perhaps someone who is will chime in.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: EXACTLY how to install the Column Layout Grid addon?

    Hey, DrByte! I did not realize that you answered when I answered to gjh42's post. Got to say that your instruction worked! THANK YOU! However...... when I selected "columns" in the Product Listing - Layout Style section, it did not take effect. I also do not see anything where I could enter how many columns or such. What did I miss?

 

 

Similar Threads

  1. Column Layout Grid Module - Can I Install Earlier Version to 1.5.0?
    By Inxie in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Sep 2012, 11:03 AM
  2. Can't send SQL when install Column Layout Grid for Product Listing
    By Derek H Bao in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 22 Feb 2011, 04:26 PM
  3. Column Layout Grid install issue
    By alekt in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Mar 2010, 07:06 PM
  4. Column layout grid install problem
    By majyk in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 5 Aug 2007, 09:51 AM
  5. Need help with install of Column Grid Layout
    By kinget in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 May 2007, 08:08 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