Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter premierweb

    (@premierweb)

    I worked it out:)

    1. Access this file: seamless-donations/dgx-donate.php

    2. Find this code:

    function dgx_donate_get_giving_levels()
    {
    $builtinGivingLevels = array(1000,500,200,100,50,20,10,5);

    3. Change the order to the following:

    function dgx_donate_get_giving_levels()
    {
    $builtinGivingLevels = array(5,10,20,50,100,200,500,1000);

    Thanks @premierweb. That worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing order of Giving Levels’ is closed to new replies.