Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

different create account pages with different welcome emails not working


Guest

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

:thumbsup:

 

I had the exact same problem when I was playing with the checkout procedure a while back.

Archived

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

×
×
  • Create New...