Remove "This product is electronically distributed" Text

Hi.



I am selling music online and everything is working out greatly. The only issue I am having is that I want to remove this text “This product is electronically distributed” from the products because everyone is well aware that it will be download only. May anyone tell me how to remove this?

In your admin section Content/Languages do a search for that phrase and you will come up with the language variable text_edp_product. Just delete the phrase and save your changes.

And they left the ending period in the product_data.tpl, errrr.



/skins/yourskin/customer/common_templates/product_data.tpl - line 232



change:

{$lang.text_edp_product}.



to:

{$lang.text_edp_product}



Sheesh...

ok thanks for all your help. oh one more thing. i have a gray box around my short description. anyway i can remove the box and still keep the short description on display?