currency correction
-
Hi, I’ve seen your message concerning missing currency filter:
add_filter('pms_currencies', 'pmsc_add_currency'); function pmsc_add_currency($currencies) { $currencies['CRC'] = __( 'Costa Rican Colon', 'paid-member-subscriptions' ); return $currencies;
I have two questions:
(This is all new to me, so don’t laugh, please)#1 – Do I paste this code (with RSD and Serbian dinar, instead of CRC) somewhere in the plugin, or add as css (in customizer), or do I have to create a child theme and then change it there?
#2
Serbian Dinar RSD is somehow displayed in Cyrillic -as дин. instead of Latin: RSD. I’ve played with the code based on what others suggested for woocommerce, but I’m obviously doing something wrong, because the Cyrillic version won’t budge. ??Thanks
The page I need help with: [log in to see the link]
- The topic ‘currency correction’ is closed to new replies.