Hi Stroberg,
There’s currently no option to specify the currency symbol for the Stripe payment form. We’ll look into adding an option for this. Thanks for pointing it out. In the meantime, the only place to change it would be directly in the code. It can be found in the “Insert_Account_Payment.php” file in the “Shortcodes” folder. You’d want to look for the following line:
$ReturnString .= "<h2>" . __('Submit a payment of', 'front-end-only-users') . " $" . $Payment_Amount . "</h2>";
OK. Thanks.
After payment details been filled out and submitted a blank page is rendered.
No results can be seen in the stripe dashboard.
Hi Stroberg,
Did this ever function correctly? I doubt that simply changing the currency symbol in the code would affect this. If, at some point, it did work correctly, then maybe something else is conflicting, or maybe a setting for this was changed. Is it just the Stripe payment that is doing this. What happens if you test the PayPal payment, does it do the same thing? If you look in the developer console, does it show any errors? If you enable wp_debug, does it give any clues as to what might be going on?
Hi,
Don’t know. First time I’ve tested it.
Paypal seems to work nicely.
Stripe developer logs shows noting.
Have tried to enable wp_debug but it does not make any sense to me.
Hi Stroberg,
It looks like there is indeed an issue with that functionality. We can’t get the blank page you mentioned, but we’ve been able to get it so that, once we submit a payment, it just returns to the registration page with no message, and nothing shows in our Stripe account.
We’ll have to do some further testing to find out exactly where the issue lies. Hopefully we can have an update on it and/or a fix soon.