when selecting PayPal as payment option, the following text is shown (in German)… Wenn du auf “Weiter zu PayPal” klickst, wirst du zu PayPal weitergeleitet, um deinen Kauf abzuschließen.
Where can I change this text? There is no “Weiter zu PayPal” Button… is that the default text?
the checkout page description in wp-admin plugin settings just adds or removes an additional Text there.
woocommerce_paypal_payments_place_order_button_description is the one which changes the text I mention (the second line… “Wenn du..:”…
I just wonder, why there is two texts… one I can change in the plugin settings and one I can change only by PHP… is that how it should be?
Secondly, the standard text refers to a button called “Continue to PayPal” but there is no such button on the checkout page… I have the “Jetzt kaufen” (place order) button (the standard Woo order button) which redirects to PayPal if selected but no separate PayPal button (except the express checkout buttons at the top of the page)… Am I missing something here? It disturbs me a bit having a text from your plugin pointing to a button (from your plugin) which is not there.
Best MArkus
PS: also, if I clear the text in the plugin settings (“My individual…”), it still renders an empty <p></p> , which looks pretty ugly 😉 is there a way to avoid this?
This reply was modified 1 month, 4 weeks ago by markisu72.
Ok, I fixed it by returning an empty string for woocommerce_paypal_payments_place_order_button_description and adding my own text inside the plugin ui…
Still wondering, if I miss a “Weiter to PayPal” button in general