How do I add a custom message on magento's checkout page(right below the Country selector) based on the country that user selects to ship the product?Magento 2: Hide other shipping methods when free shipping is availableMagento2 - Default shippingShipping method that changes shipping address magentoMagento 2: How to Show method if not applicable Country Wise?Magento Free Shipping settings for specific customer groupsHow to define shipping rule?Fedex India Shipping Mehod for India is not working in Magento 2Magento 2 checkout page how to get country_id from selected shipping addresses?Magento Fedex shipping methods displaying “Sorry, no quotes are available for this order at this time”Magento2 - Add Custom fields block after shipping method
How to denote matrix elements succinctly?
Two field separators (colon and space) in awk
Dynamic SOQL query relationship with field visibility for Users
Was there a shared-world project before "Thieves World"?
Why do games have consumables?
Critique of timeline aesthetic
'It addicted me, with one taste.' Can 'addict' be used transitively?
bldc motor, esc and battery draw, nominal vs peak
What is the optimal strategy for the Dictionary Game?
How can I practically buy stocks?
What does the integral of a function times a function of a random variable represent, conceptually?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
How exactly does Hawking radiation decrease the mass of black holes?
How much cash can I safely carry into the USA and avoid civil forfeiture?
How do I reattach a shelf to the wall when it ripped out of the wall?
Why boldmath fails in a tikz node?
How did Captain America manage to do this?
If a planet has 3 moons, is it possible to have triple Full/New Moons at once?
Rivers without rain
How to limit Drive Letters Windows assigns to new removable USB drives
Why must Chinese maps be obfuscated?
Why does Mind Blank stop the Feeblemind spell?
Pulling the rope with one hand is as heavy as with two hands?
Which big number is bigger?
How do I add a custom message on magento's checkout page(right below the Country selector) based on the country that user selects to ship the product?
Magento 2: Hide other shipping methods when free shipping is availableMagento2 - Default shippingShipping method that changes shipping address magentoMagento 2: How to Show method if not applicable Country Wise?Magento Free Shipping settings for specific customer groupsHow to define shipping rule?Fedex India Shipping Mehod for India is not working in Magento 2Magento 2 checkout page how to get country_id from selected shipping addresses?Magento Fedex shipping methods displaying “Sorry, no quotes are available for this order at this time”Magento2 - Add Custom fields block after shipping method
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
For example: If a user wants to ship to India, I want to show a small message below the country selector and before the shipping method saying that "custom duties and taxes has to be paid by customer". And for any other country "shipping is free".
magento2 php javascript requirejs
add a comment |
For example: If a user wants to ship to India, I want to show a small message below the country selector and before the shipping method saying that "custom duties and taxes has to be paid by customer". And for any other country "shipping is free".
magento2 php javascript requirejs
are you using one page checkout?
– P_U
Jul 10 '18 at 10:50
@PareshaU Yes. I checked the Onepage.phtml file after enabling path-hints from the admin panel but could not understand how to make changes.
– Avishek Ghosh
Jul 10 '18 at 11:43
add a comment |
For example: If a user wants to ship to India, I want to show a small message below the country selector and before the shipping method saying that "custom duties and taxes has to be paid by customer". And for any other country "shipping is free".
magento2 php javascript requirejs
For example: If a user wants to ship to India, I want to show a small message below the country selector and before the shipping method saying that "custom duties and taxes has to be paid by customer". And for any other country "shipping is free".
magento2 php javascript requirejs
magento2 php javascript requirejs
asked Jul 10 '18 at 10:17
Avishek GhoshAvishek Ghosh
11
11
are you using one page checkout?
– P_U
Jul 10 '18 at 10:50
@PareshaU Yes. I checked the Onepage.phtml file after enabling path-hints from the admin panel but could not understand how to make changes.
– Avishek Ghosh
Jul 10 '18 at 11:43
add a comment |
are you using one page checkout?
– P_U
Jul 10 '18 at 10:50
@PareshaU Yes. I checked the Onepage.phtml file after enabling path-hints from the admin panel but could not understand how to make changes.
– Avishek Ghosh
Jul 10 '18 at 11:43
are you using one page checkout?
– P_U
Jul 10 '18 at 10:50
are you using one page checkout?
– P_U
Jul 10 '18 at 10:50
@PareshaU Yes. I checked the Onepage.phtml file after enabling path-hints from the admin panel but could not understand how to make changes.
– Avishek Ghosh
Jul 10 '18 at 11:43
@PareshaU Yes. I checked the Onepage.phtml file after enabling path-hints from the admin panel but could not understand how to make changes.
– Avishek Ghosh
Jul 10 '18 at 11:43
add a comment |
2 Answers
2
active
oldest
votes
I solved this problem.
Override -> module-checkout/view/frontend/web/js/model/shipping-rates-validator.js
Copy paste the file into Magento_Checkout/web/js/model/ into your theme folder.
Add your changes in 'postcodeValidation' function.
Now every time you make any changes in the address attribute selectors, this function is called.
add a comment |
Avishek, if you want to let any shopper outside of your domestic country know they are responsible for duties and taxes, there is an app on the Magento App store, Zonos Hello. It will also estimate the duty and tax amount on the item pages. It is a free app. (You can also configure it to run in your checkout)
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%2f232997%2fhow-do-i-add-a-custom-message-on-magentos-checkout-pageright-below-the-country%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
I solved this problem.
Override -> module-checkout/view/frontend/web/js/model/shipping-rates-validator.js
Copy paste the file into Magento_Checkout/web/js/model/ into your theme folder.
Add your changes in 'postcodeValidation' function.
Now every time you make any changes in the address attribute selectors, this function is called.
add a comment |
I solved this problem.
Override -> module-checkout/view/frontend/web/js/model/shipping-rates-validator.js
Copy paste the file into Magento_Checkout/web/js/model/ into your theme folder.
Add your changes in 'postcodeValidation' function.
Now every time you make any changes in the address attribute selectors, this function is called.
add a comment |
I solved this problem.
Override -> module-checkout/view/frontend/web/js/model/shipping-rates-validator.js
Copy paste the file into Magento_Checkout/web/js/model/ into your theme folder.
Add your changes in 'postcodeValidation' function.
Now every time you make any changes in the address attribute selectors, this function is called.
I solved this problem.
Override -> module-checkout/view/frontend/web/js/model/shipping-rates-validator.js
Copy paste the file into Magento_Checkout/web/js/model/ into your theme folder.
Add your changes in 'postcodeValidation' function.
Now every time you make any changes in the address attribute selectors, this function is called.
edited Jul 13 '18 at 8:23
Rama Chandran M
2,74181530
2,74181530
answered Jul 13 '18 at 7:28
Avishek GhoshAvishek Ghosh
11
11
add a comment |
add a comment |
Avishek, if you want to let any shopper outside of your domestic country know they are responsible for duties and taxes, there is an app on the Magento App store, Zonos Hello. It will also estimate the duty and tax amount on the item pages. It is a free app. (You can also configure it to run in your checkout)
add a comment |
Avishek, if you want to let any shopper outside of your domestic country know they are responsible for duties and taxes, there is an app on the Magento App store, Zonos Hello. It will also estimate the duty and tax amount on the item pages. It is a free app. (You can also configure it to run in your checkout)
add a comment |
Avishek, if you want to let any shopper outside of your domestic country know they are responsible for duties and taxes, there is an app on the Magento App store, Zonos Hello. It will also estimate the duty and tax amount on the item pages. It is a free app. (You can also configure it to run in your checkout)
Avishek, if you want to let any shopper outside of your domestic country know they are responsible for duties and taxes, there is an app on the Magento App store, Zonos Hello. It will also estimate the duty and tax amount on the item pages. It is a free app. (You can also configure it to run in your checkout)
answered 7 hours ago
Clint ReidClint Reid
11
11
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%2f232997%2fhow-do-i-add-a-custom-message-on-magentos-checkout-pageright-below-the-country%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
are you using one page checkout?
– P_U
Jul 10 '18 at 10:50
@PareshaU Yes. I checked the Onepage.phtml file after enabling path-hints from the admin panel but could not understand how to make changes.
– Avishek Ghosh
Jul 10 '18 at 11:43