watanabekeisuke
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error message cannot be translatedI do not want to publish site links.
I want to share it only with you by email.
Is it possible?Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error message cannot be translatedI’m trying to translate the error message that appears on checkout.
I am currently testing in test mode.
I want to translate English into Japanese.The sentence you actually translated is “The card has expired.”
However, on my site, “Your card has expired.” Is displayed in the same part.I tried using “Loco Translate”, but “The card has expired.” Was already translated.
However, “Your card has expied.” Was not found.Thank you.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error message cannot be translatedDo you understand what I want in the above description?
Can you give advice?Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error message cannot be translatedThank you for your reply.
I did the translation work according to the instructions I received, but I couldn’t.
The difference from the image shown is “The” is “Your”.I want to translate this sentence displayed on the payment screen.
“Your card has expired.”
It will be displayed in the same part as the second screenshot shown.When I checked the text displayed on the payment page, it was found in the Stripe log.
Is this message displayed?
Is this translatable?====Start Log====
Error: stdClass Object
(
[error] => stdClass Object
(
[code] => expired_card
[doc_url] => https://stripe.com/docs/error-codes/expired-card
[message] => Your card has expired.
[param] => exp_month
[type] => card_error
))
====End Log====
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error message cannot be translatedThank you for your reply.
I actually tried using “Loco Translate”.
However, I did not find the text I wanted to translate.Isn’t the original text I want to translate from Stripe?
Forum: Plugins
In reply to: [WooCommerce] Restriction of the grade change of subscriptionMeans switching subscriptions.
https://docs.woocommerce.com/document/subscriptions/switching-guide/
Forum: Plugins
In reply to: [Login by Auth0] Auth0 does not work on the checkout screenWooCommerce function
「My account」→「Orders」→「Actions」→「Pay」I want to make a direct transition from another screen to the URL of the above “Pay” button.
https://xxxxxxxxxx.com/checkout/order-pay/6939/?pay_for_order=true&key=wc_order_891vMjsnhnnGr
There is no problem if you are logged in to Auth0, but if you are not logged in, the WooCommerce login form will appear.
Setting “Original Login Form on wp-login.php” to “Never” did not work.
Do I need any other settings?- This reply was modified 6 years, 5 months ago by watanabekeisuke.