I am running 1.5.5a
How can I change where it says Referrer Program to Affiliate Program? There are a few places.....like when you go to "my account" it says Referrer_Main_Title - REFERRER_ORDER_PAYMENT etc. can I change that to Affiliate instead of Referrer?
sorry, I can't edit or remove my question......I got it though. I do have something I can't figure out.
Under the payment type drop down there is only Check/money order there......how can I change that to just paypal? it doesnt even show that as an option.
Thanks for a great plugin
I installed this with no problems, and the Configuration section is set up the way I want it. But I replied 'True' to having a link appear in the Information sidebox, and no link appeared. This could possibly be because I've added the extra pages add-on (and then added another one manually)? I can add the affiliate link manually too, if that's necessary, but would appreciate help with the files I'll need to change.
You just missed a merge for /includes/modules/sideboxes/YOUR_TEMPLATE/information.php. Add the following code fragment in the position that you want the affiliates' link:
Code://-bof-snap_affiliates-lat9 *** 1 of 1 *** if (SNAP_INFORMATION_SIDEBOX === 'true') { $information[] = '<a href="' . zen_href_link(FILENAME_REFERRER_SIGNUP, '', 'SSL'). '">' . BOX_INFORMATION_REFERRER_TERMS . '</a>'; } //-eof-snap_affiliates-lat9 *** 1 of 1 ***
Thanks, that did it. I'm still trying to figure out exactly what to put in 'define_referral_terms' and 'define_referral_tools' but I'll get there.
Bookmarks