Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2005
    Location
    Massachusetts
    Posts
    156
    Plugin Contributions
    0

    Default Link to products on category page

    I set the default page when the cart is opened to one of the categories (Family) and this seems to have turned off the list of products on that page of racingriverwebs.com/memorialpto . How can I turn it back on?
    DocRocks
    My goal is to consume the Web, one byte at a time.

  2. #2
    Join Date
    Jun 2005
    Location
    Massachusetts
    Posts
    156
    Plugin Contributions
    0

    Default Re: Link to products on category page

    Threads in the forums advise on admin settings and code changes in the tpl_index_categories.php file. I looked at both in my cart and they seem OK. I still don't see links to the product page on the left box menu and in the center column when I click the category. The cart is at racingriverwebs.com/memorialpto.

    Thanks
    DocRocks
    My goal is to consume the Web, one byte at a time.

  3. #3
    Join Date
    Jun 2005
    Location
    Massachusetts
    Posts
    156
    Plugin Contributions
    0

    Default Re: Link to products on category page

    PS - should have noted that this is a template from Zenflavor.com named free template 1.
    DocRocks
    My goal is to consume the Web, one byte at a time.

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

    Default Re: Link to products on category page

    Your view source shows
    Code:
    <div id="indexProductListCatDescription" class="content">$10 Child (18 and under)</div>
    
    <br class="clearBoth" />
    
    <div id="productListing">
    
    
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="cat3Table" class="tabTable">
     
    </table>
    
    </div>
    so the product listing table is displayed (the nav links work) but has no content.
    Try looking at /includes/modules/your_template/product_listing.php.

  5. #5
    Join Date
    Jun 2005
    Location
    Massachusetts
    Posts
    156
    Plugin Contributions
    0

    Default Re: Link to products on category page

    That was it. The section on // add description and match alternating colors was commented out.
    Thanks.
    DocRocks
    My goal is to consume the Web, one byte at a time.

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

    Default Re: Link to products on category page

    That just boggles my mind, that someone would publicly distribute a template with such a basic function eliminated in the PHP code. If they thought that product listing pages would be better without the product listings (you make sense of that, I can't), they could have added rules to the stylesheet to hide what they wanted, making it easy for the user (the reason for the template) to adapt it to their needs.

    It also annoys me, because (like the hsyong mess) it forces the support forum volunteers to take time fixing someone else's mistake for innocent newbies over and over again.


    Okay, amending my comments...
    The stock product_listing.php has an old section of code that you describe commented out (it created a display just like the "all products" listing), and that section is not necessary or desired for ordinary product listing function. Uncommenting that would not make the listing work, so there must have been something else in the file that was wrong. It is not possible to say more without seeing the actual file before you "fixed" it.
    Last edited by gjh42; 17 Feb 2010 at 05:23 PM.

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

    Default Re: Link to products on category page

    You now have the description duplicated below the main body of the product listing. This was caused by uncommenting that section of product_listing.php.

 

 

Similar Threads

  1. Category link: link to EZ page
    By makenoiz in forum General Questions
    Replies: 3
    Last Post: 19 Mar 2012, 06:26 AM
  2. Remove / Hide category link from category image on home page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 15 Mar 2010, 11:50 PM
  3. Number of products by category link
    By kaitshel in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Dec 2008, 05:53 PM
  4. Link category similar to linking products?
    By wolfsz in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 4 Apr 2007, 09:19 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