shopping cart error

ravijoshi
New Community Member

Hai,

Could you please help to solve an error " Things don't appear to be working at the moment. Please try again later".

I am integration shopping cart to my website from india. I follow the all the documentation even though i am getting an error

here is my code snipped  My site where i am getting paypal error link : http://jyotishupaye.com/product/Tulsi_Mala_83461

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name_1" value="{{ $mySingleProduct->name }}">
<input type="hidden" name="amount_1" value="{{ $mySingleProduct->price }}">
<input type="hidden" name="shipping_1" value="{{ $mySingleProduct->shipingCost }}">
<input type="hidden" name="tax_2" value="{{ $mySingleProduct->tax }}">
<input type="hidden" name="currency_code" value="INR">
<input type="hidden" name="billing_address" value="IN">
<input type="hidden" name="callback_url" value="www.jyotishupaye.com">
<input type="submit" value="PayPal">
</form>

 

Hope you getting solution as soon as possible.

 

Dipesh Banjade

 

Login to Me Too
1 REPLY 1

Anonymous_User
Not applicable

I believe the variable "tax_2" maybe causing your issue.   As you're using the upload method, you would either need to "tax_1" to go with that item specific or just "tax" which would cover all of your items.    If you had a second item then "tax_2" would go with that one.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.