Closed (fixed)
Project:
Ubercart Add Donation
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2010 at 22:26 UTC
Updated:
20 Jun 2010 at 01:20 UTC
I very much like the custom donation field in version 1.1. Unfortunately, it allows the user to enter negative amounts. This can actually cause the entire order to go into negative numbers...
Comments
Comment #1
travist commentedJust checked in a fix for this. I haven't added any validation errors or anything, but I did basically do an absolute value of whatever they enter, so it will just turn that negative into a positive number.