customerswith ahotmailaccount don't get any emails.
this is a knownhotmailproblem.
i want to add awarningtext to create_account.phpbelow the enter email box
how can i do that so it translatend in the languages in use
This is a discussion on add text to create_account.php within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; customers with a hotmail account don't get any emails. this is a known hotmail problem. i want to add a ...
customerswith ahotmailaccount don't get any emails.
this is a knownhotmailproblem.
i want to add awarningtext to create_account.phpbelow the enter email box
how can i do that so it translatend in the languages in use
The seven signs that tell of the coming Armageddon
1. A decline in the strength of the three major religions. check
2. Revolutions and internal turmoil in nations around the world. check
3. War and the rumors of war check
4. Famine check
5. Pollution of the earth dubbel check
6. Earthquakes
7.The coming of plagues and diseases.
in the html gneration place in create_account.tpl.php.....
Find:
change to say:PHP Code:<tr>
<td class="main"><?php echo ENTRY_EMAIL_ADDRESS; ?></td>
<td class="main"><?php echo tep_draw_input_field('email_address') . ' ' . (tep_not_null(ENTRY_EMAIL_ADDRESS_TEXT) ? '<span class="inputRequirement">' . ENTRY_EMAIL_ADDRESS_TEXT . '</span>': ''); ?></td>
</tr>
Then in english (and other languages too)PHP Code:<tr>
<td class="main"><?php echo ; ?></td>
<td class="main"><?php echo tep_draw_input_field('email_address') . ' ' . (tep_not_null(ENTRY_EMAIL_ADDRESS_TEXT) ? '<span class="inputRequirement">' . ENTRY_EMAIL_ADDRESS_TEXT . '</span>': '') . " " . ENTRY_EMAIL_FREEMAIL_WARNING; ?></td>
</tr>
find:
change to:PHP Code:define('ENTRY_EMAIL_ADDRESS', 'E-Mail Address:');
or so...PHP Code:define('ENTRY_EMAIL_ADDRESS', 'E-Mail Address:');
define('ENTRY_EMAIL_FREEMAIL_WARNING', 'It is suggested NOT to use a free service - it might be blocked like HOTMAIL does.');
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
thank you very much i will try it tomorrow
The seven signs that tell of the coming Armageddon
1. A decline in the strength of the three major religions. check
2. Revolutions and internal turmoil in nations around the world. check
3. War and the rumors of war check
4. Famine check
5. Pollution of the earth dubbel check
6. Earthquakes
7.The coming of plagues and diseases.
Bookmarks