osCmax v2.5 User Manual
Results 1 to 3 of 3

add text to create_account.php

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 ...

      
  1. #1
    Active Member
    Join Date
    Sep 2008
    Location
    holland
    Posts
    145
    Rep Power
    4


    Default add text to create_account.php

    customers
    with a
    hotmail
    account don't get any emails.

    this is a known
    hotmail
    problem.

    i want to add a
    warning
    text to create_account.
    php
    below 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.

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: add text to create_account.php

    in the html gneration place in create_account.tpl.php.....

    Find:
    PHP Code:
                  <tr>
                    <td class="main"><?php echo ENTRY_EMAIL_ADDRESS?></td>
                    <td class="main"><?php echo tep_draw_input_field('email_address') . '&nbsp;' . (tep_not_null(ENTRY_EMAIL_ADDRESS_TEXT) ? '<span class="inputRequirement">' ENTRY_EMAIL_ADDRESS_TEXT '</span>'''); ?></td>
                  </tr>
    change to say:
    PHP Code:
                  <tr>
                    <td class="main"><?php echo ; ?></td>
                    <td class="main"><?php echo tep_draw_input_field('email_address') . '&nbsp;' . (tep_not_null(ENTRY_EMAIL_ADDRESS_TEXT) ? '<span class="inputRequirement">' ENTRY_EMAIL_ADDRESS_TEXT '</span>''') . " " ENTRY_EMAIL_FREEMAIL_WARNING?></td>
                  </tr>
    Then in english (and other languages too)

    find:
    PHP Code:
    define('ENTRY_EMAIL_ADDRESS''E-Mail Address:'); 
    change to:
    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.'); 
    or so...
    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!

  3. #3
    Active Member
    Join Date
    Sep 2008
    Location
    holland
    Posts
    145
    Rep Power
    4


    Default Re: add text to create_account.php

    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.

Similar Threads

  1. Combined login/create_account
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-12-2007, 10:53 AM
  2. Need help w/ create_account page mod
    By pauljacobs in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-06-2007, 03:57 AM
  3. can't access create_account.php
    By kiokoCatAList1 in forum osCmax v2 Installation issues
    Replies: 7
    Last Post: 10-26-2006, 01:52 AM
  4. create_account.php has stopped working ok
    By earjw in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 07-21-2005, 06:47 AM
  5. My create_account page broke down...
    By loba in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-30-2005, 01:23 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •