![]() |
Re: Mod for subcategories in columns with descriptions and icons
Quote:
Where do i find categories.php....so i can change the code. I didn't see skin.css anywhere..i only saw skin1.css. Are they the same? |
Re: Mod for subcategories in columns with descriptions and icons
Categories.php is in the include folder.
You are right, it is skin1.css. |
Re: Mod for subcategories in columns with descriptions and icons
This is not working for me...this is what i'm getting....http://www.tolbert-pkg.com/store/home.php?cat=8
Can u please tell me what i'm doing wrong |
Re: Mod for subcategories in columns with descriptions and icons
In subcategories.tpl:
This line: Code:
<td class="ColumnTitles" valign="top"><a title="{$subcat.description}" href="home.php?cat={ $subcat.categoryid }">[img]{if $subcat.icon_url}{$subcat.icon_url}{else}{$xcart_web_dir}/default_image.gif{/if}[/img] should be Code:
<td class="ColumnTitles" valign="top"><a title="{$subcat.description}" href="home.php?cat={ $subcat.categoryid }">{if $subcat.icon_url}{$subcat.icon_url}{else}{$xcart_web_dir}/default_image.gif{/if} I am not sure how the [image] tag got in there, maybe when they updated the forum, |
Re: Mod for subcategories in columns with descriptions and icons
I have replaced the line and there is no change. What else to do?
|
Re: Mod for subcategories in columns with descriptions and icons
My bad -
This is what you should replace it with: Code:
<td class="ColumnTitles" valign="top"><a title="{$subcat.description}" href="home.php?cat={ $subcat.categoryid }"><img src="{if $subcat.icon_url}{$subcat.icon_url}{else}{$xcart_web_dir}/default_image.gif{/if}" alt="" />{/if} See if that works. |
Re: Mod for subcategories in columns with descriptions and icons
i am getting this on the site....Fatal error: Smarty error: [in customer/main/subcategories.tpl line 29]: syntax error: mismatched tag {/if}. expected {/foreach} (opened line 19). (Smarty_Compiler.class.php, line 2286) in /home/hosts/tolbert-pkg.com/public_html/store/Smarty-2.6.12/Smarty.class.php on line 1095
|
Re: Mod for subcategories in columns with descriptions and icons
Remove the last {/if}
I am not sure if you have the {/if} on the next line or not. |
Re: Mod for subcategories in columns with descriptions and icons
It worked. Thanks you very good.
How can i get the category name under the image?....not to the bottom right of the image |
Re: Mod for subcategories in columns with descriptions and icons
I have implemented this mod for x-cart 4.1.2, but for some reason thumbnails are not being displayed. You can visit my site at http://www.dreamindiamonds.com/store/home.php?cat=253 OR view an example below.
http://www.dreamindiamonds.com/ex.jpg |
All times are GMT -8. The time now is 02:23 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.