• Resolved [email protected]

    (@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 3 replies - 16 through 18 (of 18 total)
  • Hey Marcus,

    On the same lines as defined above I added “INR – Indian Rupees”, but my problem is as paypal does not support INR, when the user is transferred to Paypal for payment, it shows the same value but in USD. Is it possible to have some currency conversion mechanism possible in the system?

    Thanks!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    @sumitp I’d ask questions on the pro forums if you’re a pro member, you’ll get answered faster.

    You’d have to implement the conversion yourself though in the filter em_booking_get_price, I think it’d be as simple as

    function my_em_booking_get_price($price){
    	return $price * 1; //change 1 to your conversion rate
    }
    add_filter('em_booking_get_price','my_em_booking_get_price');

    ook thats a decent solution… yup will do.. i am a pro members.. it was just that the google search had lead me here!!

    thanks for the prompt reply.

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