Title: Pay Method &#8211; COP
Last modified: October 25, 2018

---

# Pay Method – COP

 *  Resolved [lapeludomicilios](https://wordpress.org/support/users/lapeludomicilios/)
 * (@lapeludomicilios)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/pay-method-cop/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpay-method-cop%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/pay-method-cop/#post-10820490)
 * Hello [@lapeludomicilios](https://wordpress.org/support/users/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](https://premium.wpmudev.org/blog/how-to-create-wordpress-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.

 * ![](https://s.w.org/plugins/geopattern-icon/appointments_eaf36c.svg)
 * [Appointments](https://wordpress.org/plugins/appointments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointments/)
 * [Active Topics](https://wordpress.org/support/plugin/appointments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointments/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/pay-method-cop/#post-10820490)
 * Status: resolved