Giter Site home page Giter Site logo

Comments (3)

Sirvijver avatar Sirvijver commented on August 16, 2024

Hello @miniMAC

You have reached out to open GitHub forum with a support request. We utilize GitHub mainly for development activities, so I would like to ask you to reach out to the support team directly for more guidance.

This option "Proceed to PayPal" is a backup option that is shown when the defautl smartbuttons are not possible to be shown. You can try to display the default PayPal buttons, by deactivating the current theme and using f.e. default theme Storefront and disabling all other plugins except for WooCommerce and PayPal Payments to see if the behavior persists.

This button text cannot be adjusted, so there is no option to do this on this backup version. The only option you have to adjust the text of the button, is the drop-down options for the smart buttons you have under the setting "Button Label".

If you have any more questions, please open a private engagement via the link provide above, because this thread will be closed.

Kind regards,
Joost

from woocommerce-paypal-payments.

Sirvijver avatar Sirvijver commented on August 16, 2024

Hello @miniMAC,

sorry, it seems there a way to change the "Proceed to PayPal" text on the button in the block checkout. It can be changed via translation files or with a filter but there is no UI in the plugin to do this.

This example filter would change it to the "Place order" string from the WooCommerce plugin:
//Change the button label - defaults to "Proceed to PayPal"
add_filter('woocommerce_paypal_payments_place_order_button_text', function() {
return __( 'Place order', 'woocommerce' );

Hopefully this helps you get the outcome you are looking for.

Kind regards,
Joost

from woocommerce-paypal-payments.

miniMAC avatar miniMAC commented on August 16, 2024

Many thanks!

from woocommerce-paypal-payments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.