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 did Arya get back her dagger from Sansa?
How do you center multiple equations that have multiple steps?
Is thermodynamics only applicable to systems in equilibrium?
Unexpected email from Yorkshire Bank
Does the Darkness spell dispel the Color Spray and Flaming Sphere spells?
When and why did journal article titles become descriptive, rather than creatively allusive?
What does air vanishing on contact sound like?
Field Length Validation for Desktop Application which has maximum 1000 characters
Has any spacecraft ever had the ability to directly communicate with civilian air traffic control?
Pressure to defend the relevance of one's area of mathematics
Hang 20lb projector screen on Hardieplank
How to back up a running Linode server?
Map one pandas column using two dictionaries
Can a cyclic Amine form an Amide?
Feels like I am getting dragged into office politics
Airbnb - host wants to reduce rooms, can we get refund?
LT Spice Voltage Output
How to creep the reader out with what seems like a normal person?
CRT Oscilloscope - part of the plot is missing
Accidentally deleted the "/usr/share" folder
Disabling Resource Governor in SQL Server
Is it cheaper to drop cargo than to land it?
Why is Thanos so tough at the beginning of "Avengers: Endgame"?
I caught several of my students plagiarizing. Could it be my fault as a teacher?
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 Apr 26 at 13:50
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