Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Attributes - Removing 'Please Choose:'

Product Attributes - Removing 'Please Choose:'

Views: 3,501

Results 1 to 8 of 8
16 Sep 2007, 11:33 AM
#1
metalarea avatar

metalarea

New Zenner

Join Date:
Sep 2007
Posts:
23
Plugin Contributions:
0

Product Attributes - Removing 'Please Choose:'

Really sorry about this, i have removed this on a previous website but i cannot find the file to remove 'Please Choose:' when an attribute is added.

Please help and put me out of my misery as it is really doing my :censored: head in.

Thanks

16 Sep 2007, 2:30 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Product Attributes - Removing 'Please Choose:'

metalarea:

Really sorry about this, i have removed this on a previous website but i cannot find the file to remove 'Please Choose:' when an attribute is added.

Please help and put me out of my misery as it is really doing my :censored: head in.

Thanks

includes/languages/english/product_info.php

find
define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');

Change the highlighted portion

Save the edited file to
includes/languages/english/YOUR_TEMPLATE/product_info.php

upload the edited file to your server

16 Sep 2007, 5:30 PM
#3
metalarea avatar

metalarea

New Zenner

Join Date:
Sep 2007
Posts:
23
Plugin Contributions:
0

Re: Product Attributes - Removing 'Please Choose:'

Excellent - thanks for that!!!

:clap:

9 Mar 2008, 4:22 AM
#4
jasmel avatar

jasmel

Zen Follower

Join Date:
Feb 2008
Location:
Washington State
Posts:
230
Plugin Contributions:
0

Re: Product Attributes - Removing 'Please Choose:'

I wanted to do this as well.

However, when I edited the file I saved it over the original one, I stuck it into both templates since it seems some files are being use by the default one:

\includes\languages\template_default\product_info.php
\includes\languages\wallet\product_info.php

The problem is that neither are working. The page still displays "Please Choose"

I am using v1.3.8 I have installed the wallet theme. I have no idea what can be messing this up. It looked to be an easy fix/edit.

9 Mar 2008, 4:56 AM
#5
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Product Attributes - Removing 'Please Choose:'

jasmel:

I wanted to do this as well.

However, when I edited the file I saved it over the original one, I stuck it into both templates since it seems some files are being use by the default one:

\includes\languages\template_default\product_info.php
\includes\languages\wallet\product_info.php

The problem is that neither are working. The page still displays "Please Choose"

I am using v1.3.8 I have installed the wallet theme. I have no idea what can be messing this up. It looked to be an easy fix/edit.

You didn't save it in the right place:

It needs to be saved in:

includes/languages/english/wallet/product_info.php

9 Mar 2008, 5:10 AM
#6
jasmel avatar

jasmel

Zen Follower

Join Date:
Feb 2008
Location:
Washington State
Posts:
230
Plugin Contributions:
0

Re: Product Attributes - Removing 'Please Choose:'

'doh! :shocking:

Guess what?... it was the product_music_info.php file I needed to have updated. All my products are music CD's.

Thank You! :clap:

And... includes/languages/english/wallet/ this helped too

8 Jan 2011, 1:30 AM
#7
fredmccay avatar

fredmccay

New Zenner

Join Date:
Dec 2010
Posts:
60
Plugin Contributions:
0

Re: Product Attributes - Removing 'Please Choose:'

Hello,
I must of missed some of the posts about removing "Please choose". How did you do it?

Appreciate your help,
Fred McCaughey
[email protected]
https://www.idsupply.co

15 Mar 2011, 12:51 AM
#8
brihan avatar

brihan

New Zenner

Join Date:
Jan 2011
Posts:
19
Plugin Contributions:
0

Re: Product Attributes - Removing 'Please Choose:'

I am trying to remove "Please Choose" from the attribute in the Product Info page as well.

I don't believe the directions above apply to v1.3.9.

What stumps me is that I went to Tools -> Developer Tool Kit and did a search in the "Look-up in all files" section for "Please Choose:"

Here is every file (other than the admin files) that contains that statement.

/includes/languages/english/document_general_info.php

Line #30 : define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');

/includes/languages/english/document_product_info.php

Line #30 : define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');

/includes/languages/english/product_free_shipping_info.php

Line #30 : define('TEXT_PRODUCT_OPTIONS', 'Please Choose:');

/Register/includes/languages/english/product_info.php

Line #30 : define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');

/Register/includes/languages/english/product_music_info.php

Line #32 : define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');

I have tried changeing it in every file (even the admin files) and it still does not change it on the page. How is that possible? I even held down "shift" when refreshing and checking the page and clicked away and back again.

OK, I will go back and try it again but please let me know if anyone has any insite to this. This should be simple knowing all the file that contain this phrase.

Oh, I am just using the stock Classic template too.

Thanks,

Brian