Announcement

Collapse
No announcement yet.

"Empty Basket" - I think it is a bug that needs fixing.....

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    The value of 9.98 is not a problem. You can process that now if you don't mix the type.
    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


    • #17
      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%" />
      The item you have for additional donation should be treated the same as the other fields, except that the quantity is 1 but the amount is a visible field. See below:

      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" />
      Let me know how it goes.
      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


      • #18
        Thanks for your help on this. I think we have it resolved!

        No more empty baskets! And, users can purchase an item and make a cash donation in one transaction.

        Comment

        Working...
        X