• Resolved Rickp01

    (@rickp01)


    Hi,

    Do you know how can I adjust the increment/step for the ‘Other’ donation amount?

    Currently goes up £0.1

    Hope you can help,
    Richard

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonas

    (@flinnn)

    Hi rickp01,

    thanks for reaching out.
    You can change the increment with the following filter:

    add_filter('wcdp_donation_amount_decimals', function() {
    return 1; //TODO: insert preferred increment here (e.g. 0.01, 0.1, 1, 2, 5 etc.)
    });

    Best regards
    Jonas

    Thread Starter Rickp01

    (@rickp01)

    Thank you again! Perfect.

    I do have an issue where accessing the Media Library stops working when the form is on a page (Themify Builder – https://themify.me/).

    I’ve asked Themify for support and I will share if I get any response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Amount increment/step’ is closed to new replies.