I am using PayPal Website Payment Standard with IPN enabled.

Before I was setting cmd variable like this

<input type="hidden" name="cmd" value="_xclick">

but then I canged it to

<input type="hidden" name="cmd" value="_cart">

Also I changed some other variables inside my form

<input type="hidden" name="item_name_1" value="Item1">
<input type="hidden" name="amount_1" value="2">
<input type="hidden" name="item_name_2" value="Item2">
<input type="hidden" name="amount_2" value="2">
<input type="hidden" name="quantity_1" value="1">
<input type="hidden" name="quantity_2" value="2">
<input type="hidden" name="item_number_1" value="121">
<input type="hidden" name="item_number_2" value="122">

But when the form is Posted to PayPal I am getting this error.

Pay Pal Error "We have detected a problem with the shopping cart.If the problem persists,please contact the merchant."

Thanks in Advance...

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

did you add target="paypal" in the form opening tag?

could you show the entire form?

link|improve this answer
No I didnt but After adding still I am getting error – Wasim Karani Sep 16 '10 at 11:12
1  
you still have to create a 'view cart' button for your site, did you do that? – krike Sep 16 '10 at 11:17
No.But Create button was not mentioned in Tutorial... – Wasim Karani Sep 16 '10 at 11:38
1  
follow each step carrefully -> paypal.com/cgi-bin/webscr?cmd=_pdn_xclick_to_cart_outside – krike Sep 16 '10 at 12:19
Thanks mighty I really Appreciate your comments.Thanks Again – Wasim Karani Sep 16 '10 at 12:21
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.