X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Modify template help (https://forum.x-cart.com/showthread.php?t=22713)

lannyg 06-23-2006 06:55 AM

Modify template help
 
I'm would like to remove or change the word "products" in the category view, example pic here: http://i70.photobucket.com/albums/i103/mikevid/Image3.jpg

Can someone tell me what tpl file this is in, and where to look in that file?

Thank you.

balinor 06-23-2006 08:34 AM

REmove this bit in customer/main/subcategories.tpl:

Code:

<TD align="right" nowrap><FONT class="Text">{if $config.Appearance.count_products eq "Y"}
{if $subcat.product_count}{ $subcat.product_count } {$lng.lbl_products}
{elseif $subcat.subcategory_count}{ $subcat.subcategory_count } {$lng.lbl_categories|lower}
{/if}
        {/if}</FONT></TD>


A couple suggestions for you:

Use this mod for a more effective sub-category display:

http://forum.x-cart.com/viewtopic.php?t=5131

Read this thread to help you figure out which template is which:

http://forum.x-cart.com/viewtopic.php?t=28546

lannyg 06-23-2006 10:24 AM

mods
 
Thank you for that post, that helped a lot. I didn't see a good solution to when you create 4 or 6 columns that the icons don't appear to stay centered. The 100% width makes the template look better is there another way other then setting the width to a fixed number?

Thanks again :)


All times are GMT -8. The time now is 05:10 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.