• Resolved vyazhan

    (@vyazhan)


    Hi guys,

    i am trying to change the <h3> title in the checkout section of WooCommerce where it says “Subscribe to our Newsletter/s” into something different. I have seen that you can modify the text next to the tick box but not the heading/title itself.

    Is there any custom code to implement to change the title?

    Thanks a lot and have a good start into this week!

    https://www.ads-software.com/plugins/mailpoet-woocommerce-add-on/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Sébastien Dumont

    (@sebd86)

    Yes, you can filter it. Use the following code example.

    function mpwoo_subscription_section_title($title){
      return __('We have an awesome newsletter we would like to send to you on a weekly basis. Please subscribe by ticking the checkbox below. Thank you.', 'your-textdomain');
    }
    add_filter('mailpoet_woocommerce_subscription_section_title', 'mpwoo_subscription_section_title', 10, 1);
    Thread Starter vyazhan

    (@vyazhan)

    Hey Sebastian,

    you rock my friend, big kudos to you!

    Much good vibrations and have an AwEsoME start now that it’s one annoying customer less ??

    Plugin Author Sébastien Dumont

    (@sebd86)

    Your welcome and thank you for using the plugin.

    Please consider writing a review or giving a donation to show your support or both. It’s up to you.

    ??

    Thread Starter vyazhan

    (@vyazhan)

    Absolutely, I will keep you guys in mind for next month! Keep up the great work and your cool policies ??

    Thread Starter vyazhan

    (@vyazhan)

    Silly question Sebastien, but how exactly can I donate? I can’t see anything on the official site. I would prefer Bitcoins or something easy, thanks a lot ??

    Plugin Author Sébastien Dumont

    (@sebd86)

    I developed this plugin extension so donations come to me. You can donate here.

    Thread Starter vyazhan

    (@vyazhan)

    Cool, sorry for the confusion ?? I fired a little something your way! Keep up the good work!

    All the best
    Vaya

    Plugin Author Sébastien Dumont

    (@sebd86)

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change Title on Checkout’ is closed to new replies.