• Resolved Ronan Prado

    (@ronanprado)


    Hi team !

    Firt, congratulation for the great solution! Very good!

    I have a question:

    1) Is possible set manual value for partial payment on cart or checkout page using wallet and the rest valuw debit other method payment?

    2) How i can hide add money to wallet for all users on my account page ?

    Thanks,

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

    (@subratamal)

    Hi @ronanprado

    Thanks for reaching out.

    For point no 1 we have to do custom code. Please reach out to our support email [email protected] regarding this.

    For point no 2 you can use this code in the theme functions.php file to remove the wallet top-up option.

    add_filter('woo_wallet_is_enable_top_up', '__return_false');

    Thread Starter Ronan Prado

    (@ronanprado)

    Hi Subrata !

    Excelent !

    Thank you !

    I will return for you via support ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set partial value on checkout and cart page’ is closed to new replies.