I’m working on a form for a shopping cart and am trying to get some form buttons working to alter the quantity shown. They were present in template from the start but never worked. Is it something that can be made to work or was it just included int the template to show what would be possible adding other technologies like serverside/ajax?
To make buttons like that work would require some front-end script. They are a bit pointless though for modern browsers that recognise number inputs, because they show up/down buttons on them anyway. They are only of benefit to users with old browsers, who can just type the value.