Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / remove all products link from homepage

remove all products link from homepage

Locked

Views: 1,815

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
21 May 2007, 7:29 PM
#1
jdavey avatar

jdavey

New Zenner

Join Date:
May 2007
Posts:
2
Plugin Contributions:
0

remove all products link from homepage

i really have searched long and hard trying to find this one both on these forums and hours of using find&replace, but no file seems to contain the link or reference to it, or am i missing something obvious?

(link on homepage i mean in the left column

please help.

21 May 2007, 7:46 PM
#2
thepatch avatar

thepatch

Zen Follower

Join Date:
Sep 2006
Posts:
281
Plugin Contributions:
0

Re: remove all products link from homepage

I'm assuming you mean in the Categories menu? The link that displays all products . . . if so then edit this file:

**/includes/languages/english.php

** define('CATEGORIES_BOX_HEADING_PRODUCTS_ALL', 'All Products ...');

Change the above line by removing the All Products ... be sure to leave the two single quotes in place. I know the revised version looks like a double quote but it's two singles.

define('CATEGORIES_BOX_HEADING_PRODUCTS_ALL', '');

Hope this helps!

21 May 2007, 8:06 PM
#3
jdavey avatar

jdavey

New Zenner

Join Date:
May 2007
Posts:
2
Plugin Contributions:
0

Re: remove all products link from homepage

this doesnt actually remove the button, as i have the links to in display:block format in the stylesheet but it will have to do.

thanks.

21 May 2007, 8:12 PM
#4
thepatch avatar

thepatch

Zen Follower

Join Date:
Sep 2006
Posts:
281
Plugin Contributions:
0

Re: remove all products link from homepage

Can you post a link to where you're working?