Forum Moderators: buckworks

Message Too Old, No Replies

Setting up Pay Pal shopping Cart.

Need help...

         

Nini

2:16 am on Sep 5, 2006 (gmt 0)

10+ Year Member



I'm trying to put the "add to cart" buttons to my products on web page. I have the button in the right spot (seemingly) but when I try to test a product to buy, the screen shows "error: user Id not found". Anybody know why? I can't even add it to the shopping cart.
Thanks.

pp_rb

5:54 pm on Sep 6, 2006 (gmt 0)

10+ Year Member



Assuming that you are not using encrypted buttons, you should have a "business" variable inside the "Add to Cart" form, and the value should be the email address that's associated with your PayPal account. From the error message, it sounds like that line might be missing.

For example, see if there is a line that looks like this:

<input type="hidden" name="business" value="YOUR_EMAIL_HERE">

...if not, go ahead and add it, with your email address filled in as the "value".