Mini-cart +,- quantity selectors code implementation

Hello everyone, I have been struggling to add the ajax cart attributes and functions to be able to utilize the buttons i designed for the store i link here:

asoli.com (pass: aoblar)

I’m attaching visual reference and how the code appears on my end.

I’ve used webflow and udesly for the development.

Please help, it’s very urgent.


            
            
              
No items found.

            

            
              
Product is not available in this quantity.

            

          

        
      
    

Hi @Fedelanzarotta ,

First, we can’t go to your site. Because there is no way to enter the password.

We can’t check just looking at the code, if you want to do this we will guide you step by step:

  • Step 1: You need to add JS to catch button click event +,- to change value in input quantity.

  • Step 2: Catch event after change input quantity, you run shopify ajax change cart function( /cart/change.js ).

Hope it clear to you.