I am working on creating 2 buttons that can adjust the quantity of products on an orderline, either increasing or decreasing it.
https://i.sstatic.net/kFOkP.png
My goal is to have the plus and minus buttons modify the quantity value when clicked.
I attempted to implement JavaScript in the global functions and added the JavaScript through a dynamic action on the buttons, but unfortunately, it did not yield the desired outcome.
Below is the link to my page in the editor: https://i.sstatic.net/HD8iU.png and here is the global function page: https://i.sstatic.net/7xc2c.png