Fashe Theme - Remove 'Successfully Added to Cart' Popup

Hi,

Just wondering how I could remove the ‘success !’ popup box that occurs everytime you add a product to your cart on the Fashe Theme?

My website link is comftiwear.com if needed.

Thanks!

Hi,

I can fix this issue within one hour.

Can I help you?

Haley from Shopify Experts

Hi @JMcCrae21 ,

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Asset > common.js and find “$(‘.alert, .text-danger’).remove();”
    Remove code: swal(product_title, “is added to cart !”, “success”); https://i.imgur.com/Rbr6GGV.png

@JMcCrae21 ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

Please let me know whether it works.

Kind regards,
Diego

Thanks, that worked. However, now I would like the small cart screen to pop-up once someone has added something to their cart. How do I do this? Thanks

Hi @JMcCrae21 ,

You can do it my way, after removing the code in the file i have instructed, you just need to add this code, it will work fine:

$('.js-show-header-dropdown').click();
1 Like

Hi,

I have done your first step, but this one is not working. Maybe I am putting the code on the wrong line? Where should it go?

Thanks

Hi @JMcCrae21 ,

You can move it here: https://i.imgur.com/pyd8ggC.png
And add code here: https://i.imgur.com/uuqMZKT.png
Hope it helps!

Hi,

After following the steps above, this disables the ‘add to cart’ function on the collections page, and when on each product page redirects them to the ‘your cart’ page (once the ‘add to cart’ button is clicked), instead of showing the small ‘your cart’ popup in the top right corner of the screen. Maybe I am doing something wrong again? How do I fix this?

Thanks

Hi @JMcCrae21 ,

You can create a staff account, I will help you check it.

Hi,

Ok. How do I do this?

Thanks

Hi sir,

Can I also ask for help. I just wanted to ask how to remove the add-to-cart popup in Dawn Theme every time a customer clicks the add to cart button from a certain product page?

Hi @_hwi ,

Go to sections/main-product.liquid file and remove code, it will work fine: https://i.imgur.com/MIlprsp.png

It works. Thank you so much.

Sir, can I also ask if you know how to turn off the zoom-in setting on the product page images? Every time I click on the images, it zooms in. I wanted the images to be displayed as-is.

Hi @_hwi ,

You can create different posts, it will help more people receive information.

Thank you