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