• Resolved parkzinc

    (@parkzinc)


    (FROM WEPOS, wedevs Point of sale)

    Sales made with Cash and Card payment methods are being charged to my clients in terawallet , can I exclude the charging of balance from different payment methods? or disable all the charges in terawallet.

    Thank you!

    • This topic was modified 1 year, 9 months ago by parkzinc.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @parkzinc You can disable payment gateway charges from our plugin settings page.

    Thread Starter parkzinc

    (@parkzinc)

    Thank you for response, i have all the payments disabled in the plugin settings, in the checkout is working ok, but in the Wepos plugin is charging the money with all the payment methods. you know how can disable this ?

    i tryed this lines

    $offline_payment_methods = apply_filters( 'dokan_offline_payment_methods', [ 'cod', 'woo-mercado-pago-basic' ] );
            $exclude_cod_payment = 'on' === dokan_get_option( 'exclude_cod_payment', 'dokan_withdraw', 'off' );
    
            if ( $exclude_cod_payment && in_array( $order->get_payment_meAthod(), $offline_payment_methods ) ) {
                return;
            }

    adding the payment method of wepos, but when i try this, the pos dont process the next sales.

    Thank you for the help

    Plugin Author Subrata Mal

    (@subratamal)

    @parkzinc Please contact with wePos plugin support team.

    Thread Starter parkzinc

    (@parkzinc)

    I did, but they sent me here, lol. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable Terawallet charges’ is closed to new replies.