Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Nov 2005
    Posts
    47
    Plugin Contributions
    0

    Default Re: Problem with Column Layout Grid for Product Listing 1.3.0.2

    DrByte, I tried to change the code you specified, but in my product_listing.php file, there is no such code! Should I add it in, or would that not work?

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

    Default Re: Problem with Column Layout Grid for Product Listing 1.3.0.2

    Quote Originally Posted by goodmorning
    DrByte, I tried to change the code you specified, but in my product_listing.php file, there is no such code! Should I add it in, or would that not work?
    The code referenced is from the contribution, not from the original distribution Zen Cart file.
    .

    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. #13
    Join Date
    Nov 2005
    Posts
    47
    Plugin Contributions
    0

    Default Re: Problem with Column Layout Grid for Product Listing 1.3.0.2

    Got it, thank you! Your fix worked great. :)

  4. #14
    Join Date
    Jan 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Problem with Column Layout Grid for Product Listing 1.3.0.2

    I made the modification but am having trouble checking to see if it works...

    I seem to be having yet another problem with ZenCart, and am not sure what is causing it. Anything related to ZenCart (index.php, the admin, etc. etc. etc.) loads EXTREMELY SLOWLY... actually, I went to the site just now to test if the mod worked, but now it just spends a minute or so trying to load, then quits and loads a blank page. I am having this problem on different computers and different internet connections (university connection, DSL, and cable)... but I'm not sure if it's a server problem, because any other part of my website un-related to ZenCart loads super-quickly.

    My ZenCart shop is here: http://shop.mmm-fruit.com/index.php

  5. #15
    Join Date
    Aug 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Problem with Column Layout Grid for Product Listing 1.3.0.2

    Quote Originally Posted by mmmfruit

    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="cat2Table" class="tabTable">
      <tr >
       <th class="centerBoxContentsProducts centeredContent back" style="width:50%;" scope="col" id="listCell0-0"><a href="http://shop.mmm-fruit.com/index.php?main_page=product_info&amp;cPath=2&amp;products_id=6"><img src="images/sushi/californiaroll_01.jpg" alt="California Roll Set" title=" California Roll Set " width="100" height="60" /></a><br><h3 class="itemTitle"><a href="http://shop.mmm-fruit.com/index.php?main_page=product_info&amp;cPath=2&amp;products_id=6">California Roll Set</a></h3><div class="listingDescription"></div><br>$25.00<br /><br />Add: <input type="text" name="products_id[6]" value="0" size="4" /><br /><br /></th>
       <th class="centerBoxContentsProducts centeredContent back" style="width:50%;" scope="col" id="listCell0-1"><a href="http://shop.mmm-fruit.com/index.php?main_page=product_info&amp;cPath=2&amp;products_id=7"><img src="images/sushi/su****ogo_01.jpg" alt="Sushi to Go Set" title=" Sushi to Go Set " width="100" height="60" /></a><br><h3 class="itemTitle"><a href="http://shop.mmm-fruit.com/index.php?main_page=product_info&amp;cPath=2&amp;products_id=7">Sushi to Go Set</a></h3><div class="listingDescription"></div><br>$25.00<br /><br />Add: <input type="text" name="products_id[7]" value="0" size="4" /><br /><br /></th>
    
      </tr>
     
    </table>
    I had the same problem and I fixed it. I can see from the html you posted that you are having the same problem as me becase your items are in a table. The table is created by the tpl_modules_products_listing that is part of the common templates. The tpl_modules_product_listing.php that comes with the mod must be in the directory ZEN_CART_HOME_DIR/includes/templates/YOUR_TEMPLATE/templates/, not in ZEN_CART_HOME_DIR/includes/templates/YOUR_TEMPLATE/.
    Unfortunately both are listed in the instructions. I am using the future_zen template for now and I had to make the directory templates under includes/templates/future_zen and move the tpl_modules_product_listing.php in there. The path to my file is ZEN_CART_HOME_DIR/includes/templates/future_zen/templates/tpl_modules_product_listing.php. Once I did, the items are put in <div> entries
    Code:
    <!-- BOF: Display grid of available sub-categories, if any -->
    <tpl_columnar_display />
    
        <div class="categoryListBoxContents" style="width:33%;"><a href="http://www2.refreshingelements.com/catalog/index.php?main_page=index&amp;cPath=132_33"><img src="images/refreshingelements.4072b.jpg" alt="Bracelets" title=" Bracelets " width="180" height="240" /><br />Bracelets</a></div>
    
        <div class="categoryListBoxContents" style="width:33%;"><a href="http://www2.refreshingelements.com/catalog/index.php?main_page=index&amp;cPath=132_32"><img src="images/refreshingelements.4143e.jpg" alt="Earrings" title=" Earrings " width="180" height="240" /><br />Earrings</a></div>
        <div class="categoryListBoxContents" style="width:33%;"><a href="http://www2.refreshingelements.com/catalog/index.php?main_page=index&amp;cPath=132_38"><img src="images/refreshingelements.4084n.jpg" alt="Necklaces" title=" Necklaces " width="180" height="240" /><br />Necklaces</a></div>
    <br class="clearBoth" />
    
        <div class="categoryListBoxContents" style="width:33%;"><a href="http://www2.refreshingelements.com/catalog/index.php?main_page=index&amp;cPath=132_83"><img src="images/refreshingelementse3091.jpg" alt="Pendants" title=" Pendants " width="180" height="240" /><br />Pendants</a></div>
        <div class="categoryListBoxContents" style="width:33%;"><a href="http://www2.refreshingelements.com/catalog/index.php?main_page=index&amp;cPath=132_139"><img src="images/SN194Acujpg.jpg" alt="Dichroic Glass" title=" Dichroic Glass " width="180" height="156.24365482234" /><br />Dichroic Glass</a></div>
        <div class="categoryListBoxContents" style="width:33%;"><a href="http://www2.refreshingelements.com/catalog/index.php?main_page=index&amp;cPath=132_82"><img src="images/refreshingelements.lanyardids.jpg" alt="Lanyard ID Necklaces" title=" Lanyard ID Necklaces " width="180" height="240" /><br />Lanyard ID Necklaces</a></div>
    
    <br class="clearBoth" />
    
        <div class="categoryListBoxContents" style="width:33%;"><a href="http://www2.refreshingelements.com/catalog/index.php?main_page=index&amp;cPath=132_77"><img src="images/Anklet-SAM-100-turq.jpg" alt="Anklets" title=" Anklets " width="172" height="240" /><br />Anklets</a></div>
        <div class="categoryListBoxContents" style="width:33%;"><a href="http://www2.refreshingelements.com/catalog/index.php?main_page=index&amp;cPath=132_84"><img src="images/refreshingelements.hairsquiggle.jpg" alt="Hair Accessories" title=" Hair Accessories " width="180" height="135" /><br />Hair Accessories</a></div>
    <br class="clearBoth" />
     
    <!-- EOF: Display grid of available sub-categories -->

  6. #16
    Join Date
    Mar 2005
    Posts
    142
    Plugin Contributions
    0

    Default Re: Problem with Column Layout Grid for Product Listing 1.3.0.2

    I had a similar problem and discovered that I had inserted a padding 0.5em in my navColumnOne an navColumnTwo. I deleted these in my CSS and this fixed things for me. Good Luck!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Problem with column layout grid for product listing 1.3.8
    By ivanc in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 22 Jul 2010, 11:00 AM
  2. Replies: 5
    Last Post: 17 Feb 2010, 05:13 PM
  3. Problem with Column Layout Grid for Product Listing
    By maeve100 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Aug 2009, 04:02 PM
  4. Column Layout Grid for Product Listing doesn't work with Firefox?
    By pamcake in forum All Other Contributions/Addons
    Replies: 27
    Last Post: 23 Oct 2008, 07:00 PM
  5. Column/Grid Layout for Product Listing Problem
    By Garenthino in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Aug 2007, 06:44 PM

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