Hello,
I have standard Paypal "Add to Cart" buttons.
I don't have a shopping cart on my site I use
the Paypal shopping cart.
I'd like to track when a user clicks on the "Add to Cart"
and save that info to a database.
I'm proficient at ASP coding but not sure
how to handle this.
I was thinking about sending the paypal form fields to another
asp page when the user clicks the "add to cart" button,
updating the db, then create another form in code and submit
to paypal.
I don't know if it's possible to submit a form in
code on the server.
Any suggestions are appreciated!
I have standard Paypal "Add to Cart" buttons.
I don't have a shopping cart on my site I use
the Paypal shopping cart.
I'd like to track when a user clicks on the "Add to Cart"
and save that info to a database.
I'm proficient at ASP coding but not sure
how to handle this.
I was thinking about sending the paypal form fields to another
asp page when the user clicks the "add to cart" button,
updating the db, then create another form in code and submit
to paypal.
I don't know if it's possible to submit a form in
code on the server.
Any suggestions are appreciated!
Comment