Active
Project:
e-Commerce
Version:
5.x-3.4
Component:
paypal
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2008 at 00:16 UTC
Updated:
17 Dec 2008 at 02:51 UTC
I need to add a Generic Tracking Pixel on the paypal confirmation page on my site. i believe it is
http://mysite.com/paypal/ipn
how do i go about placing this?
When placing this pixel into the sale confirmation / online invoice page, simply alter the following items.
- XXX needs replaced with the actual variable that contains the sub/total amount.
- YYY needs replaced with the actual variable that contains the order number.
Do i modify the paypal.module file? If so where and how do i enter the above code?
Thanks in advance for any help!
Comments
Comment #1
del991 commentedSorry the code didnt show. Here it is
(generic)
When placing this pixel into the sale confirmation / online invoice page, simply alter the following items.
- XXX needs replaced with the actual variable that contains the sub/total amount.
- YYY needs replaced with the actual variable that contains the order number.
Comment #2
del991 commentedAnyone?