Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi

I havent posted here before and am fairly new to OSC affiliate. Any help here would be greatly appreciated.

My problem is that when a new affiliate signs up, they receive an email which looks like this:

 

MAIL_GREET_NONEDear Affiliate,

 

thank you for joining the Affiliate Program.

 

 

 

Your Account Information:

 

***********************

 

 

 

Your Affiliate ID is: Your Affiliate Username is: Your Password is: Link into your account here:

 

 

 

Have fun earning referal fees!

 

 

 

Your Affiliate Team

 

 

 

How do I get it to actually put in the password, id, username and link.

I added the fix from the forums here but it doesnt change anything.

My languages/english/affiliate_signup.php looks like this.

 

 

<?php

/*

$Id: affiliate_signup.php,v 2.00 2003/10/12

 

OSC-Affiliate

 

Contribution based on:

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 - 2003 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Affiliate Program');

define('HEADING_TITLE', 'Affiliate Program - Sign Up');

 

define('MAIL_AFFILIATE_SUBJECT', 'Welcome to ' . STORE_NAME . ' Affiliate Program');

define('MAIL_GREET_NONE', 'Dear' . "\n\n");//em001

define('MAIL_AFFILIATE_HEADER', 'Thank you for joining <b>' . STORE_NAME . '</b> Affiliate Program' . "\n\n" .'Your Account Information:

**********************************************'."\n\n");

define('MAIL_AFFILIATE_ID', 'Your Affiliate ID is:' . "");

define('MAIL_AFFILIATE_USERNAME', 'Your Affiliate Username is:' . "Your Affiliate ID is:");

define('MAIL_AFFILIATE_PASSWORD', 'Your Password is:' . "Your Password is:");

define('MAIL_AFFILIATE_LINK', 'Link to your account:' ."Link to your account:");

define('MAIL_AFFILIATE_FOOTER', 'Have fun earning referral fees!'."\n\n".'Your <b>' . STORE_NAME . '</b> Affiliate Team' . "\n" . '[email protected]');

?>

 

Thanks again in advance for any help.

 

Melody

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...