• Resolved calabronelampa

    (@calabronelampa)


    Hi,
    i’m using WCMarketplace for my site.
    I enabled COD payout ( and alsopaypal ) on WooCommerce Setting and i can show them during the purchase. Anyway i noticed that on every vendor’s profile i can’t see the option COD.

    Here a screenshot about my request: image

    There is a way to show it ?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @calabronelampa sorry, currently we do not supports COD payout for vendor.

    For this you have to do some custom code in vendor billing as well as commission withdrawal section. If you need reffence of hook/filter, let us know.

    Thread Starter calabronelampa

    (@calabronelampa)

    Yes please.

    Thanks.

    @calabronelampa to do so, you have to create a new payment module ( WCMp Payment gateway ) for vendor payout for COD. Steps are as follows –

    1. Create a COD payment gateway for vendor payout using this filter –
    apply_filters('wcmp_payment_gateways', $wcmp_gateways);
    2. Add above created gateway payment method in admin end to enable it for vendor end using this filter –
    apply_filters('automatic_payment_method', $payment_mode);
    3. Add above created gateway payment method in vendor dashboard billing section using this filter –
    apply_filters('wcmp_vendor_payment_mode', $payment_mode);

    For mode details and code references, please check here.

    Thread Starter calabronelampa

    (@calabronelampa)

    Hi,
    im trying to create new payment gateway but i don’t know how to do that.ù
    Should i edit the plug-in code ?

    The COD payout is already enable in Woocommerce Settings,I just copied and pasted the filters into function.php files but it doesn’t works.

    Let me know.

    Thank you.

    @calabronelampa sorry, we gave the above hooks and filters as references. You have to do your own customization code ( COD Payout ) using all the above hooks/filters. And Enabling COD via woocommerce settings gives you an option to place a order using COD at checkout.

    But Our Marketplace seller has our own payment modules. So, you have to integrate COD as marketplace payout for commission withdrawals. And its needs some efforts. If you want, we can help you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WooCommerce Market Place – Add COD payment into dropdownlist option payment’ is closed to new replies.