• Resolved lapeludomicilios

    (@lapeludomicilios)


    Me gustaría saber si puedo poner pesos Colombianos en el método de pago por favor. Gracias

    I would like to know if i can set Colombian Peso in the Pay method please. Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @lapeludomicilios

    Hope all is well!

    The Appointments plugin is integrated with PayPal, If PayPal allows accepting Colombian Peso it is possible to receive payments with this currency

    Of course, you can easily add Colombian Peso in the plugin, by adding the following code in the functions.php file of a child theme or in mu-plugin:

    function add_new_currency( $currencies ) {
       $currencies['COL$ '] = 'COL - Colombian Peso';
        return $currencies;
    }
    
    add_filter( 'app-template-currencies', 'add_new_currency' );

    Hope this helps!

    Cheers,
    Nastia

Viewing 1 replies (of 1 total)

The topic ‘Pay Method – COP’ is closed to new replies.