All the text in the Order Summary is dutch, so i want to change ´´Order Summary´´ into ´´Order Totaal`` I cannot find the solution.
Solved! Go to Solution.
I guess you missed a step, because for me it's working after save :
php bin/magento cache:disable block_html full_page translate
php bin/magento cache:enable block_html full_page translate
Clear browser data/cookie/cache everything.
Hello @parts
I would recommend you to use inline translation provided by magento.
- You can change text store view specific
- easily accessible
- easy to maintain
- no code digging or anything changed it code
- easy to revert back
Please find the screenshot to confirm this the change you want to do :
https://www.awesomescreenshot.com/image/5501319/9df50034b4545e19c5f58de59ef2663e
Let me know if it works !
Thanks, but no solution. The new text is not saved. After refresh it gives order summary again.
Any idea?
I guess you missed a step, because for me it's working after save :
php bin/magento cache:disable block_html full_page translate
php bin/magento cache:enable block_html full_page translate
Thanks for answering. I did every step like you told but not saved the change. Very strange this.
After refreshing F5 text will be back to order summary.
maybe you have done it store view specific, please verify once, also flush the cache, varnish (if setup).
load url in incognito or different browser.
I started my site in microsoft edge and there it says ´order totaal´
When i go back to firefox internet it says ´order summary´
How can i refresh mozilla firefox so that it will show up well also there?
Clear browser data/cookie/cache everything.
The last message solved the save function. Thanks!
But now this problem is showed up during payment method... This is not what a customer will see...
<span data-translate="[{"shown":"Nederland","translated":"Nederland","original":"Nederland","location":"Text","scope":"Nederland}}{{themeMagento\\\/luma"}]">Nederland</span>
Hello @parts
Can you please share screenshot what you are facing ?