Forum Moderators: DixonJones

Message Too Old, No Replies

paypal shopping cart

         

adamnichols45

1:39 pm on Feb 8, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hey guy -

simple problem i think - i have a main product page which shows varibles from last product just clicked
and then

Add to cart button (image) which open a new window for the user to pay via paypal.

Can i track when that button/image is clicked?

larryn

3:40 pm on Feb 8, 2006 (gmt 0)

10+ Year Member



Adam,

Their are two ways to capture that data on the button click - one is to use a script on your server to capture the data and then send the browser via a Location header to PayPal; the other way is to attach an script to the onClick event (requires Javascript) that calls a script that returns a 204 No Content status on your server.

Feel free to sticky me if you have any further questions,

Larry