PRO - Need to get rid of 'added to cart' checkmark

Hi friends,
I have a test site set up at http://159.203.166.174 where we have a woocommerce ecommerce site being built. We have a situation where we need AJAX active for our sidecart plugin, but need to get rid of the checkmark overlay built in to X and PRO. Can you please help assisting with this?
Best wishes,
Andy

Hi Andy,

Thank you for writing in, please navigate to WooCommerce > Settings > Products and do not tick the Enable AJAX add to cart buttons on archives checkbox.


Cheers!

Dear @friech,
Thank you for your attention. I do need AJAX enabled for the side cart plugin to work. I’m currently seeing both when I click ‘add to cart’. I believe I might need to modify the functions.php file in my PRO child theme.
Best wishes,
Andy

Hi there,

I did click add cart and it goes to side cart which is AJAX enabled, I don’t see the check watermark. Would you mind providing a video recording of what you’re seeing?

Or please add this CSS to your global custom CSS

.x-cart-notification {
display: none !important;
}

Thanks!

1 Like

Dear @Rad,
You can mark this case closed. Thank you! I’m no longer experiencing the double trigger side-cart and check-mark overlays—just the sidecart, just what I wanted! Thanks again!
Best wishes,
Andy

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.