Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove ... from nav links

Remove ... from nav links

Views: 839

Results 1 to 6 of 6
22 Mar 2011, 1:43 PM
#1
geeker avatar

geeker

New Zenner

Join Date:
Mar 2011
Posts:
52
Plugin Contributions:
0

Remove ... from nav links

In my category links I am getting ... after certain pages:

* Specials ...
* New Products ...
* Featured Products ...

Is there a way to remove these dots?

22 Mar 2011, 2:34 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove ... from nav links

A link to one of the pages will take away guessing

22 Mar 2011, 3:40 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Remove ... from nav links

You can remove those in Admin - Configuration - Layout Settings

22 Mar 2011, 3:49 PM
#5
geeker avatar

geeker

New Zenner

Join Date:
Mar 2011
Posts:
52
Plugin Contributions:
0

Re: Remove ... from nav links

Which link in there would do that? I looked around before and did not see anything that was set to "..."

22 Mar 2011, 4:00 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Remove ... from nav links

Sorry, I thought you wanted to remove the links.

In english.php:

Line #84 : define('CATEGORIES_BOX_HEADING_WHATS_NEW', 'New Products ...');

Line #87 : define('CATEGORIES_BOX_HEADING_FEATURED_PRODUCTS', 'Featured Products ...');

Line #91 : define('CATEGORIES_BOX_HEADING_PRODUCTS_ALL', 'All Products ...');

Line #99 : define('CATEGORIES_BOX_HEADING_SPECIALS','Specials ...');