• Resolved joshuaseraj

    (@joshuaseraj)


    Hello,

    I’m experiencing an issue with the Sezzle WooCommerce Payment plugin on the checkout page.

    1. Order Summary Glitch
      When selecting an auto-populated address from the dropdown ( after WooCommerce fragments are updated ), the order summary shows duplicate total/subtotal values. Screenshot: https://nimb.ws/MvVekam
    2. Console Error
      We are also seeing the following console error:

    Uncaught TypeError: Cannot read properties of null (reading 'remove')

    This points to the code:

    document.querySelector('.sezzle-modal-overlay').remove();

    • Plugin version originally: 5.0.16
    • Updated to: 6.0.2 (still getting the same error)

    After troubleshooting, it appears that this JavaScript error from your plugin is affecting custom scripts on the checkout page. You can view the live checkout page here:
    https://tools420.ca/checkout/

    Could you please review and provide a fix as soon as possible?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sezzle

    (@sezzledev)

    @joshuaseraj thank you for bringing this to our attention. The console error has been addressed in plugin version 6.0.3.

    Regarding the Order Summary issue you’ve reported, could you kindly confirm whether the glitch occurs when the Sezzle payment option is disabled? We have not observed this behavior in our test environment, nor have we received similar reports from other merchants.

    Your confirmation will help us investigate further and ensure we resolve the issue efficiently.

    Thank you for your cooperation, and please let us know if there’s any additional information you can provide.

    Thread Starter joshuaseraj

    (@joshuaseraj)

    Hi @sezzledev ,

    Thank you for releasing the fix in version 6.0.3. I have updated the plugin and can confirm the JavaScript console error is now gone.

    To answer your question: you are correct, the Order Summary glitch did not occur when the Sezzle plugin was disabled. The visual glitch was a direct side effect of the that JavaScript error in the console. The error was halting our custom checkout scripts, which caused the layout issue.

    I’m happy to report that since the console error is fixed in the new version, the Order Summary issue is also completely resolved.

    Everything is now working perfectly. Thank you again for your prompt support!

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Checkout Page Issues due to Console Error’ is closed to new replies.