Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to Remove [help (?)] link

How to Remove [help (?)] link

Locked

Views: 2,392

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Feb 2008, 3:53 PM
#1
cmes avatar

cmes

New Zenner

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

How to Remove [help (?)] link

Hi there. Can anyone tell me how to remove the [help (?)] link that runs a script to show information on the visitors/members cart? This comes up in my shopping cart.

I can't seem to find anything on this in the forums.

Thank you so much for any insight!

13 Mar 2008, 8:48 PM
#2
ceeray avatar

ceeray

New Zenner

Join Date:
Mar 2008
Posts:
1
Plugin Contributions:
0

Re: How to Remove [help (?)] link

checkout the line

define('TEXT_VISITORS_CART', '<a href="javascript:session_win();">[help (?)]</a>');

in /includes/languages/english/shopping_cart.php

change it to:
define('TEXT_VISITORS_CART', '');