Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

entry_email_text


designcraft

Recommended Posts

Posted

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!

Posted

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

Posted

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

Posted

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

Posted

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 ;)

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...