How to change Text of qty TO quantity in minicart Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How to override .phtml files in Magento 2magento2 admin panel product edit page Quantity text field is disabled for bundle productMagento 2, minicart, change “Go to Checkout” text to “Checkout” onlyChange MSRP text in Magento 2How to add Qty Field on Product Listings Page in Magento 2How to add Qty Field on Home Page in Magento 2Remove Qty Box from mini cart and the page of checkout pageMagento 2 how to get product name and qty in mini cartMagento 2 how to do minicart ajax updateMagento 2: How to disable Quantity Box for specific product from checkout cart and minicartWant to overwrite minicart/item/default.html file for minicart?
Can a Knight grant Knighthood to another?
Who's this lady in the war room?
Converting a text document with special format to Pandas DataFrame
What is the evidence that custom checks in Northern Ireland are going to result in violence?
Are Flameskulls resistant to magical piercing damage?
What kind of capacitor is this in the image?
Trying to enter the Fox's den
When speaking, how do you change your mind mid-sentence?
What is the ongoing value of the Kanban board to the developers as opposed to management
Marquee sign letters
Married in secret, can marital status in passport be changed at a later date?
Has a Nobel Peace laureate ever been accused of war crimes?
Who can become a wight?
Does GDPR cover the collection of data by websites that crawl the web and resell user data
Pointing to problems without suggesting solutions
Like totally amazing interchangeable sister outfit accessory swapping or whatever
Lights are flickering on and off after accidentally bumping into light switch
A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?
Can gravitational waves pass through a black hole?
How to get a single big right brace?
Why "Go Out and Learn"
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Does Prince Arnaud cause someone holding the Princess to lose?
Why do C and C++ allow the expression (int) + 4*5?
How to change Text of qty TO quantity in minicart
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to override .phtml files in Magento 2magento2 admin panel product edit page Quantity text field is disabled for bundle productMagento 2, minicart, change “Go to Checkout” text to “Checkout” onlyChange MSRP text in Magento 2How to add Qty Field on Product Listings Page in Magento 2How to add Qty Field on Home Page in Magento 2Remove Qty Box from mini cart and the page of checkout pageMagento 2 how to get product name and qty in mini cartMagento 2 how to do minicart ajax updateMagento 2: How to disable Quantity Box for specific product from checkout cart and minicartWant to overwrite minicart/item/default.html file for minicart?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Hello I want to override magento 2 Mini cart UIComponent's Text from qty to Quantity please tell How to do so
Thanks,
magento2 uicomponent
add a comment |
Hello I want to override magento 2 Mini cart UIComponent's Text from qty to Quantity please tell How to do so
Thanks,
magento2 uicomponent
magento2/vendor/magento/module-checkout/view/frontend/templates/cart/item/default.phtml >> you can override this phtml in your theme and change lable of QTY to quantity.
– Dhaval Solanki
Nov 30 '18 at 6:32
overriding meaning creating layout / *.xml ? correct
– Adarsh Shukla
Nov 30 '18 at 6:34
Actually you can copy this file from /vendor.... to your theme directory with same directory structure so file will be executed from your theme.
– Dhaval Solanki
Nov 30 '18 at 6:38
fro overriding phtml this post will help you magento.stackexchange.com/questions/116389/…
– Dhaval Solanki
Nov 30 '18 at 6:38
ok i will try if any needed i will coment thanks for your quick reply :)
– Adarsh Shukla
Nov 30 '18 at 6:44
add a comment |
Hello I want to override magento 2 Mini cart UIComponent's Text from qty to Quantity please tell How to do so
Thanks,
magento2 uicomponent
Hello I want to override magento 2 Mini cart UIComponent's Text from qty to Quantity please tell How to do so
Thanks,
magento2 uicomponent
magento2 uicomponent
asked Nov 30 '18 at 6:29
Adarsh ShuklaAdarsh Shukla
18013
18013
magento2/vendor/magento/module-checkout/view/frontend/templates/cart/item/default.phtml >> you can override this phtml in your theme and change lable of QTY to quantity.
– Dhaval Solanki
Nov 30 '18 at 6:32
overriding meaning creating layout / *.xml ? correct
– Adarsh Shukla
Nov 30 '18 at 6:34
Actually you can copy this file from /vendor.... to your theme directory with same directory structure so file will be executed from your theme.
– Dhaval Solanki
Nov 30 '18 at 6:38
fro overriding phtml this post will help you magento.stackexchange.com/questions/116389/…
– Dhaval Solanki
Nov 30 '18 at 6:38
ok i will try if any needed i will coment thanks for your quick reply :)
– Adarsh Shukla
Nov 30 '18 at 6:44
add a comment |
magento2/vendor/magento/module-checkout/view/frontend/templates/cart/item/default.phtml >> you can override this phtml in your theme and change lable of QTY to quantity.
– Dhaval Solanki
Nov 30 '18 at 6:32
overriding meaning creating layout / *.xml ? correct
– Adarsh Shukla
Nov 30 '18 at 6:34
Actually you can copy this file from /vendor.... to your theme directory with same directory structure so file will be executed from your theme.
– Dhaval Solanki
Nov 30 '18 at 6:38
fro overriding phtml this post will help you magento.stackexchange.com/questions/116389/…
– Dhaval Solanki
Nov 30 '18 at 6:38
ok i will try if any needed i will coment thanks for your quick reply :)
– Adarsh Shukla
Nov 30 '18 at 6:44
magento2/vendor/magento/module-checkout/view/frontend/templates/cart/item/default.phtml >> you can override this phtml in your theme and change lable of QTY to quantity.
– Dhaval Solanki
Nov 30 '18 at 6:32
magento2/vendor/magento/module-checkout/view/frontend/templates/cart/item/default.phtml >> you can override this phtml in your theme and change lable of QTY to quantity.
– Dhaval Solanki
Nov 30 '18 at 6:32
overriding meaning creating layout / *.xml ? correct
– Adarsh Shukla
Nov 30 '18 at 6:34
overriding meaning creating layout / *.xml ? correct
– Adarsh Shukla
Nov 30 '18 at 6:34
Actually you can copy this file from /vendor.... to your theme directory with same directory structure so file will be executed from your theme.
– Dhaval Solanki
Nov 30 '18 at 6:38
Actually you can copy this file from /vendor.... to your theme directory with same directory structure so file will be executed from your theme.
– Dhaval Solanki
Nov 30 '18 at 6:38
fro overriding phtml this post will help you magento.stackexchange.com/questions/116389/…
– Dhaval Solanki
Nov 30 '18 at 6:38
fro overriding phtml this post will help you magento.stackexchange.com/questions/116389/…
– Dhaval Solanki
Nov 30 '18 at 6:38
ok i will try if any needed i will coment thanks for your quick reply :)
– Adarsh Shukla
Nov 30 '18 at 6:44
ok i will try if any needed i will coment thanks for your quick reply :)
– Adarsh Shukla
Nov 30 '18 at 6:44
add a comment |
2 Answers
2
active
oldest
votes
Assume, you are using a custom theme Vendor_YourTheme
Please copy
YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/web/template/minicart/item/default.html
Paste into your custom theme.
YOUR-MAGENTO-ROOT/app/design/frontend/Vendor/YourTheme/Magento_Checkout/web/template/minicart/item/default.html
Now replace label "Qty" with "Quantity" as follows:
<label class="label" data-bind="i18n: 'Quantity', attr:
for: 'cart-item-'+item_id+'-qty'">
</label>
Please empty your pub/static/frontend/ folder by running below command and flush Magento cache.
sudo rm -rf pub/static/frontend/*
sudo php bin/magento cache:flush
Note: To display mini-cart "quantity" label properly, you may need to adjust some css class.
if i want do do it in code folder? not in design
– Adarsh Shukla
Nov 30 '18 at 7:11
@AdarshShukla It is more simple and straightforward to do this customisation in template instead code folder .if you want to do it in a code folder then you may need to overwrite KO template html file for the JS component "item.renderer". You can see the xml file ( YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/layout/checkout_cart_sidebar_item_renderers.xml ) where "default.html" template assigned to mini-cart "item.renderer" component.
– Pritam Info 24
Nov 30 '18 at 8:26
add a comment |
Go to
System > Configuration > Advanced > Developer > Translate Inline
Select Enable for Storefront
to Yes
.
No go to frontend and you will see selectable items for every block that can be translated. Select Cart icon, click on the book icon. Then change the text, and save.
Note - In case translate items are not reflected you can fush cachen and run deployment command
and retry
Another way of doing can be(I have not tried)
Simple override Checkout module like Magento_Checkout
in your custom theme folder, and copy/paste folder i18n
, and there write text like -
"Qty","Quantity"
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%2f251907%2fhow-to-change-text-of-qty-to-quantity-in-minicart%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Assume, you are using a custom theme Vendor_YourTheme
Please copy
YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/web/template/minicart/item/default.html
Paste into your custom theme.
YOUR-MAGENTO-ROOT/app/design/frontend/Vendor/YourTheme/Magento_Checkout/web/template/minicart/item/default.html
Now replace label "Qty" with "Quantity" as follows:
<label class="label" data-bind="i18n: 'Quantity', attr:
for: 'cart-item-'+item_id+'-qty'">
</label>
Please empty your pub/static/frontend/ folder by running below command and flush Magento cache.
sudo rm -rf pub/static/frontend/*
sudo php bin/magento cache:flush
Note: To display mini-cart "quantity" label properly, you may need to adjust some css class.
if i want do do it in code folder? not in design
– Adarsh Shukla
Nov 30 '18 at 7:11
@AdarshShukla It is more simple and straightforward to do this customisation in template instead code folder .if you want to do it in a code folder then you may need to overwrite KO template html file for the JS component "item.renderer". You can see the xml file ( YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/layout/checkout_cart_sidebar_item_renderers.xml ) where "default.html" template assigned to mini-cart "item.renderer" component.
– Pritam Info 24
Nov 30 '18 at 8:26
add a comment |
Assume, you are using a custom theme Vendor_YourTheme
Please copy
YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/web/template/minicart/item/default.html
Paste into your custom theme.
YOUR-MAGENTO-ROOT/app/design/frontend/Vendor/YourTheme/Magento_Checkout/web/template/minicart/item/default.html
Now replace label "Qty" with "Quantity" as follows:
<label class="label" data-bind="i18n: 'Quantity', attr:
for: 'cart-item-'+item_id+'-qty'">
</label>
Please empty your pub/static/frontend/ folder by running below command and flush Magento cache.
sudo rm -rf pub/static/frontend/*
sudo php bin/magento cache:flush
Note: To display mini-cart "quantity" label properly, you may need to adjust some css class.
if i want do do it in code folder? not in design
– Adarsh Shukla
Nov 30 '18 at 7:11
@AdarshShukla It is more simple and straightforward to do this customisation in template instead code folder .if you want to do it in a code folder then you may need to overwrite KO template html file for the JS component "item.renderer". You can see the xml file ( YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/layout/checkout_cart_sidebar_item_renderers.xml ) where "default.html" template assigned to mini-cart "item.renderer" component.
– Pritam Info 24
Nov 30 '18 at 8:26
add a comment |
Assume, you are using a custom theme Vendor_YourTheme
Please copy
YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/web/template/minicart/item/default.html
Paste into your custom theme.
YOUR-MAGENTO-ROOT/app/design/frontend/Vendor/YourTheme/Magento_Checkout/web/template/minicart/item/default.html
Now replace label "Qty" with "Quantity" as follows:
<label class="label" data-bind="i18n: 'Quantity', attr:
for: 'cart-item-'+item_id+'-qty'">
</label>
Please empty your pub/static/frontend/ folder by running below command and flush Magento cache.
sudo rm -rf pub/static/frontend/*
sudo php bin/magento cache:flush
Note: To display mini-cart "quantity" label properly, you may need to adjust some css class.
Assume, you are using a custom theme Vendor_YourTheme
Please copy
YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/web/template/minicart/item/default.html
Paste into your custom theme.
YOUR-MAGENTO-ROOT/app/design/frontend/Vendor/YourTheme/Magento_Checkout/web/template/minicart/item/default.html
Now replace label "Qty" with "Quantity" as follows:
<label class="label" data-bind="i18n: 'Quantity', attr:
for: 'cart-item-'+item_id+'-qty'">
</label>
Please empty your pub/static/frontend/ folder by running below command and flush Magento cache.
sudo rm -rf pub/static/frontend/*
sudo php bin/magento cache:flush
Note: To display mini-cart "quantity" label properly, you may need to adjust some css class.
edited 3 hours ago
magefms
2,8152528
2,8152528
answered Nov 30 '18 at 6:59
Pritam Info 24Pritam Info 24
83217
83217
if i want do do it in code folder? not in design
– Adarsh Shukla
Nov 30 '18 at 7:11
@AdarshShukla It is more simple and straightforward to do this customisation in template instead code folder .if you want to do it in a code folder then you may need to overwrite KO template html file for the JS component "item.renderer". You can see the xml file ( YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/layout/checkout_cart_sidebar_item_renderers.xml ) where "default.html" template assigned to mini-cart "item.renderer" component.
– Pritam Info 24
Nov 30 '18 at 8:26
add a comment |
if i want do do it in code folder? not in design
– Adarsh Shukla
Nov 30 '18 at 7:11
@AdarshShukla It is more simple and straightforward to do this customisation in template instead code folder .if you want to do it in a code folder then you may need to overwrite KO template html file for the JS component "item.renderer". You can see the xml file ( YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/layout/checkout_cart_sidebar_item_renderers.xml ) where "default.html" template assigned to mini-cart "item.renderer" component.
– Pritam Info 24
Nov 30 '18 at 8:26
if i want do do it in code folder? not in design
– Adarsh Shukla
Nov 30 '18 at 7:11
if i want do do it in code folder? not in design
– Adarsh Shukla
Nov 30 '18 at 7:11
@AdarshShukla It is more simple and straightforward to do this customisation in template instead code folder .if you want to do it in a code folder then you may need to overwrite KO template html file for the JS component "item.renderer". You can see the xml file ( YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/layout/checkout_cart_sidebar_item_renderers.xml ) where "default.html" template assigned to mini-cart "item.renderer" component.
– Pritam Info 24
Nov 30 '18 at 8:26
@AdarshShukla It is more simple and straightforward to do this customisation in template instead code folder .if you want to do it in a code folder then you may need to overwrite KO template html file for the JS component "item.renderer". You can see the xml file ( YOUR-MAGENTO-ROOT/vendor/magento/module-checkout/view/frontend/layout/checkout_cart_sidebar_item_renderers.xml ) where "default.html" template assigned to mini-cart "item.renderer" component.
– Pritam Info 24
Nov 30 '18 at 8:26
add a comment |
Go to
System > Configuration > Advanced > Developer > Translate Inline
Select Enable for Storefront
to Yes
.
No go to frontend and you will see selectable items for every block that can be translated. Select Cart icon, click on the book icon. Then change the text, and save.
Note - In case translate items are not reflected you can fush cachen and run deployment command
and retry
Another way of doing can be(I have not tried)
Simple override Checkout module like Magento_Checkout
in your custom theme folder, and copy/paste folder i18n
, and there write text like -
"Qty","Quantity"
add a comment |
Go to
System > Configuration > Advanced > Developer > Translate Inline
Select Enable for Storefront
to Yes
.
No go to frontend and you will see selectable items for every block that can be translated. Select Cart icon, click on the book icon. Then change the text, and save.
Note - In case translate items are not reflected you can fush cachen and run deployment command
and retry
Another way of doing can be(I have not tried)
Simple override Checkout module like Magento_Checkout
in your custom theme folder, and copy/paste folder i18n
, and there write text like -
"Qty","Quantity"
add a comment |
Go to
System > Configuration > Advanced > Developer > Translate Inline
Select Enable for Storefront
to Yes
.
No go to frontend and you will see selectable items for every block that can be translated. Select Cart icon, click on the book icon. Then change the text, and save.
Note - In case translate items are not reflected you can fush cachen and run deployment command
and retry
Another way of doing can be(I have not tried)
Simple override Checkout module like Magento_Checkout
in your custom theme folder, and copy/paste folder i18n
, and there write text like -
"Qty","Quantity"
Go to
System > Configuration > Advanced > Developer > Translate Inline
Select Enable for Storefront
to Yes
.
No go to frontend and you will see selectable items for every block that can be translated. Select Cart icon, click on the book icon. Then change the text, and save.
Note - In case translate items are not reflected you can fush cachen and run deployment command
and retry
Another way of doing can be(I have not tried)
Simple override Checkout module like Magento_Checkout
in your custom theme folder, and copy/paste folder i18n
, and there write text like -
"Qty","Quantity"
answered Nov 30 '18 at 7:15
LAWLAW
979517
979517
add a comment |
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%2f251907%2fhow-to-change-text-of-qty-to-quantity-in-minicart%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
magento2/vendor/magento/module-checkout/view/frontend/templates/cart/item/default.phtml >> you can override this phtml in your theme and change lable of QTY to quantity.
– Dhaval Solanki
Nov 30 '18 at 6:32
overriding meaning creating layout / *.xml ? correct
– Adarsh Shukla
Nov 30 '18 at 6:34
Actually you can copy this file from /vendor.... to your theme directory with same directory structure so file will be executed from your theme.
– Dhaval Solanki
Nov 30 '18 at 6:38
fro overriding phtml this post will help you magento.stackexchange.com/questions/116389/…
– Dhaval Solanki
Nov 30 '18 at 6:38
ok i will try if any needed i will coment thanks for your quick reply :)
– Adarsh Shukla
Nov 30 '18 at 6:44