Forums / Templates, Stylesheets, Page Layout / Turning off Subcategory text links

Turning off Subcategory text links

Locked
Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Jun 2009, 13:28
#1
wdd49 avatar

wdd49

New Zenner

Join Date:
Jan 2008
Posts:
45
Plugin Contributions:
0

Turning off Subcategory text links

HI,

I need to disable the text links for the sub categorys as i have got the text on my category images.

Hope someone can help.....

Heres a link to the specific page.
http://flowerssogoude.com/zencart/index.php?main_page=index&cPath=77

Thanks:smile:
23 Jun 2009, 15:47
#2
diverpeter avatar

diverpeter

New Zenner

Join Date:
May 2008
Posts:
35
Plugin Contributions:
0

Re: Turning off Subcategory text links

You will have to edit the category_row.php file, I had written a solution for you at my blog . I am copying the text in here as well.

You will not be able to do that directly form the backend admin interface of the Zen Cart. To do that, you will have to locate and edit the category_row.php at <ROOT>\includes\modules\.

Let’s say you wanted to remove the category name under the category image, look for the “$categories->fields['categories_name']” and remove it along with one of the dot (either in front or behind) with it.

Save the file according to the template override standard.
24 Jun 2009, 08:49
#3
wdd49 avatar

wdd49

New Zenner

Join Date:
Jan 2008
Posts:
45
Plugin Contributions:
0

Re: Turning off Subcategory text links

Thanks =) :clap: