Change amount increments (step)?
-
I’m working on a site that has added the donation option as a product type. Our customers can choose what amount they want to donate but the “amount” box changes in 1 cent increments. We need it to increase by dollars not cents.
I can see the code – but I don’t know where it physically is to change it:
<input type=”number” name=”donation_amount” id=”donation_amount_field” size=”5″ min=”5″ step=”1.00″ value=”$10.00″>
Any help?
https://shop.rvbookstore.com/product/voluntary-contribution/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Change amount increments (step)?’ is closed to new replies.