Hello again everyone,
I want to find, and edit the text found on the side panel of my cart page. I’ve attached a photo with the text in questioned circled in yellow. However, I have not been able to find that text. I have been hunting around in the back end of the theme I use.. (WareHouse). And have not been able to find it. So, I figure that its html code that will have to be manipulated manually.
my store is aaron-packaging.myshopify.com
Thank you for your help in advance.
David
3 Likes
Hi David,
That’s probably a language setting that gets dynamically output in the theme using a translation string.
For example:
{{ ‘gift_cards.issued.subtext’ | t }}
The above translation string would be somewhere in the giftcard liquid file, which would output the contents of that translation from the en.default.json language file’s gift_cards object:
You can also try to locate this text by going to the admin themes page, find the theme you are working with, click the ‘Actions’ drop down, choose ‘Edit languages’, and use the search functionality there.
If it’s not a translation string like the example above and is hardcoded into the theme, you can try doing a code search using my chrome extension here:
https://chrome.google.com/webstore/detail/liquify-shopify-theme-cod/edekihmjmpkkkaolmojnajojfgphccma?hl=en
3 Likes
thank you excursionist!. I"ll give your advice a try and report back.
-David
HAH! I found the copy! Thanks to your advice iDoThemes (NOT “excusionist”… facepalm),
Anyways, I found the copy tucked away in the Warehouse Theme/Sections/cart-template.liquid by doing a simple cmmnd F search within the code.
Thank you,
-David
2 Likes