• Resolved cafeart@letme.co.za

    (@cafeartletmecoza)


    Hi

    hope you are well. thanks for the awesome plugin. i would like to use it in order to list my event and also reserve/sell tickets – only problem our country currency is not listed

    would you be so kind to add Rands to the currency list under the events calendar

    South Africa ZAR Symbol R

    i trust that is will be a small adjustment

    Look forward to your reply

    Regards

    Lizelle

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    we’ve only added specific currencies for a specific reason (slipped my mind now, i just remember it was a good one), but I can add a filter so you can add this yourself

    we’d definitely revisit this soon though as obviously I’m sure this question will pop up again

    Thread Starter cafeart@letme.co.za

    (@cafeartletmecoza)

    Hi marcus,

    Thanks for the reply

    Will you kindly add the filter – do I then need to upgrade the plugin

    Regards

    Lizelle

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    will do, should be out in next update

    Hi Marcus
    Great tool your event manager! I love it and it really makes the live of the Swiss Club Russia a lot easier! Completely cool would be, if we could announce our prices in Russian Roubles!
    Best regards from Moscow!
    Till

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    hi Till,

    you could manually add that by adding to the filter em_get_currencies with some PHP

    the list we’re using here is the list of accepted currencies by PayPal, we’ll figure out a way to change that as we add more gateways to Pro

    Hi Marcus, great plugin – where can I add my countries currency? I cant seem to find em_get_currencies….

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    it’s a wp filter – em-functions.php

    Got it, thanks a lot!

    Sorry I’m not to clued up about filters how can I add this to my themes function.php so the edit that I make wont get overridden when you update the plugin.

    hi, i’m another south african asking the same question about ZAR / R.

    any ideas when it will be working?

    thanks for an AWESUM plug-in.

    Symi.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I need to make a snippets section one day…. here’s one I made earlier πŸ™‚

    function my_em_add_currencies($currencies){
    	$currencies->names['RUB'] = 'RUB - Russian Roubles';
    	$currencies->symbols['RUB'] = 'RUB';
    	$currencies->true_symbols['RUB'] = 'RUB';
    	return $currencies;
    }
    add_filter('em_get_currencies','my_em_add_currencies');

    just paste that e.g. in your themes’ function.php file. it’s for russian Roubles, but hopefully that’s enough for you to go on.

    thanks this will do.

    Now I also learned something new πŸ™‚

    hi folks – i tried editing the theme’s function file, it made no difference. i then pottered off to the events plugin’s file and edited the code to add ZAR in, and lo and behold, it wasn’t rocket science. i just looked at the format as it was shown for the other currencies and problem solved…. πŸ™‚

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    @symi make sure you pasted it in the right place, because that works for me. doing it your way will mean you need to repeat that on each plugin upgrade.

    πŸ™‚ thanks Marcus!

    i’ll play around a bit more then, to make sure i get the Perfect Spot in the Theme.

    for now, i’ll just brave it and edit with each plugin update though, my event bookings are going live as we speak.

    *excited bounce*

    thanks for a BRILLIANT plug-in.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: Events Manager] South Africa Currency symble not listed’ is closed to new replies.