• Resolved alirezam500

    (@alirezam500)


    Hi
    Using the document
    I added the port ID to the code
    But plugin settings were not added to the port
    1- What information should I enter in the cod section?
    function woa_custom_gateways_hook ($ gateways) {
    $ gateways [] = ‘cod’; // Delivery for example.
    $ gateways [] = ‘wc_idpay’; // Stripe P24 for example.

    return $ gateways;
    }

    2- Should I use hooks for abandoned orders and waiting for payment?
    $ status [] = ‘wc-pending’;
    $ status [] = ‘wc-on-hold’;

    $ status [] = ‘wc-failed’;

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to set plugin’ is closed to new replies.