• I am using the Woocommerce Deposits plugin. When I add options to a product that requires only a deposit, it adds the entire product option price to the total due today, and future payments. I put a link so you can see what I mean. The outcome I would like to see is either no cost added to the total due today except for the $200 deposit or have a way to make each option have a deposit of ONLY $200 per option and have the remaining per option added to the future payments.

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

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

    (@pektsekye)

    Hello,

    Try to replace 99 with 9, 10 or 11 on the line:

    
        add_action('woocommerce_before_calculate_totals', array($this, 'add_option_price_on_checkout'), 99);
    

    in the file:
    wp-content/plugins/product-options-for-woocommerce/Model/Observer.php

    Do they provide a FREE version of their plugin so I can test it on my local computer?

    Stanislav

    Thread Starter D1GIT

    (@d1git)

    No, they don’t provide a free version. I did try what you recommended, but no success. I can send you a private message with access to my site and cPanel, if you are whiling. I wouldn’t mind paying you a fee for the small customization as well ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deposits Pricing’ is closed to new replies.