AyeCode / invoicing

GetPaid (Formerly the Invoicing plugin) is a lightweight Payments and Invoicing system for WordPress. It can be used to sell anything online via payment forms or buy now buttons that can be added to any landing page. It can also be used by freelancers to manage their Invoices or by 3rd party Themes and Plugins as their payment system. GeoDirectory currently uses GetPaid as its payment system
https://wpgetpaid.com/
Other
39 stars 22 forks source link

Stop sending the form to server when the user enter the item price less than the minimum item price. #497

Closed laranz closed 3 years ago

laranz commented 3 years ago

Stop sending the form to server when the user enter the item price less than the minimum item price.

image

Steps to recreate:

  1. Create an item, and choose "Let customers name their price" option, and then choose a minimum value.
  2. Now in the front-end, choose a value less than the minimum price, We provide an instant error message like "The minimum allowed amount is 5" now hit "Pay now" button,
  3. It post to the server and fails back.
  4. Instead we can disable the pay now button or stops sending the request to the server.
picocodes commented 3 years ago

Updated