Hi there,
I just updated Enfold and all plugins. After the update, the position of the $ is on the wrong side, ignoring the settings in WooCommerce and Events Tickets Plus. I am using the Upcoming Events tool from the layout builder.
The currency position is correct on the store pages, but incorrect for these event listings.
Any help is appreciated. Thank you!
Ok, for those with the same issue – digging through support forums and found this on The Event Tickets Plus (MOdern Tribe) website. Add this to your functions file:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );
This will force all currency symbols to the left of the price. They said this is a workaround until their next release.
Hi kristenangel,
Thank you for sharing!
If you need further assistance please let us know.
Best regards,
Victoria