designcraft Posted December 29, 2009 Posted December 29, 2009 Hello, Recently I noticed that on the page /checkout_payment_address.php at the bottom where you can enter a new billing address, right next to the email text box it says Entry_Email_Text. How do I get rid of this text? The other boxes seem to have asterisks next to them. I have looked in the address book files, checkout_payment_address.php files and so on. I can't find the file to change this. Any suggestions would be most helpful! Thanks!
Guest Posted December 29, 2009 Posted December 29, 2009 Lindsay, Sounds like you are missing an language definition. In your catalog>includes>languages>english.php file add: define('ENTRY_EMAIL_ADDRESS_TEXT', '*'); it should already be in there but sounds like it is missing for some reason. Chris
designcraft Posted December 29, 2009 Author Posted December 29, 2009 Hello, Thanks for your quick reply. I checked my english.php file and it's in there on line 184. What else could this be? Thanks! Lndsay
Guest Posted December 29, 2009 Posted December 29, 2009 Lindsay, Could you post the URL to the page you are talking about. I checked the language files and could not find a definition called ENTRY_EMAIL_TEXT Chris
designcraft Posted December 29, 2009 Author Posted December 29, 2009 https://terrasourcechocolates.com/catalog/checkout_payment_address.php You have to create an account, put some stuff in the cart and then change the address. You'll see it there. Thanks for your help!
Guest Posted December 29, 2009 Posted December 29, 2009 Lindsay, catalog>includes>languages>english>checkout_shipping_address.php add: define('ENTRY_EMAIL_TEXT', '*'); Chris ps. You can delete the Dunweb Designs account from your customer list ;)
designcraft Posted December 29, 2009 Author Posted December 29, 2009 Should I add it to checkout_payment_address.php too?
designcraft Posted December 29, 2009 Author Posted December 29, 2009 Thanks that worked! Why did that happen? I deleted your account. Thanks again!
Guest Posted December 29, 2009 Posted December 29, 2009 Lindsay, I am not sure, it looks like you are using a template, the creator may have over-looked it. No, you only need to add it to the checkout_shipping_address.php file Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.