Guest Posted March 2, 2008 Posted March 2, 2008 We are creating different create account pages for different customer groups (sppc) with different text on the pages. That is all working fine and as it should. The problem is we want different welcome emails to be sent to the customer groups but they ALL seem to be using the standard text from create_account.php and NOT the text from our new files such as create_account_office.php. We have changed the calls to the language files but it still is not working. Any ideas???
burt Posted March 2, 2008 Posted March 2, 2008 JR, make sure that your form action in the "other" create account pages is directing back to themselves, rather than to the original create_account.php page... That'd be my first idea...
Guest Posted March 2, 2008 Posted March 2, 2008 Worked like a charm, thanks Burt :thumbsup: <?php echo tep_draw_form('create_account_office', tep_href_link(FILENAME_CREATE_ACCOUNT_OFFICE, '', 'SSL'), 'post', 'onsubmit="return check_form(create_account_office);"') . tep_draw_hidden_field('action', 'process'); ?>
burt Posted March 3, 2008 Posted March 3, 2008 :thumbsup: I had the exact same problem when I was playing with the checkout procedure a while back.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.