• Resolved blackforestboi

    (@blackforestboi)


    Hey folks!

    Thanks for the really great support I see over here!

    Is there the ability to change the setting to show the wallet as a payment option even though a user is logged out or has no funds?

    Reason is that I want to encourage new users to use the credit system instead of the regular payments. So I’d like to show the Wallet as an option regardless if they are logged in or have funds on it.
    The workflow would be that people chose “wallet” and then we add a link to the description of it so that people can learn more about using the wallet, signup and topup, and then are redirected to the shop (albeit the last step is optional)

    I have not found a setting in the UI, can I somehow change it in the code?

    Thanks for your help!
    Oli

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

    (@subratamal)

    Hi @blackforestboi,

    This is really a hard work, you have to modify our plugin in order to do so (Which is not recommended at all). You will not be able to update our plugin in future.

    Thread Starter blackforestboi

    (@blackforestboi)

    Hey Subrata,

    thanks for the quick response!

    How much work would it be for you to implement this as a setting in the core plugin for all users?
    And can we support you financially for doing that?

    Cheers
    Oli

    Plugin Author Subrata Mal

    (@subratamal)

    Hi @blackforestboi,

    Please reach out to us at [email protected] because support here is limited.

    Thank you.

    You can do it with the use of filters and hooks.

    Disable all payment methods for the checkout process

    When the buyer arrives at the checkouto page he will show an error message

    “Sorry, it seems that there are no payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements.”

    You change that message with a function based on

    “if (function_exists (‘woo_wallet’))” and add a custom message and the button for the buyer to add funds.

    Saludos.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the setting to show wallet in checkout even when logged out or no funds’ is closed to new replies.