The value of 9.98 is not a problem. You can process that now if you don't mix the type.
Announcement
Collapse
No announcement yet.
"Empty Basket" - I think it is a bug that needs fixing.....
Collapse
This topic is closed.
X
X
-
Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
-
Good day!
Sorry we did not announce the new release yesterday as promised. The application was updated yesterday but we needed a little more time to update the site, the manual, and the downloadable examples.
Please see the following announcement: http://forums.clickandpledge.com/showthread.php?388-Release-1.16.2-Addition-of-Percentage-to-UnitDeductible&p=958#post958
In short:
We have added the functionality of UnitDeductible = 10% where adding % sign to the value will make the tax deductible portion a percentage of the unit cost.
Also you have a mistake in your form. OTHER field is not a field you should use with open text fields. OTHER is only designed for radio button fields with an "OTHER" open text option.
HTML Code:<input name="Other" type="text" id="Other" size="8" /> <input name="ItemID" type="hidden" id="ItemID" value="4" /> <input name="ItemName" type="hidden" id="ItemName" value="Cash Donation" /> <input name="Quantity" type="hidden" id="Quantity" value="1" /> <input name="UnitDeductible" type="hidden" id="UnitDeductible" value="100%" />
HTML Code:<input name="UnitPrice" type="text" id="UnitPrice" value="10" size="10" /> <input name="UnitDeductible" type="hidden" id="UnitDeductible" value="100%" /> <input name="ItemID" type="hidden" id="ItemID" value="2" /> <input name="ItemName" type="hidden" id="ItemName" value="Cash Donation" /> <input name="Quantity" type="hidden" id="Quantity" value="1" />
Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment
Comment