I'd like to add a quantity box above or next to the "Add to Cart" button so the customer can choose how much they want to buy and it doesn't default to 1.
Something like this:
https://www.toocutebeads.com/Swarovs...nt_c_4174.html
I know I have to change the category_0.html file but not sure what to change.
I think I have to amend this code...
<div class="action">
<input type="button" value="[category_buyitlink]" onclick="window.location = 'add_cart.asp?quick=1&item_id=[catalogid]'" class="btn" onmouseover="this.className='btn_over'" onmouseout="this.className='btn'" />
Something like this:
https://www.toocutebeads.com/Swarovs...nt_c_4174.html
I know I have to change the category_0.html file but not sure what to change.
I think I have to amend this code...
<div class="action">
<input type="button" value="[category_buyitlink]" onclick="window.location = 'add_cart.asp?quick=1&item_id=[catalogid]'" class="btn" onmouseover="this.className='btn_over'" onmouseout="this.className='btn'" />
Comment