Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Support Daniel N. (woo-hc)

    (@danndumia)

    Hey @stefanolodola

    I understand you want to change the title WooCommerce Payments gateway title.

    Here is how to do it: Go to WooCommerce-> settings -> payments, click “set up” on your payment “Popular payment methods”, and there you will see the Title input field.

    Hope this helps!

    Thread Starter stefanolodola

    (@stefanolodola)

    There’s no “setup” button. It’s either “install” or “manage” (if the plugin is active).
    In either case, when I click that button I’m taken to the settings page that starts with

    General
    Enable or disable WooCommerce Payments on your store and turn on test mode to simulate transactions.
    
    Enable WooCommerce Payments
    When enabled, payment methods powered by WooCommerce Payments will appear on checkout.
    
    Test mode
    Enable test mode
    Use test card numbers to simulate various transactions. Learn more
    
    Payments accepted on checkout
    Add and edit payments available to customers at checkout. Based on their device type, location, and purchase history, your customers will only see the most relevant payment methods.
    
    Payment methods
    Early access

    There’s no clear option to change the label.

    Thread Starter stefanolodola

    (@stefanolodola)

    What you suggested works for all the other gateways, but not for this plugin.

    Plugin Support Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @stefanolodola.

    At the moment, WooCommerce Payments does not have the option to edit the string “Popular Payment Methods” on its settings.

    You could use Loco translate to make the change, or even apply some CSS code. For the latter, we will need a link to your site to see which CSS works.

    Cheers!

    Thread Starter stefanolodola

    (@stefanolodola)

    I’m beginning to understand the reviews I see here.

    I don’t want to use a plugin for that.

    Here’s my checkout page for the CSS:
    https://www.thinkinitalian.com/cassa/?add-to-cart=29590

    Plugin Support Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @stefanolodola.

    Thanks. I had a closer look now and CSS wise it won’t help either. You can add text but only in addition to the text already there. I was hoping there would be a way to remove, then re-add “content” in place of that, but sadly it didn’t work.

    The next thing you could try is to use the gettext filter to see if that helps. Something like:

    function gateway_text_strings( $translated_text, $text, $domain ) {
    	switch ( $translated_text ) {
    		case 'Popular payment methods' :
    			$translated_text = __( 'Some other text', 'woocommerce' );
    			break;
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'gateway_text_strings', 20, 3 );

    See if that helps.

    Cheers!

    Thread Starter stefanolodola

    (@stefanolodola)

    Why don’t you make it possible to change the label?
    That’s a basic thing and I’m surprised it’s not possible.

    Hi @stefanolodola

    At this moment, there isn’t an easier way to change that text. You’ll need to either use a translation plugin like Loco Translate or apply a custom snippet to do that.

    If you feel that this is something that should be implemented/changed in the future, I’d suggest adding the idea to our Ideas Board. This is where our community can share their feedback or requests to suggest changes.

    https://ideas.woocommerce.com/forums/133476-woocommerce?category_id=382132

    Hi @stefanolodola

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

    It is nothing but a shame, that such a crucial and easy option is not implemented in the plugin. Are you guys sleeping?

    Who the hell of our customers will understand what ‘Popular Payment methods’ mean? People need to know before clicking on the tab!!!

    Come on, relying on 3rd party plugins to change a string is just embarassing!

    Hi @fewturewebdesign

    I understand that you would like WooCommerce Payments to have the option to edit the string “Popular Payment Methods” on its settings.

    With regards to including this among inbuilt features of the plugin, you can submit a feature request on our Ideas Board and add your vote(s) to it. The more popular an idea becomes, the more of a priority it is for our developers to review it.

    If you need specific help with your website, please start a new thread here:
    https://wordpress.org/support/plugin/woocommerce-payments/#new-topic-0

    Thank you for the hints, but they do not work anymore

    – WPML does not find the strings

    • the function works, but only for some seconds, after that the old title reappears (bit still only for 1 language, not both)

    I resoved it in another way, how to remove my request?

    Hi @adpassion

    Thanks for reaching out!

    I resoved it in another way,

    I’m glad you were able to find a solution to your inquiry here.

    how to remove my request?

    Unfortunately, this is only done in extreme cases. Please check the FAQs section for your reference.

    Hi,

    I have the same question here about changing the gateway label “popular payment methods” to something else. Is there a way to change it without using any plugin?

    Thank you

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Change gateway label “popular payment methods”’ is closed to new replies.