BAD_INPUT_ERROR
-
I’ve installed WP Simple Shopping Cart, and I thought I had followed the configuration and setup steps correctly. I’ve verified the email address is correct. The most common culprit from searching seems to be spaces, but when I look at the code behind the button, I am not seeing any…
I would be grateful if anyone could see what I am obviously missing.
The code below is the result of selecting a book and the page, and attempting to checkout. Any book seems to do it. I’m on 4.6.4, the most current version.
Thank you.<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> <input type="hidden" name="item_name_1" value="Rapids Mainstream"> <input type="hidden" name="amount_1" value="25.00"> <input type="hidden" name="quantity_1" value="1"> <input type="hidden" name="item_number_1" value=""> <input type="hidden" name="item_name_2" value="Traces On Tracks"> <input type="hidden" name="amount_2" value="25.00"> <input type="hidden" name="quantity_2" value="1"> <input type="hidden" name="item_number_2" value=""> <input type="hidden" name="shipping_1" value="7.50"><input type="hidden" name="no_shipping" value="2"><input type="image" src="https://sunbowfarm.org/wp-content/plugins/wordpress-simple-paypal-shopping-cart/images/paypal_checkout_EN.png" name="submit" class="wp_cart_checkout_button wp_cart_checkout_button_1" style="" alt="Make payments with PayPal - it\'s fast, free and secure!"><input type="hidden" name="return" value="https://sunbowfarm.org?reset_wp_cart=1"><input type="hidden" name="cancel_return" value="https://sunbowfarm.org"><input type="hidden" name="notify_url" value="https://sunbowfarm.org/?simple_cart_ipn=1"> <input type="hidden" name="business" value="the_correct_email_address"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="upload" value="1"> <input type="hidden" name="rm" value="2"> <input type="hidden" name="charset" value="utf-8"> <input type="hidden" name="bn" value="TipsandTricks_SP"><input type="hidden" name="custom" value="wp_cart_id%3D641%26ip%3D149.137.190.63"></form>The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘BAD_INPUT_ERROR’ is closed to new replies.