Currency symbol follows value bug

Home Forums Calendar Products Events Calendar PRO Currency symbol follows value bug

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1359635
    Duncan
    Participant

    We noticed today that the Currency symbol follows value is displaying the currency simple after the number despite having been set to the contrary.
    We have tried ticking and unticking the option box but nothing changes.

    Could you let us know if there is a fix for this apparent bug?

    Many thanks,

    Duncan.

    #1359906
    Courtney
    Member

    Hi Duncan

    Unfortunately, this is an issue we are already aware of and the team will address it in a future maintenance release of our plugins.

    I will set this thread’s status to “Pending fix” and link it to the report so we can let you know as soon as a bugfix is released.

    In the meantime, we have a workaround that will force the currency symbol to always be before the price. You should place the following code snippet into your theme’s functions.php file or use the My Custom Functions plugin:

    add_filter( 'tribe_reverse_currency_position', function(){ return null; } );

    Let us know if the snippet works for you.

    I apologize for the inconvenience and we’d appreciate your patience.

    Thanks
    Courtney 🙂

    #1360177
    Duncan
    Participant

    Thank you Courtney, we have initiated that fix.
    Looking forward to the next update! 😉

    #1360287
    Courtney
    Member

    Thanks Duncan

    I expect that they will properly fix this in about 2 weeks with our next maintenance release. I’ll close this thread out for now and ask you to open a new one if anything comes up then. I’m about to head out on maternity leave, and definitely won’t be checking back here in 2 weeks.

    Thanks
    Courtney 🙂

    #1366823
    Victor
    Member

    Hello Duncan!

    Just wanted to share with you that a new maintenance release (for the Week of 16 October 2017) is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-16-october-2017/

    Please update the plugins and see if the fix works for your site. Don’t hesitate to open a new topic if anything comes up.

    Best,
    Victor

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Currency symbol follows value bug’ is closed to new replies.