I have changed “Tip” to Donation in our theme and this works fine on the Payment page. However, on the Order summary, the word “Tip” is still used. This is visible to our customers and is not acceptable because we are not soliciting tips. How do I change this? The page in question is admin/orders/ . We are using the Dawn theme. I am comfortable updating code; I just need to know where to find it.
Editing the summary page is only allowed in Shopify plus plan. I am unable to view the summary page without order placing.
One way to do this is to use javascript.
Plz place a dummy order > right-click on your order summary page > click view source and send the source code to me so I can look for the object that is showing text “tip”.
Another thing is that download your theme. and open in any advance code/text editor (VS CODE or Notepad++) and click search in files and search for the text “tip”.
plz, follow the following guide to the download the theme file.
Thanks again for your help. Here is a page that has the Tip shown.
I had already tried searching the theme files but the only result was in the en.default.json file which included my change from Tip to Donation (done via the interface). I’ve attached a copy of that as well in case it is any use.
OK, but I’ll have to do this later. Our shop is open for business and it is the middle of the day here so I can’t keep switching to Test mode. I’ll do it later at night. Thanks.
I’m going to close this because I need to do more testing and it is not convenient at the moment. The word “Tip” appears in various places on orders and email sent out to customers and it is clear that the translation to “Donation” is not implemented throughout the system. Thanks for your suggestions.