How to change the text in checkout cart page in magento 2Where can I change the “add to cart” text on product page?Magento 2 change buttons order in the shopping cart pageUnable to change the Shipping Address Label and to add drop-down value under text box in checkout page Magento 2.xHow to change a text on the invoice?change the frontend of checkout pageHow to change the text of details tab on product page?How can I change a text in Magento 2 Checkout page?Change text and Relink the “Add To Cart” button in the product list page (list.phtml)How to change cart height and width and checkout image which is load dynamicallyHow to change text “You have no items in your shopping cart.” in minicart in magento 2
Chilling water in copper vessel
Is there a method for differentiating informative comments from commented out code?
Is there a Redo (Undo Undo) function in Super Mario Maker 2?
My previous employer committed a severe violation of the law and is also being sued by me. How do I explain the situation to future employers?
Why am I getting unevenly-spread results when using $RANDOM?
What is the meaning of "prairie-dog" in this sentence?
Can "expliquer" be followed by "que" and the subjunctive?
I'm feeling like my character doesn't fit the campaign
Gory anime with pink haired girl escaping an asylum
Can a landlord force all residents to use the landlord's in-house debit card accounts?
Is there a formal/better word than "skyrocket" for the given context?
Why does Trump want a citizenship question on the census?
Is it possible to complete a PhD in CS in 3 years?
What are the consequences for a developed nation to not accept any refugees?
When do flights get cancelled due to fog?
Strong Password Detection in Python
Blocks from @ jafe
Write a function
What term do you use for someone who acts impulsively?
Other Space Shuttle O-ring failures
Sense of humor in your sci-fi stories
Why is a mixture of two normally distributed variables only bimodal if their means differ by at least two times the common standard deviation?
Mtg creature spells, instants, priority?
Can the word "desk" be used as a verb?
How to change the text in checkout cart page in magento 2
Where can I change the “add to cart” text on product page?Magento 2 change buttons order in the shopping cart pageUnable to change the Shipping Address Label and to add drop-down value under text box in checkout page Magento 2.xHow to change a text on the invoice?change the frontend of checkout pageHow to change the text of details tab on product page?How can I change a text in Magento 2 Checkout page?Change text and Relink the “Add To Cart” button in the product list page (list.phtml)How to change cart height and width and checkout image which is load dynamicallyHow to change text “You have no items in your shopping cart.” in minicart in magento 2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
How to change the text in checkout cart page in magento 2

magento2
add a comment |
How to change the text in checkout cart page in magento 2

magento2
add a comment |
How to change the text in checkout cart page in magento 2

magento2
How to change the text in checkout cart page in magento 2

magento2
magento2
asked Jun 29 at 5:40
divya sekardivya sekar
4822 silver badges19 bronze badges
4822 silver badges19 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Open Below File
app/design/frontend/Vendorname/themename/i18n/en_GB.csv
Country,Pays
State/Province,État/Province
"ZIP/Postal Code","Code postal"
Note: Clear cache (php bin/magento cache:clean) and check your changes.
its not working
– divya sekar
Jun 29 at 6:19
@divyasekar your language code is what?
– Rakesh Donga
Jun 29 at 6:20
i need to change template file
– divya sekar
Jun 29 at 6:23
language code is en_GB
– divya sekar
Jun 29 at 6:24
i have not idea about template file but it is easy and good way to translate text i have update also which file you will to change
– Rakesh Donga
Jun 29 at 6:37
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f280157%2fhow-to-change-the-text-in-checkout-cart-page-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open Below File
app/design/frontend/Vendorname/themename/i18n/en_GB.csv
Country,Pays
State/Province,État/Province
"ZIP/Postal Code","Code postal"
Note: Clear cache (php bin/magento cache:clean) and check your changes.
its not working
– divya sekar
Jun 29 at 6:19
@divyasekar your language code is what?
– Rakesh Donga
Jun 29 at 6:20
i need to change template file
– divya sekar
Jun 29 at 6:23
language code is en_GB
– divya sekar
Jun 29 at 6:24
i have not idea about template file but it is easy and good way to translate text i have update also which file you will to change
– Rakesh Donga
Jun 29 at 6:37
add a comment |
Open Below File
app/design/frontend/Vendorname/themename/i18n/en_GB.csv
Country,Pays
State/Province,État/Province
"ZIP/Postal Code","Code postal"
Note: Clear cache (php bin/magento cache:clean) and check your changes.
its not working
– divya sekar
Jun 29 at 6:19
@divyasekar your language code is what?
– Rakesh Donga
Jun 29 at 6:20
i need to change template file
– divya sekar
Jun 29 at 6:23
language code is en_GB
– divya sekar
Jun 29 at 6:24
i have not idea about template file but it is easy and good way to translate text i have update also which file you will to change
– Rakesh Donga
Jun 29 at 6:37
add a comment |
Open Below File
app/design/frontend/Vendorname/themename/i18n/en_GB.csv
Country,Pays
State/Province,État/Province
"ZIP/Postal Code","Code postal"
Note: Clear cache (php bin/magento cache:clean) and check your changes.
Open Below File
app/design/frontend/Vendorname/themename/i18n/en_GB.csv
Country,Pays
State/Province,État/Province
"ZIP/Postal Code","Code postal"
Note: Clear cache (php bin/magento cache:clean) and check your changes.
edited Jun 29 at 12:04
answered Jun 29 at 6:16
Rakesh DongaRakesh Donga
3,0536 silver badges22 bronze badges
3,0536 silver badges22 bronze badges
its not working
– divya sekar
Jun 29 at 6:19
@divyasekar your language code is what?
– Rakesh Donga
Jun 29 at 6:20
i need to change template file
– divya sekar
Jun 29 at 6:23
language code is en_GB
– divya sekar
Jun 29 at 6:24
i have not idea about template file but it is easy and good way to translate text i have update also which file you will to change
– Rakesh Donga
Jun 29 at 6:37
add a comment |
its not working
– divya sekar
Jun 29 at 6:19
@divyasekar your language code is what?
– Rakesh Donga
Jun 29 at 6:20
i need to change template file
– divya sekar
Jun 29 at 6:23
language code is en_GB
– divya sekar
Jun 29 at 6:24
i have not idea about template file but it is easy and good way to translate text i have update also which file you will to change
– Rakesh Donga
Jun 29 at 6:37
its not working
– divya sekar
Jun 29 at 6:19
its not working
– divya sekar
Jun 29 at 6:19
@divyasekar your language code is what?
– Rakesh Donga
Jun 29 at 6:20
@divyasekar your language code is what?
– Rakesh Donga
Jun 29 at 6:20
i need to change template file
– divya sekar
Jun 29 at 6:23
i need to change template file
– divya sekar
Jun 29 at 6:23
language code is en_GB
– divya sekar
Jun 29 at 6:24
language code is en_GB
– divya sekar
Jun 29 at 6:24
i have not idea about template file but it is easy and good way to translate text i have update also which file you will to change
– Rakesh Donga
Jun 29 at 6:37
i have not idea about template file but it is easy and good way to translate text i have update also which file you will to change
– Rakesh Donga
Jun 29 at 6:37
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f280157%2fhow-to-change-the-text-in-checkout-cart-page-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown