Magento 2.3.1 Change city in checkout process from text to dropdownHow to change City field to a dropdown in Checkout step Magento 2Can't upgrade from 2.0.7 to 2.1.0 - Package magento could not be found in any versionHow to install module-sample-scss in Magento 2Updating from 2.1.3 to 2.1.4 on magentoRequire specific Magento 2 Github commit with composerHow to install a specific Magento 2 version with Composer?module-shared-catalog cant installCould not install B2B extension for magento 2.2.0-EEMagento 2 InvalidArgumentException Could not find a matching version of packageMagento 2 : Composer runs out of memoryMagento 2.3.1 Composer Fatal error installing anything

Is it damaging to turn off a small fridge for two days every week?

Unusual mail headers, evidence of an attempted attack. Have I been pwned?

Impossible darts scores

Find the diameter of a word graph

Hand soldering SMD 1206 components

What's currently blocking the construction of the wall between Mexico and the US?

Why doesn't a marching band have strings?

How do I turn off a repeating trade?

How to get cool night-vision without lame drawbacks?

Why did pressing the joystick button spit out keypresses?

What is the better way to use Optional in conditions?

If you snatch, I trade

Why do all the teams that I have worked with always finish a sprint without completion of all the stories?

Swapping rooks in a 4x4 board

Suggested order for Amazon Prime Doctor Who series

Can White Castle?

C-152 carb heat on before landing in hot weather?

Why do some professors with PhDs leave their professorships to teach high school?

Fedora boot screen shows both Fedora logo and Lenovo logo. Why and How?

Can ADFS connect to other SSO services?

Archery in modern conflicts

How does a blind passenger not die, if driver becomes unconscious

How are the Zhentarim and Black Fist related?

Accidentals and ties



Magento 2.3.1 Change city in checkout process from text to dropdown


How to change City field to a dropdown in Checkout step Magento 2Can't upgrade from 2.0.7 to 2.1.0 - Package magento could not be found in any versionHow to install module-sample-scss in Magento 2Updating from 2.1.3 to 2.1.4 on magentoRequire specific Magento 2 Github commit with composerHow to install a specific Magento 2 version with Composer?module-shared-catalog cant installCould not install B2B extension for magento 2.2.0-EEMagento 2 InvalidArgumentException Could not find a matching version of packageMagento 2 : Composer runs out of memoryMagento 2.3.1 Composer Fatal error installing anything






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I want to install this module to change city field in checkout process from text to dropdown using composer base on https://magento.stackexchange.com/a/248984/81017.



I have tried to:



  1. composer require eadesgin/magento2-city-dropdown:* --no-update

  2. composer update

But unfortunately, composer return




package could not be found in any version






Any help will be appreciated.




Thank you in advance.










share|improve this question







New contributor



