I am building a ticket sales test site using Event Tickets. https://wordpress.org/plugins/event-tickets/
This is the modal part of "Tickets" on this page. https://naturetest.net/2020/07/02/mcvities-digestive-biscuits-advert-kittens/
Originally the $ display was changed from the management screen to the ¥ display, but the .00 part is not necessary in the ¥ display. I would like to display ¥20 for $20.00, but would you like to know how to erase the .00 part?
START EDIT 1
If
array( jquery )match the name given to YOUR JQuery file when it is enqueue it should be working, if not it's probably because for some reason the plugins load after.We need to load the script AFTER the plugin and AFTER JQuery, we can try to set a timeout of a few second, play around a bit with it and tell me if that's working. (this is my last idea beside loading it straight away from the JS plugin file).
I've also made a codepen to show you that it is working on my end. https://codepen.io/amarinediary/pen/ZEQoorj
END EDIT 1
START INITIAL
the following should work just fine, add it to your js script file. Don't hesitate to tell me if it works, or if you need anything else
END INITIAL