Hi @newtlabs @duckonwater
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.
Please do post this over in https://theeventscalendar.com/support/forums/forum/event-tickets/event-tickets-plus/ so that we are sure to notify you as soon as this solution is available.
Thanks
Courtney ??