Home › Forums › Calendar Products › Events Calendar PRO › Dollar Sign at end of number
- This topic has 6 replies, 4 voices, and was last updated 8 years, 5 months ago by
Chuck.
-
AuthorPosts
-
October 5, 2017 at 2:58 pm #1360003
Chuck
ParticipantThe dollar sign is showing up after the number on recurring events. The settings are all correct in both The Events Calendar and WooCommerce. It seems to only be with recurring events.
See example: https://fabricateboulder.com/event/intro-quilting-series-4/2017-10-11/
October 6, 2017 at 5:47 am #1360224Courtney
MemberHi Chuck
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 🙂October 6, 2017 at 11:34 am #1360518flowertherapynite
ParticipantHi, just in case anyone is new at editing php and got a parse error, here’s the full code that works:
add_filter( ‘tribe_reverse_currency_position’, ‘wpb_rev_currency’ );
function wpb_rev_currency(){
return null;
}Figured I might save people time by adding this here. As always, back up your site before editing. Cheers!
October 8, 2017 at 11:26 am #1360965Courtney
MemberThanks Carly
Just a heads up for you and Chuck both: I’m about to head out on maternity leave in 2 days. I expect the proper solution for this bug to ship at our next maintenance release in about 1.5 weeks. Another team member will be checking here in the meantime, and we will be sure you are notified as soon as that solution is available.
Thanks
Courtney ??October 20, 2017 at 1:14 pm #1366824Victor
MemberHello there!
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 let us know if the fix works for your site.
Best,
VictorNovember 11, 2017 at 8:35 am #1380633Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Dollar Sign at end of number’ is closed to new replies.
