0 Replies Latest reply: Oct 15, 2014 2:47 AM by scochet RSS

    Incrementing product count in "add to cart" input field

    scochet Community Member

      Hi,

       

      I want to add a couple of buttons near the "add to cart" quantity input field (which you can normally use to write a number within and select the quantity for the product you want to buy), say a "+" and a "-" button, to increment or decrement the number within the field. This would be really simple in javascript, but how can I access the DOM at that input field level? It seems I can not access the input field in {tag_addtocartinputfield}.

      Is there a way to achieve it, or a sort of workaround?