Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default column layout grid not working?

    i just installed the column layout grid and although Product Listing - Layout Style and
    Product Listing - Columns Per Row...are bothing showing up in admin-configuration-product listing... nothing is changing. My products are still lines up the default way.

    I installed exactly how the instructions said...I am wondering if this is because my version of Zencart is 1.3.0.1 and not 1.3.0.2?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: column layout grid not working?

    how exactly did you install 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.

  3. #3
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    Quote Originally Posted by DrByte
    how exactly did you install it?
    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);

  4. #4
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: column layout grid not working?

    Did you substitute "YOURTEMPLATE" with your own custom template name ... ie, in your case: "nightFall"?
    .

    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
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    i sure did

  6. #6
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    so any ideas as to what i going on?

  7. #7
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    well i think i figured it out.
    I got annoyed & uninstalled Zencart.
    Then I reinstalled it again but with the new version.
    I installed the column layout grid FIRST before I installed anything else.
    it seems to be working now.....BUT
    the Improved Attrubutes controller does not now.
    Before I uninstalled it was working while the column layout grid was not working.

    So there must be some conflict between having them both installed?
    If someone knows how to get BOTH of these working I would appreciate it as I need both.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: column layout grid not working?

    Those two contributions are entirely unrelated to each other.

    I don't know all the technical details of your setup, so I can only guess that somehow the files are getting corrupted when loading or else ending up in the wrong place. Not pointing fingers ... just guessing.

    The order of installation of the grid module shouldn't matter. At whatever point it is installed, it should show grid-layout data if enabled. If the file is overwritten by another mod or the override folder into which it is placed doesn't match properly (misspelled, uPPerCase instead of lowercase, etc), then of course it won't be found and alternate behaviour will occur instead.
    .

    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.

  9. #9
    Join Date
    Aug 2006
    Posts
    74
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    the module doesn't work for me either.
    I have exactly installed how the instuctions said

    The products are still showed in rows , only they are centered know.

    I'm using the future-zen template

    Greetings

  10. #10
    Join Date
    Aug 2006
    Posts
    74
    Plugin Contributions
    0

    Default Re: column layout grid not working?

    Quote Originally Posted by mrtorrez
    the module doesn't work for me either.
    I have exactly installed how the instuctions said

    The products are still showed in rows , only they are centered know.

    I'm using the future-zen template

    Greetings
    Sorry, it's solved,

    the includes/modules/mytemplate was misspelled.

    CU

 

 
Page 1 of 2 12 LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR