Quantity drop down selector only adds 1 to cart and doesnt see choice selected

I changed the qty selector to a Drop down box and got it to populate with only numbers for inventory on hand like i want it to. My problem is no matter what value is selected from the drop down list. It always adds just 1 qty to the cart.

My website is : https://rsabventures.com/

The code i have for the qty box on the product-template is:

{{ 'products.product.quantity' | t }}

Any help or advice is appreciated.

Brad

Hi @Brad38 ,

I fixed it :

{{ 'products.product.quantity' | t }}

The cause of the error

Select Tag Issue: The

Hello @Brad38 ,

Check the select tag:


 

That works. It is populating the cart correctly.

The popup cart notification is still wrong.

Can you help me with correcting that too.

Brad