Jump to content

Remove Product from Cart Not Working


ntcsonline

Recommended Posts

HI,

When a customer clicks the x to remove a product from the shopping cart OR when they click Empty Cart the dialog box shows up and the page fades out, including the dialog box. Clicking anywhere on the screen (including the buttons) makes the dialog box disappear, and the product is not removed. It seems like it's a layering issue.

Where would I start looking at the code to troubleshoot this? Thanks!

fade.png

Link to comment
Share on other sites

7 hours ago, ntcsonline said:

Where would I start looking at the code to troubleshoot this?

usually when testing a custom, you would switch to using Six to get an indication if the issue lies with the custom template, or is within WHMCS itself... however, with your site using WHMCS Bridge & Alaska, that's not really an easy option.

was it working fine previously and you've upgraded WHMCS recently ??

Link to comment
Share on other sites

I think I figured it out. I removed the modal background with in custom.css, and while the page doesn't fade anymore, the dialog box is accessible and working.

/* Modal Dialog Background Fade Disable */
.modal-backdrop {
    display: none !important;
}

 

Edited by ntcsonline
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated