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?
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.
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.
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.
Your view source showsso the product listing table is displayed (the nav links work) but has no content.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>
Try looking at /includes/modules/your_template/product_listing.php.
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.
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.
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.