![]() |
Affiliate System problem |
Post Reply ![]() |
Author | |
phil7085 ![]() Newbie ![]() Joined: 09-November-2006 Location: United Kingdom Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 09-November-2006 at 5:00am |
Hi, I am trying to customise the affiliate system but am not sure the best way to do so, i'll explain but bare with me it's a long one. When a user buys something from our store after be directed from an affiliates site the affiliate will receive the commission which is great but then if that same user returns to our site and buys something without coming via the affiliate no commission will be paid, what we want is a way of paying that affiliate each time the user buys from us? Any ideas?
|
|
Regards,
Philip |
|
![]() |
|
@EFX ![]() Certified ProductCart Developers ![]() Joined: 07-April-2008 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Did you ever get an answer to your question? I am interested in the same feature.
|
|
![]() |
|
Greg Dinger ![]() Certified ProductCart Developers ![]() ![]() Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
![]() ![]() ![]() ![]() ![]() |
It's not too often one has to acknowledge a shortcoming with PC, but this is a weak area. My understanding is that the sale will be recorded in the case where the shopper clicks over from the affiliate and make a purchase during that session, but if they bookmark the site or otherwise return without the affiliate link there will be no linkage back to the original referrer. This is an area where a future enhancement would be well warranted, or some custom scripting if someone was so inclined. |
|
![]() |
|
ProductCart ![]() Admin Group ![]() ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
![]() ![]() ![]() ![]() ![]() |
We are always the first ones to recognize weak areas. So we have already work on enhancements to this feature. Here are some pre-release files (only 2 files change) that you are welcome to test out.
2008-04-08_050048_ProductCart_Updated_Affiliate_Features_040 808.zip Requirements ProductCart version 3.11 is required. If you are an advanced user, you can certainly use previous versions, but make sure to properly file-compare. Features
For example, change the number 30 in the following line to extend the cookie that stores the affiliate ID over 30 days: pcInt_SaveAffiliateDays = 30 Change the following line to change the number of orders by the same customer for which the same affiliate can earn commissions: pcInt_AllowedAffOrders = 1 It is currently set to 1 (the affiliate earns commissions only on the first order). If you set it to 0, then it's unlimited. If you set it 4, then it's for the first 4 orders. We recommend that you place a couple of test orders to ensure that everything is working properly. Edited by earlyimp - 08-April-2008 at 5:06am |
|
![]() |
|
@EFX ![]() Certified ProductCart Developers ![]() Joined: 07-April-2008 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Before I saw these replies, I decided to just go ahead and modify the system to accomplish exactly how we needed the system to work. My modification also only required a couple of script changes and one database table change. Here's the solution. 1) Added newe column to the customers table "AffiliateId". I ran several test orders and it appears to work exactly how we need it to work. I also modified modcusta.asp to display the AffiliateId when viewing the customer profile via the Control panel. One additional enhancement I made is to allow an Affiliate to login to their account and view a listing of all available banner ads (graphics) and then "copy and paste" the code to insert on their webpage which will automatically display the banner ad and the associated AffiliteId link. Edited by @EFX - 08-April-2008 at 10:20am |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |