Woocommerce change "order notes" text?

by 7 replies
8
Hi how do i change this text on my woocommerce on the checkout page?



I have tried most of the things from google search, and plugins with no luck

I know it can be done because i did it on my last website, but now i have forgot how.

Thanks
#programming #change #order notes #text #woocommerce
  • 1. You need download the PoEdit program: https://poedit.net/download
    2. Open in PoEdit this file: wp-content/plugins/woocommerce/i18n/languages/woocommerce.pot
    3. Find and replace text
    • [ 1 ] Thanks
  • Weird it did not work :S

    Changed..

    #: includes/class-wc-checkout.php:121
    msgctxt "placeholder"
    msgid "Insert Your Google Play Link Or Itunes Store Link."
    msgstr ""
  • Do you have some sort of cache plugin. You might have to disable that and do a hard refresh. Give us a link or PM it.
  • 1. Create a child theme
    2. Create a folder called woocommerce and put it in your child theme directory
    3. Get a copy of your checkout folder from your wp-content/plugins/woocommerce/templates/checkout
    4. Put the checkout folder in your child theme woocommerce folder
    5. The main control file is the form-checkout.php
    6. Other files you may need to look at to find where the edits go
    7. The cart folder may contain things as well. You may need to make some edits there. cart.php is the main file.

    For more info about how to work with the WooCommerce template structure.
  • Hi thanks guys for the input.

    1. No i have not any cache plugins installed.
    2. I got it to work half a year ago, and it was really easy.. But i have forgot what i did

    Here is a link
    Buy App Reviews

    After you click

    Purchase Now

    You will get to the checkout page.
  • Hi guys does this mean anything ?

  • I tried what you guys explained on another domain/website, and it worked..

    So somehow something is blocking it, i have tried to reinstall woocommerce, and disabled all plugins with no luck..

    I will try to do a reinstall of wordpress soon

Next Topics on Trending Feed