"Added to cart" Animation missing when adding to cart

When clicking “add to cart” on one of the products on www.aromaoutfitters.com there used to be an animation displaying item was added to cart, however, this is now not showing up, so people aren’t aware the item is in the cart. I’ve tried deleting cache and removing caching plugin but this functionality is still missing. Any help would be greatly appreciated!

Hello There,

Thanks for writing in! I could not replicate the issue. When I click the add to cart button, the animation is showing. Please see my screenshot: https://prnt.sc/g4ytta

If you are referring to the products in your homepage, then no animation will show because it is only available in Shop page and WooCommerce page. Since you are using a shortcode, you will also need this html code in order to display the animation.

<div class="x-cart-notification">
  <div class="x-cart-notification-icon loading">
    <i class="x-icon-cart-arrow-down" data-x-icon="&#xf218;" aria-hidden="true"></i>
  </div>
  <div class="x-cart-notification-icon added">
    <i class="x-icon-check" data-x-icon="&#xf00c;" aria-hidden="true"></i>
  </div>
</div>

Please put the code underneath your [products] shortcode.

We would loved to know if this has work for you. Thank you.

Thank you so much! This worked perfectly :slight_smile: -Ben

You’re welcome.