Change Woocommerce checkout page Billing Details & Other Texts

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2024

Комментарии • 34

  • @CaribuGrupo
    @CaribuGrupo Год назад

    Almost 2 years later and it stills works!
    Thank you so much for posting this!

  • @annettewagers2794
    @annettewagers2794 3 года назад +2

    This has changed my life. Thank you so much for posting this! I needed all of this for a client's site and it is THE PERFECT SOLUTION!

    • @TechiePress
      @TechiePress  3 года назад +1

      So glad it worked out well. Cheers!

  • @nicholasxavier5507
    @nicholasxavier5507 Год назад

    This is great! Works well, thank you! Is it possible to do the same method but for Woocommerce emails?

    • @TechiePress
      @TechiePress  Год назад

      With the emails, you can change the templates by adding your own in your theme under the woocommerce 📁

  • @gmakinana
    @gmakinana Год назад

    Man you are the best thank you so much

  • @pradhanbalter3796
    @pradhanbalter3796 Год назад +1

    I've become a fan! Your videos are great! Can this be done simply as a function in the functions.php or snippets as opposed to making a plugin? Is there a particular advantage to doing as a plugin vs using something like snippets which can be turned on/off? Thanks again

    • @TechiePress
      @TechiePress  Год назад

      Yes. Please do that in the functions.php however, when you change the theme, be sure to port those code snippets to the new one.
      See Plugins Vs Functions.php -
      ruclips.net/video/9LtXEMRNln8/видео.html

  • @drewclifton610
    @drewclifton610 5 месяцев назад

    Thanks for this. It would be handy if you included a link to the code itself (just a suggestion). 😊

  • @rlsc15
    @rlsc15 2 года назад

    It works perfectly! I just inserted the code in my child theme functions.php file.

  • @dashingpix
    @dashingpix 3 года назад +3

    Great Job as always. Hey can you do a simple Membership website using Woocommerce with out using any free/premium plugins, just a request :) No need to have a feature rich one, just the basics like take the payment, assign roles list members etc.

    • @TechiePress
      @TechiePress  3 года назад +1

      That’s a tough one but I will look into how to make something usable.

    • @dashingpix
      @dashingpix 3 года назад

      @@TechiePress awesome :)

  • @aogunnaike
    @aogunnaike 3 года назад +1

    Great job, I love your tutorials. Please do you have a beginners course on WordPress themes and plugins developments, pls recommend and also can I get the list of extensions you use to make WordPress development easy. Thanks in anticipation 🙂

    • @TechiePress
      @TechiePress  3 года назад +1

      Thanks for watching and the kind comments. The theme tutorial you can begin with is ruclips.net/p/PLNqG1qGUllk0uFqUvFFIJ67dSNBKapd7Y and all the other tutorials for plugins I always Endeavour to start from the beginner level.

    • @aogunnaike
      @aogunnaike 3 года назад

      @@TechiePress thanks alot, also list of vs code extensions to help as well, thanks

    • @TechiePress
      @TechiePress  3 года назад +1

      @@aogunnaike I use marketplace.visualstudio.com/items?itemName=laurencebahiirwa.classicpress-snippets for the auto completion it’s an extension I made for my use.

  • @DesignwithCracka
    @DesignwithCracka 3 года назад +1

    Thanks for the awesome video

  • @drewclifton610
    @drewclifton610 5 месяцев назад

    This doesn't work for the Place Order text! Gah, WooCommerce... Perhaps you could share how to do that as well? Thank you!

  • @ogarjosephodama1878
    @ogarjosephodama1878 Год назад

    Can I do the same for address page, where you have Billing address and Shipping address can I change the text to Business address and Business address 2 the same way?

    • @TechiePress
      @TechiePress  Год назад

      Yes, that is possible. Please go ahead and try it.

  • @BlessedByAlMighty
    @BlessedByAlMighty 3 года назад +1

    which program you are using to edit the files?

  • @Gigabyteserviceofficial
    @Gigabyteserviceofficial 3 года назад +1

    Please make a video about scaling WordPress on the database side by HyperDB ( provide features like database shard ), Redis Object Cache plugin By Till Krüss, RediSearch. There is no video on RUclips regarding this, how safely we implement all three stuff in WordPress

    • @TechiePress
      @TechiePress  3 года назад

      Thank you for the question. I fair know about Redis and not much about the others. I will try to look into it.

    • @Gigabyteserviceofficial
      @Gigabyteserviceofficial 3 года назад +1

      @@TechiePress hyperdb is just wordpress plugin that can extend wordpress's MySQL handling functionality and add some functionality like data sharding. RediSearch is the Redis module that provides similar kind of functionality like Elasticsearch it's extremely useful because wordpress doesn't comes with database indexing. So for RediSearch wordpress also have a plugin, but there is no any perfect tutorial on internet that guide how to integrate all those things. Because hyperdb makes database much more complex & we don't know how to create master ( splitting MySQL database through hyperdb, we can create master without splitting the database but splitting the MySQL into two db is also giving another level of scalability ) & slave. ( Redis as cache act has Slave we can use another MySQL as slave but Redis is much more better approach to make a slave )

    • @Gigabyteserviceofficial
      @Gigabyteserviceofficial 3 года назад

      @@TechiePress the level content you are creating deserve thousands of like and view 🎉🎉 totally awesome because it's advanced level. & It's unique on RUclips

    • @TechiePress
      @TechiePress  3 года назад

      Thank you for the kind words. I hope to make more.

  • @thetravelbloggersa
    @thetravelbloggersa 3 года назад

    How can i change the welcome message after a customer created his/her account on woocommerce when the customer wants to check out.

  • @Crimographies
    @Crimographies 3 года назад

    Do you know how I can add a second title like ''billing details'' in the checkout page but with other name ofc?

    • @TechiePress
      @TechiePress  3 года назад

      Yah sure, there is no hook for that but we should be able to use the available hook for that purpose. Let me see if I can dig it up.