Needs review
Project:
Ubercart Donation Products
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 10:25 UTC
Updated:
8 Feb 2012 at 12:14 UTC
When looking at the cart, validation throws the error 'You have entered an invalid amount' upon clicking the cart or remove buttons.
| Comment | File | Size | Author |
|---|---|---|---|
| cart-error.png | 9.54 KB | carlhinton |
Comments
Comment #1
carlhinton commentedThe offending line of code is from line 234
The line of code does not seem to be needed as removing it causes no errors in the checkout, in the prepayment or in payment.
Validation that the donation amount is numeric and greater than zero should occur when the user adds the donation.