voytek Posted August 20, 2006 Share Posted August 20, 2006 Hi, we have 'closed' oscommerce shop where users are pre-created by the shop owner before they can use the shop; what's the easiest way to include the users password in the welcome message ? Link to comment Share on other sites More sharing options...
voytek Posted August 20, 2006 Author Share Posted August 20, 2006 we have 'closed' oscommerce shop where users are pre-created by the shop owner before they can use the shop; what's the easiest way to include the users password in the welcome message ? looking at the contribs, I guess this is the way to go: "Welcome Email username & password" (seems I should've checked the contribs better before asking... sorry) Link to comment Share on other sites More sharing options...
voytek Posted August 20, 2006 Author Share Posted August 20, 2006 we have 'closed' oscommerce shop where users are pre-created by the shop owner before they can use the shop;what's the easiest way to include the users password in the welcome message ? OK, password/userid added using the contrib plugin, howvevr: what's the correct way to include shop's url in welcome email ? Link to comment Share on other sites More sharing options...
Guest Posted August 20, 2006 Share Posted August 20, 2006 <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'My Website') . '">My Website</a>'; ?> Link to comment Share on other sites More sharing options...
voytek Posted August 20, 2006 Author Share Posted August 20, 2006 <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'My Website') . '">My Website</a>'; ?> thanks, Stu ahem... does this go in /catalog/create_account.php ? around which part ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.