Hi, I'm using IDev's integration with CBsubs to track and pay my affiliates. When a payment is made the sale and commission is not being calculated. I contacted IDev support and they indicated that CBSubs would need to make the fix. I have pasted their email response below which seems to indicate that the problem is with passing the sale information to the tracking pixel. What do I need to do to fix this?
Thanks
Mike
Email from IDev....
Hi Mike. CB Subs has the integration built-in to their system. You'll need to contact them about the sale amount not being passed in the tracking pixel. Information about the error is below (you'll probably want to sent this to them as well for troubleshooting):
A processing error means iDevAffiliate isn't receiving the commission amount from the tracking pixel. Your pixel is being output incorrectly.
In any of the 3 examples above iDevAffiliate throws a processing error because it can't calculate the commission based on the received sale amount.
Good Example: $idev_saleamt=19.99
Check your tracking pixel to make sure the code is setup properly according to our instructions. Check to make sure you're using a valid variable that is populating the sale amount properly and check to make sure it's formatted correctly. You can usually see the output of the pixel in a browser which makes troubleshooting easier. You should see this pixel look like one of the 3 "bad" examples above.
$price comes from $item->getPrice(), which should be the exact price of the basket item.
If you've debug information within iDev regarding the failed commission please provide it so I can see what price iDev is receiving.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Is your plan a free plan or being discounted to free? When viewing your basket within CBSubs is there any rows that have a price of $0?
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Hi Kyle, I have several subscription options one of which offers a free first month. This is the subscription that is not triggering IDev. When the subscriber pays immediately for the membership without the free month then IDev triggers the commission. So the problem is only with the subscription offering a free first month.
There are "0"s in the basket under the heading "amount single" and "first" the heading "recurring" had $14.95.
You can't have free commissions in iDev so it'll cause that issue. It should be fine to just ignore it in that case. When the recurring payment is billed it'll add the commission for the $14.95. Have added a bug ticket to update the integration to not even attempt to record commissions for $0 prices.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.