Hi,
We have one website with this plugin setup. Currently, the unpaid orders whose card payment was declined are also sending to the CJ.
Is there any way to only send the successfully paid orders to the CJ ?
]]>Hi Russell!
Just a quick post (have emailed you as well).
On the first test, the CJ Integration Engineer has come back confirming that the the CJEVENT is not passing through
Any idea what would cause that? (the cookie is captured in the browser though)
Help much appreciated, thanks!
]]>That is message from CJ.com
The below test order returned a value in the ITEM1 parameter that our system is unable to read.
QTY1=50&DISCOUNT=5&CID=1562080&AMT2=32.03&AMT1=0.50&TYPE=5527442&CJEVENT=33da3594d5c911ea8069000e0a1c0e13&ITEM2=9233148&OID=127454&ITEM1=%5BPC%5D-Exalted-Orb—Harvest—INSTANT-DELIVERY&CURRENCY=USD&COUPON=p2gamer5off&containerTagId=38846&QTY2=2
The product purchased was [PC] Exalted Orb – Harvest – INSTANT DELIVERY, and the issue is the [PC]. Our system is not able to read the brackets ([ ]), would it be possible to return the name without the brackets?
Thank you
]]>Is there a way to add the discount amount of a coupons that i have and pass it to the CJ parameter?
I am being told that from CJ part it is not showing the discount amount and they would like to have it
Thanks
]]>On other gateways, this works fine. With PayPal Standard it creates a pending order and then when they pay and return the order is processed but without being tracked and without the iframe “pixel”
]]>Kind greetings! We noticed when using the Woocommerce Dynamic Pricing tool that the discounted prices are not passed to CJ, instead the full price is sent.
]]>The CJ Event ID passed in the CJEVENT parameter must persist for a period of time. How can I do that?
]]>Hi,
How can I pass the product name along with the order details?
Eg:
PRODUCT 1 INFORMATION:
ITEM: “PRODUCT_NAME”
AMT: 869
QTY: 1
Thank you in advance.
Sarath
]]>Hi
Unfortunatley I seem to be geting the same error the CJEvent on my lemonlunar.co.uk site the CJevent is passing back as empty
]]>Hello,
I just started using this plugin, it works great! My only change I would like to see is I need it to pull the currency. I have made the following changes to your code as I see you hard-coded USD. I was wondering if you could add this to your next release.
Line Approx 108-114 in tracking_code.php
//Get Currency
$currency = $order->get_currency();
// Add info about the order
$cj_url .= “CID=$cid&OID=$order_id&TYPE=$type&CJEVENT=$cjevent&CURRENCY=”.$currency;
Thanks, great job!
]]>The AMOUNT tag and ITEM AMT are both being passed. CJ has asked us to remove the AMOUNT from the tracking pixel to prevent incorrect/duplicate reporting. Can you please remove this variable?
The AMOUNT tag is also giving the wrong total anyways it seems.
Please see this screenshot: https://cl.ly/49fd86518a27
It shows a subtotal of $153.93 but the amount passed according to CJ and the debug notes was $103.95.
Here’s another example: https://cl.ly/7e626c4d31ce
It seems to happen when there are multiple products with multiple quantities.
]]>I have noticed when testing that CJ requires the “Coupon” field to be present even if no coupon is used.
Can you add “None” or something there?
Screenshot: https://cl.ly/b73b49650151
]]>CJ is now asking that all clients use the CJEVENT=[INBOUNDVALUE] variable.
This event is sent to the landing page via url and needs to be stored until checkout.
Can we please get this added and maybe options to add other variables also?
]]>