Welcome to Luminate Ideas!

Please submit all product enhancement ideas below. We welcome your feedback; your ideas will be reviewed by the Product Manager that oversees the development of that part of the product on an ongoing basis and updated with its current status monthly based on our product planning process. Ideas you submit could help us shape features currently in development or grow our repository of requirements for our next big enhancement. Thank you for taking the time to share your thoughts and expertise with us.

If you believe you are experiencing a defect please contact Support.

Clicking the express shipping checkbox should update the cart

Current Experience:

When using express shipping I'm noticing that the shipping charges don't automatically update after clicking the checkbox. This requires the user to click the update cart button to see the reflected price - which is not an ideal user experience.


The Problem:

If you inspect the code you see that the checkbox already has:

onkeypress="return submitEnter(document.getElementById('UPDATE_CART'),event);

This will trigger when the Enter Key is press but will not trigger if the checkbox is clicked - so it appears the programmers forgot to include the onclick attribute.


The Solution:

Add the onclick attribute to the checkbox and have it trigger the same function:

onclick="return submitEnter(document.getElementById('UPDATE_CART'),event);"

  • Gurgen Grigoryan
  • Feb 16 2021
Area of the Product Payments
Org/Company Name University of Michigan
  • Attach files

Privacy Policy | Safe Harbor Notice | Terms of Use | Acceptable Use Policy | © 2019 Blackbaud, Inc. All Rights Reserved