Jump to content

link coupon codes to affiliate accounts


ethical

Recommended Posts

I've also wanted this for a long time as all of our sponsored organizations have 15% off coupons to make it easier to track orders (people forget to use the affiliate links). If you could link a coupon to an affiliate with something like a dropdown on the new coupon page that would be very useful.

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
yes, and asked many many times, remember the *search* link is your friend ;)

the * is unencoded you can add whatever code you need to for redirects etc

 

Rob

 

I checked the search but it's only possible to redirect all affiliate links to a specific product. I need to be able to link direct to a product for a specific affiliate.

 

I'd like all affiliate links to go to my home page, but I have create a branded splash page for one of my affiliates. When people he sends to the splash page clicks SIGN-UP I would like it to add the following product http://interactiveonline.com/billing/cart.php?a=add&pid=77 to the cart with his affiliate ID.

 

According to the posts I have found on this forum, this doesn't appear to be possible yet. Correct?

Link to comment
Share on other sites

I checked the search but it's only possible to redirect all affiliate links to a specific product. I need to be able to link direct to a product for a specific affiliate.

 

I'd like all affiliate links to go to my home page, but I have create a branded splash page for one of my affiliates. When people he sends to the splash page clicks SIGN-UP I would like it to add the following product http://interactiveonline.com/billing/cart.php?a=add&pid=77 to the cart with his affiliate ID.

 

According to the posts I have found on this forum, this doesn't appear to be possible yet. Correct?

 

I figured out how to accomplish this. I created a new * file and named it aff-youjoomla.php. I then added the following to the file:

 

header("Location: ".$CONFIG["Domain"]."/billing/cart.php?a=add&pid=77");

 

I then gave the new affiliate link to my affiliate:

http://interactiveonline.com/billing/aff-youjoomla.php?aff=058

 

Using that affiliate code takes this specific affiliate link to the specific product in WHMCS. I tested it and it works

Link to comment
Share on other sites

Indeed it does, but does the system mark the visitor as an affiliate? Have you tested to see if the affiliate actually gets the signup with this code?

 

As if you put that in the top of the file, then the rest of the file will not run... As it will redirect instantly to the product before anything else run.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated