Hey @mwbarican,
I’m trying to change the label on the checkout page which says “Pay with credit card / debit card”
You can change how the title and description for the payment method displays in the checkout by going to WooCommerce > Settings > Payments > Stripe > Settings: https://d.pr/i/VOhiUC
These options have changed a bit recently so please make sure you have the latest version of the extension installed.
I hope that helps!
Kind regards,
Hi @martynmjones ,
Thanks for your response.
However, this is what I see currently.
https://imgur.com/a/U3Fm70t
There’s no description field and the plugin’s updated to the latest version.
And below, there’s a blue notification box that says,
"Where are the customization options? In the new checkout experience, payment method details are automatically displayed in your customers’ languages so you don’t have to worry about writing them manually."
Any ideas?
Thanks!
Plugin Support
slash1andy
(@slash1andy)
Automattic Happiness Engineer
Hey again!
The field that you sent a screenshot of (it’s filled in on your screenshot) is the setting to change the display name, but when you are using the New Checkout experience, the description that’s showing in Martyn’s screenshot is managed by the gateways themselves automatically, using Stripe’s logic.
You can turn the new checkout experience off, and then you’d have the fields the exact same as Martyn.
Hey there,
(@mwbarican) wants to say that the custom name on the checkout page is not working ( Even if you have disabled the new checkout experience. )
This looks to happen if you ( try ) the new checkout experience and after you disable it the fields are actually not working.
Also the inline checkout field is not working.
Thank you @slash1andy ! somehow it worked for me being able to change the label.
Thanks for the update @mwbarican,
I’m glad to know that helped fix it.
I’m going to mark this as resolved. If you have any further questions, you can start a new thread.
Best!
That is not a solution… when you disable the early access you will get multiple stripe JS files slowing down single products pages
meantime they fix this, you can remove those files adding these snippets
add_filter( ‘wc_stripe_load_scripts_on_product_page_when_prbs_disabled’, ‘__return_false’ );
add_filter( ‘wc_stripe_load_scripts_on_cart_page_when_prbs_disabled’, ‘__return_false’ );