How to create autocomplete for city field(checkout form) Magento2?How to add city (not state!) in magento?How to make address fields not required in checkout?Magento 2 checkout input field validation possibilityMagento2 - How to trigger onchange event on Country/region in Shipping AddressHow to apply custom validation in Magento 2 checkout Shipping Address form?Magento2 Dependent select fields filteringHow to change field order in checkout and change label namesMagento 2: Add form fields to checkout form and attach JavaScriptCan we add cities list without module in magento 2.xMagento 2.2 - How to Create a custom dynamic checkout form
Right indicator flash-frequency has increased and rear-right bulb is out
How do I become a better writer when I hate reading?
Does anyone recognize these rockets, and their location?
How can this shape perfectly cover a cube?
High-end PC graphics circa 1990?
What does a/.b[c][[1]] mean?
How did space travel spread through the galaxy?
Why should the equality of mixed partials be "intuitively obvious"?
what is "dot" sign in the •NO?
How would Japanese people react to someone refusing to say “itadakimasu” for religious reasons?
Will users know a CardView is clickable?
What could be the physiological mechanism for a biological Geiger counter?
Can you cover a cube with copies of this shape?
Is there a risk to write an invitation letter for a stranger to obtain a Czech (Schengen) visa?
What is the precise meaning of "подсел на мак"?
How "fast" does astronomical events happen?
How to search for Android apps without ads?
SQL Server has encountered occurences of I/O requests taking longer than 15 seconds
How Linux command "mount -a" works
Should I email my professor to clear up a (possibly very irrelevant) awkward misunderstanding?
Converting 3x7 to a 1x7. Is it possible with only existing parts?
Explicit direct #include vs. Non-contractual transitive #include
First occurrence in the Sixers sequence
On George Box, Galit Shmueli and the scientific method?
How to create autocomplete for city field(checkout form) Magento2?
How to add city (not state!) in magento?How to make address fields not required in checkout?Magento 2 checkout input field validation possibilityMagento2 - How to trigger onchange event on Country/region in Shipping AddressHow to apply custom validation in Magento 2 checkout Shipping Address form?Magento2 Dependent select fields filteringHow to change field order in checkout and change label namesMagento 2: Add form fields to checkout form and attach JavaScriptCan we add cities list without module in magento 2.xMagento 2.2 - How to Create a custom dynamic checkout form
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Please help me - How to create autocomplete for city field(checkout form) Magento2?
How to catch click event on "city" field by knockout.js?
thanks.
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
I want to take country id from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
magento2 checkout shipping-address
add a comment |
Please help me - How to create autocomplete for city field(checkout form) Magento2?
How to catch click event on "city" field by knockout.js?
thanks.
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
I want to take country id from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
magento2 checkout shipping-address
give more information, what you exactly want.
– Sohel Rana
Jun 25 '16 at 10:32
add a comment |
Please help me - How to create autocomplete for city field(checkout form) Magento2?
How to catch click event on "city" field by knockout.js?
thanks.
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
I want to take country id from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
magento2 checkout shipping-address
Please help me - How to create autocomplete for city field(checkout form) Magento2?
How to catch click event on "city" field by knockout.js?
thanks.
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
I want to take country id from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
magento2 checkout shipping-address
magento2 checkout shipping-address
edited Sep 28 '18 at 7:32
St3phan
2,0501238
2,0501238
asked Jun 25 '16 at 10:20
flyfly
62
62
give more information, what you exactly want.
– Sohel Rana
Jun 25 '16 at 10:32
add a comment |
give more information, what you exactly want.
– Sohel Rana
Jun 25 '16 at 10:32
give more information, what you exactly want.
– Sohel Rana
Jun 25 '16 at 10:32
give more information, what you exactly want.
– Sohel Rana
Jun 25 '16 at 10:32
add a comment |
1 Answer
1
active
oldest
votes
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
- I want to take country 'id' from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
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%2f122793%2fhow-to-create-autocomplete-for-city-fieldcheckout-form-magento2%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
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
- I want to take country 'id' from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
add a comment |
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
- I want to take country 'id' from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
add a comment |
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
- I want to take country 'id' from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
There are two fields - country and city in checkout form. I want to implement my custom jQuery code:
- I want to take country 'id' from the field of the checkout form and sent it to my server than get response from the server with list of related cities and put them to city field of the checkout form with autocomplete functionality.
The main problem - where is the place where I can put my custom jQuery code in order to get the country id because the checkout form is loaded after the checkout page has loaded.
edited Sep 28 '18 at 7:26
Teja Bhagavan Kollepara
2,93942051
2,93942051
answered Jun 27 '16 at 6:47
flyfly
62
62
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%2f122793%2fhow-to-create-autocomplete-for-city-fieldcheckout-form-magento2%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
give more information, what you exactly want.
– Sohel Rana
Jun 25 '16 at 10:32