Mudita Wijaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    2















    I want to install this module to change city field in checkout process from text to dropdown using composer base on https://magento.stackexchange.com/a/248984/81017.



    I have tried to:



    1. composer require eadesgin/magento2-city-dropdown:* --no-update

    2. composer update

    But unfortunately, composer return




    package could not be found in any version






    Any help will be appreciated.




    Thank you in advance.










    share|improve this question







    New contributor



    Mudita Wijaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      2












      2








      2








      I want to install this module to change city field in checkout process from text to dropdown using composer base on https://magento.stackexchange.com/a/248984/81017.



      I have tried to:



      1. composer require eadesgin/magento2-city-dropdown:* --no-update

      2. composer update

      But unfortunately, composer return




      package could not be found in any version






      Any help will be appreciated.




      Thank you in advance.










      share|improve this question







      New contributor



      Mudita Wijaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I want to install this module to change city field in checkout process from text to dropdown using composer base on https://magento.stackexchange.com/a/248984/81017.



      I have tried to:



      1. composer require eadesgin/magento2-city-dropdown:* --no-update

      2. composer update

      But unfortunately, composer return




      package could not be found in any version






      Any help will be appreciated.




      Thank you in advance.







      magento2 checkout magento2.3.1






      share|improve this question







      New contributor



      Mudita Wijaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      Mudita Wijaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      Mudita Wijaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked Jun 14 at 9:52









      Mudita WijayaMudita Wijaya

      204 bronze badges




      204 bronze badges




      New contributor



      Mudita Wijaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Mudita Wijaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          1














          You are trying with the wrong package name.



          https://github.com/EaDesgin/Magento2-City-Dropdown/blob/master/composer.json



          Please try with this.



          composer require eadesignro/romcity --no-update


          This worked for me.






          share|improve this answer

























          • but its only work on Romania country right !

            – Anas Mansuri
            Jun 14 at 11:04











          • i didn't check any country. i have just checked whether composer require is working fine/not.

            – Venugopal Chikkegowda
            Jun 14 at 11:28












          • Thank you @VenugopalChikkegowda it works perfectly!

            – Mudita Wijaya
            Jun 14 at 11:54













          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
          );



          );






          Mudita Wijaya is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278360%2fmagento-2-3-1-change-city-in-checkout-process-from-text-to-dropdown%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









          1














          You are trying with the wrong package name.



          https://github.com/EaDesgin/Magento2-City-Dropdown/blob/master/composer.json



          Please try with this.



          composer require eadesignro/romcity --no-update


          This worked for me.






          share|improve this answer

























          • but its only work on Romania country right !

            – Anas Mansuri
            Jun 14 at 11:04











          • i didn't check any country. i have just checked whether composer require is working fine/not.

            – Venugopal Chikkegowda
            Jun 14 at 11:28












          • Thank you @VenugopalChikkegowda it works perfectly!

            – Mudita Wijaya
            Jun 14 at 11:54















          1














          You are trying with the wrong package name.



          https://github.com/EaDesgin/Magento2-City-Dropdown/blob/master/composer.json



          Please try with this.



          composer require eadesignro/romcity --no-update


          This worked for me.






          share|improve this answer

























          • but its only work on Romania country right !

            – Anas Mansuri
            Jun 14 at 11:04











          • i didn't check any country. i have just checked whether composer require is working fine/not.

            – Venugopal Chikkegowda
            Jun 14 at 11:28












          • Thank you @VenugopalChikkegowda it works perfectly!

            – Mudita Wijaya
            Jun 14 at 11:54













          1












          1








          1







          You are trying with the wrong package name.



          https://github.com/EaDesgin/Magento2-City-Dropdown/blob/master/composer.json



          Please try with this.



          composer require eadesignro/romcity --no-update


          This worked for me.






          share|improve this answer















          You are trying with the wrong package name.



          https://github.com/EaDesgin/Magento2-City-Dropdown/blob/master/composer.json



          Please try with this.



          composer require eadesignro/romcity --no-update


          This worked for me.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jun 14 at 12:13









          Mudita Wijaya

          204 bronze badges




          204 bronze badges










          answered Jun 14 at 10:05









          Venugopal ChikkegowdaVenugopal Chikkegowda

          713 bronze badges




          713 bronze badges












          • but its only work on Romania country right !

            – Anas Mansuri
            Jun 14 at 11:04











          • i didn't check any country. i have just checked whether composer require is working fine/not.

            – Venugopal Chikkegowda
            Jun 14 at 11:28












          • Thank you @VenugopalChikkegowda it works perfectly!

            – Mudita Wijaya
            Jun 14 at 11:54

















          • but its only work on Romania country right !

            – Anas Mansuri
            Jun 14 at 11:04











          • i didn't check any country. i have just checked whether composer require is working fine/not.

            – Venugopal Chikkegowda
            Jun 14 at 11:28












          • Thank you @VenugopalChikkegowda it works perfectly!

            – Mudita Wijaya
            Jun 14 at 11:54
















          but its only work on Romania country right !

          – Anas Mansuri
          Jun 14 at 11:04





          but its only work on Romania country right !

          – Anas Mansuri
          Jun 14 at 11:04













          i didn't check any country. i have just checked whether composer require is working fine/not.

          – Venugopal Chikkegowda
          Jun 14 at 11:28






          i didn't check any country. i have just checked whether composer require is working fine/not.

          – Venugopal Chikkegowda
          Jun 14 at 11:28














          Thank you @VenugopalChikkegowda it works perfectly!

          – Mudita Wijaya
          Jun 14 at 11:54





          Thank you @VenugopalChikkegowda it works perfectly!

          – Mudita Wijaya
          Jun 14 at 11:54










          Mudita Wijaya is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Mudita Wijaya is a new contributor. Be nice, and check out our Code of Conduct.












          Mudita Wijaya is a new contributor. Be nice, and check out our Code of Conduct.











          Mudita Wijaya is a new contributor. Be nice, and check out our Code of Conduct.














          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278360%2fmagento-2-3-1-change-city-in-checkout-process-from-text-to-dropdown%23new-answer', 'question_page');

          );

          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







          Popular posts from this blog

          Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

          Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

          Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림