• 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?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change amount increments (step)?’ is closed to new replies.