• Resolved gasoj

    (@gasoj)


    Payment currency select validation fails. It appears that the option values should be lowercase.

    WP 6.8, 6.9.
    Try changing the currency to something other than USD.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eventixa Team

    (@eventixa)

    Hi Gasoj,

    Thanks for reporting this. You were right—the currency validation wasn’t handling non-default currencies correctly. We’ve fixed the issue, and it will be included in the next plugin update (10th August).

    If this is urgent for your site, please open a support ticket through our website’s Contact/Support page and mention this forum topic. We’ll do our best to prioritize the release and get the fix out as quickly as possible.

    We’re always here to help, so please don’t hesitate to reach out if you have any questions or run into any other issues.

    Thanks again for helping us improve Eventixa!

    Plugin Support KD Kumar

    (@kdkmr)

    Hi Gasoj,

    Just a quick update — Eventixa 1.0.2 has now been released, and it includes the fix for the payment currency validation issue you reported.

    After updating to Eventixa 1.0.2, you should now be able to select and save currencies other than USD correctly.

    Thank you again for reporting the issue and helping us improve Eventixa.

    I’ll mark this topic as resolved for now. If you experience any further issues with currency settings or anything else related to this fix, please feel free to reopen the topic or create a new support request. We’ll be happy to help.

    Thread Starter gasoj

    (@gasoj)

    Thank you for fixing this. It works now.

    P.S. For after_space / before_space, I would use a UTF-8 for non-breaking space (   ) instead:

    case 'after_space':
        return $formatted . ' ' . $symbol;
    case 'before_space':
        return $symbol . ' ' . $formatted;
    
    • This reply was modified 3 weeks, 5 days ago by gasoj.
    • This reply was modified 3 weeks, 5 days ago by gasoj.
Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.