• Resolved akuljana

    (@akuljana)


    Hi,

    we have custom payment method, Coins, which is basically virtual currency and we want to disable or exclude vendor sales if customer buys something with that custom payment method. How to do that?

    So if buyer buys with that specific payment method, we don’t want vendor mail to be sent, we don’t want that that order is shown in vendor dashboard, but it must me processed in WooCommerce.

    Something like this:

    if ('coins' === $order->get_payment_method() ) {
    // disable Dokan;
    }

    But where to implement this?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Yeasin Arafat

    (@yeasinarafathridoy)

    Hi @akuljana,

    The feature you are requesting is unavailable in the plugin, and an advanced level of customization will be required to do so.

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @akuljana

    As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable vendor order for specific payment method’ is closed to new replies.