Plugin Author
Franky
(@liedekef)
When setting the RSVP info, you can enter the cost for an event.
Concerning the double dollar signs, see this change in the changelog(version 1.8.5 from June 11th):
* The placeholders #_EVENTPRICE, #_TOTALPRICE, #_CHARGE, #_TOTALDISCOUNT, #_BOOKINGPRICEPERSEAT, #_DYNAMICPRICE (which were already showing the localised price layout) now also show the currency symbol if the NumberFormatter php class is present (which is the case in all newer php versions).
An option is created to deactivate this behavior if you don’t like it.
*** It might be needed to change your templates accordingly to not show multiple times the same currency symbol ***
Thanks Franky,
This is also related to the front end submit form. This works well now, but the only problem is that if someone does enter a value with the dollar sign, it does not validate it, and it gets submitted with no price at all. Any ideas how to fix that?
Plugin Author
Franky
(@liedekef)
There was never a validation on that regard, entering something with an indication of the currency always lead to a 0 being entered.
Also, the price can be text for multi-price events.
Anyway, I added a html5-type “number” to the code, so you can call
EMEFS::field(‘price’,’number’)
If you really just want a number …
The change:
http://plugins.trac.wordpress.org/changeset/1698441