What is the correct way to show a Currency Symbol or Text across all prices shown in the store, cart and checkout?
Group Integers by Originality
How can I make some of my chapters "come to life"?
1980s live-action movie where individually-coloured nations on clouds fight
Is an entry level DSLR going to shoot nice portrait pictures?
Non-disclosure agreement in a small business
What is the actual quality of machine translations?
Implement Own Vector Class in C++
Cascading Switches. Will it affect performance?
Determining the price of an option when it hasn't been traded recently
Extreme flexible working hours: how to control people and activities?
What makes Ada the language of choice for the ISS's safety-critical systems?
Why can my keyboard only digest 6 keypresses at a time?
How to hide an urban landmark?
Does Disney no longer produce hand-drawn cartoon films?
How to manually rewind film?
Is it possible to have a wealthy country without a middle class?
With Ubuntu 18.04, how can I have a hot corner that locks the computer?
Which languages would be most useful in Europe at the end of the 19th century?
Does the Long March-11 increase its thrust after clearing the launch tower?
Giant Steps - Coltrane and Slonimsky
What to do when surprise and a high initiative roll conflict with the narrative?
Is using haveibeenpwned to validate password strength rational?
Alternate way of computing the probability of being dealt a 13 card hand with 3 kings given that you have been dealt 2 kings
Generate basis elements of the Steenrod algebra
What is the correct way to show a Currency Symbol or Text across all prices shown in the store, cart and checkout?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Show a Currency Symbol or Text across all prices
For example to show NZD after each $XXX.YY so it would display as
$XXX.YY NZD
This is to be shown on Product pages, cart, checkout.
Is there a single setting for this, or do we have to tediously make a bunch of plugin interceptors and template edits (I have done just that in the past)?
I feel that this sort of thing should just be a built in feature of Magento 2 and I want to avoid re-inventing the wheel if there is a correct way to do this.
Magento 2.3+
Kind regards,
Liam
magento2 shopping-cart store-view checkout-page currency-symbol
add a comment |
Show a Currency Symbol or Text across all prices
For example to show NZD after each $XXX.YY so it would display as
$XXX.YY NZD
This is to be shown on Product pages, cart, checkout.
Is there a single setting for this, or do we have to tediously make a bunch of plugin interceptors and template edits (I have done just that in the past)?
I feel that this sort of thing should just be a built in feature of Magento 2 and I want to avoid re-inventing the wheel if there is a correct way to do this.
Magento 2.3+
Kind regards,
Liam
magento2 shopping-cart store-view checkout-page currency-symbol
Do you want to change the currency symbol across whole website?
– Sukumar Gorai
May 31 at 7:47
Yes, currency is already NZD but the bank wants to see " NZD" symbol after the prices as part of their requirements checklist to use their API for some reason.
– Liam Mitchell
Jun 1 at 3:14
add a comment |
Show a Currency Symbol or Text across all prices
For example to show NZD after each $XXX.YY so it would display as
$XXX.YY NZD
This is to be shown on Product pages, cart, checkout.
Is there a single setting for this, or do we have to tediously make a bunch of plugin interceptors and template edits (I have done just that in the past)?
I feel that this sort of thing should just be a built in feature of Magento 2 and I want to avoid re-inventing the wheel if there is a correct way to do this.
Magento 2.3+
Kind regards,
Liam
magento2 shopping-cart store-view checkout-page currency-symbol
Show a Currency Symbol or Text across all prices
For example to show NZD after each $XXX.YY so it would display as
$XXX.YY NZD
This is to be shown on Product pages, cart, checkout.
Is there a single setting for this, or do we have to tediously make a bunch of plugin interceptors and template edits (I have done just that in the past)?
I feel that this sort of thing should just be a built in feature of Magento 2 and I want to avoid re-inventing the wheel if there is a correct way to do this.
Magento 2.3+
Kind regards,
Liam
magento2 shopping-cart store-view checkout-page currency-symbol
magento2 shopping-cart store-view checkout-page currency-symbol
edited May 31 at 6:56
Savan Patel
632318
632318
asked May 31 at 6:40
Liam MitchellLiam Mitchell
1188
1188
Do you want to change the currency symbol across whole website?
– Sukumar Gorai
May 31 at 7:47
Yes, currency is already NZD but the bank wants to see " NZD" symbol after the prices as part of their requirements checklist to use their API for some reason.
– Liam Mitchell
Jun 1 at 3:14
add a comment |
Do you want to change the currency symbol across whole website?
– Sukumar Gorai
May 31 at 7:47
Yes, currency is already NZD but the bank wants to see " NZD" symbol after the prices as part of their requirements checklist to use their API for some reason.
– Liam Mitchell
Jun 1 at 3:14
Do you want to change the currency symbol across whole website?
– Sukumar Gorai
May 31 at 7:47
Do you want to change the currency symbol across whole website?
– Sukumar Gorai
May 31 at 7:47
Yes, currency is already NZD but the bank wants to see " NZD" symbol after the prices as part of their requirements checklist to use their API for some reason.
– Liam Mitchell
Jun 1 at 3:14
Yes, currency is already NZD but the bank wants to see " NZD" symbol after the prices as part of their requirements checklist to use their API for some reason.
– Liam Mitchell
Jun 1 at 3:14
add a comment |
0
active
oldest
votes
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%2f276814%2fwhat-is-the-correct-way-to-show-a-currency-symbol-or-text-across-all-prices-show%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f276814%2fwhat-is-the-correct-way-to-show-a-currency-symbol-or-text-across-all-prices-show%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
Do you want to change the currency symbol across whole website?
– Sukumar Gorai
May 31 at 7:47
Yes, currency is already NZD but the bank wants to see " NZD" symbol after the prices as part of their requirements checklist to use their API for some reason.
– Liam Mitchell
Jun 1 at 3:14