Hi @virtual03
now i want to customize the labeling of the buy button, how can i achieve this?
Can you go into more detail on what sort of label customization you want to achieve? PayPal tightly controls the UX of the payment buttons so there is a limit to what can be changed.
As an example, are you wanting to change the language in which the buttons appear or change the actual text?
Kind Regards,
Hi,
I would like to change the text and the PayPal logo should be completely gone. It’s all about the button in the checkout. I’ve also tried using loco translate and changing it with css but it didn’t work because it’s iframe.
best regards
Daniel
Hi @virtual03
I would like to change the text and the PayPal logo should be completely gone
PayPal tightly controls the branding of their product and what’s possible with the design of the buttons. The plugin provides options for all of the available styling properties which you can review on their documentation site. https://developer.paypal.com/sdk/js/reference/
The PayPal SDK is the interface for customizing the button so it’s impossible to deviate from the options they provide via that interface.
Regarding the display language, that’s based on the customer’s locale determined by their browser settings and physical location. Would it be helpful to have a setting to override the PayPal default behavior so the locale is chosen based on the WordPress site’s locale setting?
Kind Regards,
Hi,
ok thanks for the hint. I can imagine that PayPal controls its branding. Not long ago there was the option to use the standard buy button from woocommerce and I was able to adapt the labeling well. will it no longer be possible in the future?
best regards
Daniel
Hi @virtual03
Not long ago there was the option to use the standard buy button from woocommerce
This plugin utilizes the PayPal SmartButtons and always has. I believe you’re referring to another plugin that relied on a full page redirect to the PayPal payment page.
will it no longer be possible in the future?
That was never a feature of this plugin. This plugin has always utilized the PayPal Smartbuttons which render a PayPal popup on your WooCommerce store.
Kind Regards,