![]() |
I am trying to get this mod working for my site (www.eArtPark.com). For some reason, neither the description or product counts are displaying. What am I doing wrong here?
Quote:
|
Strange Error with the category icon script
I've tried to implemt the subcategories.tpl on my site. I am running 4.0.8 in test mode at the moment.
Everything seems fine, I can click on a category on the left menu to open up and view the sub-categories...where I can see the category icons displaying fine...but the strange thing is this...above the category icons I can see TWO navigation paths as shown below one on top of the other , there should only be one....but i don't know how to fix it within the script. б╩ ThaiBoutique б╩ Silk Scarfs б╩ ThaiBoutique б╩ Silk Scarfs Any thoughts on how i can fix this ????? Thx Peter |
Fixed My Problem
I managed to figure out my problem, the answer to my posting is this
Within the subcategories.tpl .... remove the 1st line. { include file="location.tpl" } Peter |
Great Mod, thanks 27 stars. Works a treat on 3.5.X
|
Test under Image
Hi
Any one knows how I can get my text center under the Icon? Thanks :? |
Change align=left to align=center :)
|
Similar, but hopefully simpler situation:
4.0.13 out-of-box subcategories.tpl has the parent category icon showing up IF THERE ARE SUBCATEGORIES and DOES NOT show the category icon for the lowest level subcategories. I need this to work in reverse - If there are subcategories, DO NOT SHOW the icon. If there are no subcategories (Lowest level) SHOW the icon. Seems like that should be the default behavior anyway. Iam chasing my tail going through the template trying different things and can't get it to work. ANY IDEAS? |
Quote:
just change {if $tmp} [img]{if $current_category.icon_url}{$current_category.icon _url}{else}{$xcart_web_dir}/icon.php?categoryid={$cat}{/if}[/img] {/if} to {if ne $tmp} [img]{if $current_category.icon_url}{$current_category.icon _url}{else}{$xcart_web_dir}/icon.php?categoryid={$cat}{/if}[/img] {/if} in skin1/customer/main/subcategories.tpl template |
Thanks Anton -
I ended up working through it and incorporated the mod in the forum also. Here is what it looks like: Code:
{* $Id: subcategories.tpl,v 1.43.2.2 2004/10/07 07:08:51 max Exp $ *} |
Hey Great Mod.
Have a question regarding the product count and warning message. I've managed to remove the products count from my tpl file but still have a message at the bottom of the table: "No matching products found" Tried removing the some of the product code below the subcat table to get rid of it but didn't work. Heres what my code looks like after the revisions. Code:
{* $Id: subcategories.tpl,v 1.29 2002/11/26 14:55:13 alfiya Exp $ *} |
| All times are GMT -8. The time now is 11:07 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.