• Resolved ovidiumuntean

    (@ovidiumuntean)


    HI!

    Is possible please to display only “Pay Deposit” and HIDE “Pay Full Amount”?
    So that the clients can chose only to make partial payments?

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    Hi, thanks for considering our Deposits plugin. In our premium version we have a product level option to force deposit. But in the free version you can achieve this by using CSS style as below.

    .awcdp-radio { display: none; }
    .awcdp-radio.pay-deposit { display: block; }

    Add the above CSS styles to your theme/child-theme. Hope you can check this.

    Thread Starter ovidiumuntean

    (@ovidiumuntean)

    Hi!

    Thank you!

    In the paid version, do we have the possiblity to set, for example:

    Product X has 1000 EURO price tag, with 5 partial payments (200 EURO / payment) [like we do now],
    But to set the periodicity of the payments!
    Ex: the next payment will be next month, and so on. And the user to receive a monthly email as a reminder to make the partial payment.

    Or maybe, for another product we have 1 month and a half for the periodicity of the partial payment.
    Thank you!

    Thread Starter ovidiumuntean

    (@ovidiumuntean)

    And where can we see (in some administration panel) how many partial payments a user made for a product?

    Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    In our premium version, you can create multiple payment plans with day, week, month and year. Assign different plans for different products. And assign multiple?payment plans to a single product as well. We have a partial payment administration panel menu -“payments”- under the woocommerce menu. Here you can see all the partial payment details. You can test all the premium plugin functionality from your end using our premium demo, Link given on the plugin details tab.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is possible to display only “Pay Deposit” and HIDE “Pay Full Amount”’ is closed to new replies.