If the currency is in USD and the user enters a $ in front of the amount then still allow the amount to go through by removing the $.

Also, remove or allow the admin to change if the user can see the "Currency:" text field on the enter wishlist item page.

Comments

scott.mclewin’s picture

Title: More Forgiving Cost Field » Configurable show/hide for the currency field
Status: Active » Fixed

The currency field can be configured away by the administrator. When the field does not show on the form, the site's default currency is displayed as part of the title for the estimated cost field.

I'm not going to relax the input field for the cost itself. This is not just a matter of stripping off a dollar sign, but rather requires tracking down and handling the cases for every world currency. This is fundamentally a numeric data field and that's the input it will accept.

This change is committed to head, which is currently 4.7 compatible. After I've worked the issue queue a bit more I'll merge back to the formal 4.7 branch.

ziggyk’s picture

That works for me. Thank you.

scott.mclewin’s picture

Status: Fixed » Closed (fixed)

Thanks for the testing help.