Support » Plugin: Donation Platform for WooCommerce: Fundraising & Donation Management » There are problems with a few things

  • Resolved Gerard Grech

    (@gerygr)


    There are problems with a few things.
    1. Unable to rename buttons – this makes implementation very difficult
    2. Missing color settings, rounds
    3. The base price is displayed on the product card – it cannot be deleted

    See what it looks like https://www.nadziejadladzieci.pl/podopieczny/produkt-testowy/

    This is the most promising donation plugin.
    This week I am going to implement an implementation for the Foundation helping children. Can you make corrections?

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

Viewing 1 replies (of 1 total)
  • Plugin Author flinnn

    (@flinnn)

    Hi gerygr,
    thanks for reaching out.
    About your problems:
    1. What exactly is your problem here? Do you wish you had a way to rename the buttons in the settings? Or are WordPress filters enough for you? By the way, you can always use Loco translate to change the strings.
    2. You can change most colors in the settings. Otherwise you can simply overwrite the CSS variables:

    #page {
      --wcdp-main: #0e8512;
      --wcdp-main-2: #0c4a0d;
      --wcdp-main-3: #de0202;
      --wcdp-step-2: #0e8512;
      --wcdp-step-3: #0e8512;
      --label-inactive: LightGray;
      --label-inactive-hover: #b5b5b5;
      --label-text: black;
      --label-text-checked: white;
      --background-color: white;
      --overlay-color: rgba(0, 0, 0, 0.8);
      --controls: black;
    }

    3. The shopping cart should actually be skipped completely in the current implementation and is therefore not visible to the donor. So you can just hide the cart page, then this should not be a problem.

    Thanks for using Donation Platform for WooCommerce 🙂
    Regards
    Jonas

Viewing 1 replies (of 1 total)
  • The topic ‘There are problems with a few things’ is closed to new replies.