Zen Cart Logo

Text "Please Choose:"

Views: 819

Results 1 to 2 of 2
31 Jan 2011, 12:24 PM
#1
rabarbervin avatar

rabarbervin

New Zenner

Join Date:
Jun 2009
Posts:
28
Plugin Contributions:
0

Text "Please Choose:"

I dont want the text "Please Choose:" when my costumers is adding the downloadable pdf in their cart.

How do i remove it?

Thx in advance!
Rabarbervin

31 Jan 2011, 3:35 PM
#2
rabarbervin avatar

rabarbervin

New Zenner

Join Date:
Jun 2009
Posts:
28
Plugin Contributions:
0

Re: Text "Please Choose:"

Woaw... i accually fixed a problem by my self!

I used the eminent tool "Developers Tool Kit" in admin to find the file product_info.php (in /includes/languages/english) and edited line 15 define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');
to define('TEXT_PRODUCT_OPTIONS', '');

That did it!

Rabarbervin