I need to modify the Name field and also the company name field (only the name, like a traduction), i've checked all the create_account files, but the form isn't in these files...
Now, where could it be?
PS: Sorry for my english, i'm from italy
Posted 17 July 2012 - 08:46 PM
Posted 18 July 2012 - 06:13 AM
Posted 18 July 2012 - 06:29 AM
<?php echo tep_draw_form('create_account', tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onsubmit="return check_form(create_account);"', true) . tep_draw_hidden_field('action', 'process'); ?>
Posted 18 July 2012 - 08:01 AM