Started in Aug. 2022 customers can only add one Item to the cart and check out one thing at a time.

horsecrazy1
Contributor
Contributor

Below is an example of one of my buttons, ( with personal sale data retracted) it has worked for me in variation for over 15 years however recently, since the beginning of August 2022 my customers can only add 1 item to the art and can only check out with 1 item.  This is resulting in customer frustration, as they have to do multiple orders to complete an order and I have to refund multiple overpayments of shipping charged, since they are not combined.  Any help would be greatly appreciated. 🙂

 

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="email">
<input type="hidden" name="item_name" value="coolIteml">
<input type="hidden" name="item_number" value="0">
<input type="hidden" name="amount" value="0.00">
<input type="hidden" name="page_style" value="Primary">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="shop_return.html">
<input type="hidden" name="cn" value="Notes to merchant:">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</td></tr></table><br>

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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