I am using "Show quantity box with add to cart ajax enabled in Woocommerce shop page" answer code successfully, to display a quantity box to the Ajax add to cart buttons of my products on the category pages. That allows customer to add to cart multiple quantities at once for simple products on archive pages.
My question: How do I can change hooks involved on my archive pages to change the location of a custom quantity field for my simple products?
If you take a look at a simple product (not variable products) in my website shop page, the top quantity selector is the Ajax add to cart function, I want it to be positioned where the other quantity selector is (or replace it if possible), not be positioned above the products title.
Reason I have added this function to override the Ajax that the website currently has is because the old one only allowed me to add 1 quantity on anything when using Ajax.
Any help is appreciated.