Git Product home page Git Product logo

magento2-city-dropdown's People

Contributors

eadesignro avatar florinlavric13 avatar gabriela89 avatar liviabaltatescu avatar mardeleanu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento2-city-dropdown's Issues

Cannot read property 'length' of undefined

Does anyone have this problem?

When I get in the checkout page and change the region for the first time, I get all the cities okay. If I change the region (for example from Bucharest to Cluj) I get that error in my console and there is no update of cities in the dropdown.

Selecting new Region doesn't change city data

In M2.3.5 checkout, when you select a Region/State, it correctly shows the city under that Region/State. But if you change the RS, the city data won't update anymore. It only works on first select.

Region id is not getting inserted into the mysql table

Hi, I am using this extension and when I upload the city file and import cities than the values get inserted but the region id column shows blank. The region id values are not getting inserted. Anyone have faced the same issue?

Country Code in js

In the js you have the country code in the source:
romania = obj.RO,

Try to send the code of the selected country in the purchase, I used this module for Chile and it worked perfectly after this change.

CRITICAL: Notice: Undefined index: dataScopePrefix

Hi

I am getting below error on checkout page

[2019-04-23 07:10:21] report.CRITICAL: Notice: Undefined index: dataScopePrefix in /var/www/html/fatcat/vendor/magento/module-customer-custom-attributes/Block/Checkout/LayoutProcessor.php on line 72 [] []

When editing order info it's throwing an error

1 exception(s):
Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid method Eadesigndev\RomCity\Block\Checkout\CityUpdater::citiesJson

Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid method Eadesigndev\RomCity\Block\Checkout\CityUpdater::citiesJson
#0 /chroot/home/adde9e18/saksooka.com/html/app/code/Eadesigndev/RomCity/view/adminhtml/templates/city-admin.phtml(7): Magento\Framework\DataObject->__call('citiesJson', Array)
#1 /chroot/home/adde9e18/saksooka.com/html/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/chroot/home/ad...')
#2 /chroot/home/adde9e18/saksooka.com/html/vendor/magento/framework/View/Element/Template.php(270):

dont know how to install it, plz help

i have no experiense to install this extantion, but i installed the composer and all i need to know where to put the extantion to start install it via cmd, plz tell me wich directory i need to put the file, ths

Admin city import not working

Hi,

I am trying to import the city from your given example csv file. But import is not working.

I have debug the code and checked that, you are getting value through scope-config of uploaded csv, in that i am not getting any value so other process not working.

So can you please guide me what exactly i have to do.

City field is showing Text

Hi, I have installed your extension and it's not showing city as dropdown on checkout page and still showing as text field. Is there any customisation needed to show dropdown? Please let me know.

Deprecated Functionality: Creation of dynamic property php 8.2

after redirect to the checkout page it's showing this exception

1 exception(s):
Exception #0 (Exception): Deprecated Functionality: Creation of dynamic property Eadesigndev\RomCity\Plugin\Checkout\BillingAddressLayoutProcessor::$result is deprecated in /Users/tirador/Sites/tiradorstores/vendor/eadesignro/romcity/Plugin/Checkout/BillingAddressLayoutProcessor.php on line 15

Exception #0 (Exception): Deprecated Functionality: Creation of dynamic property Eadesigndev\RomCity\Plugin\Checkout\BillingAddressLayoutProcessor::$result is deprecated in /Users/tirador/Sites/tiradorstores/vendor/eadesignro/romcity/Plugin/Checkout/BillingAddressLayoutProcessor.php on line 15

The solution is

Defining the $result property into this class

\Eadesigndev\RomCity\Plugin\Checkout\BillingAddressLayoutProcessor

extension is not working please don't try this

1 exception(s):
Exception #0 (OutOfRangeException): Specified invalid parent id (Eadesigndev_Pdfgenerator::templates)

Exception #0 (OutOfRangeException): Specified invalid parent id (Eadesigndev_Pdfgenerator::templates)
#0 /home/samathg6/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Backend\Model\Menu\Builder->getResult(Object(Magento\Backend\Model\Menu))
#1 /home/samathg6/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Backend\Model\Menu\Builder\Interceptor->___callParent('getResult', Array)
#2 /home/samathg6/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Backend\Model\Menu\Builder\Interceptor->Magento\Framework\Interception{closure}(Object(Magento\Backend\Model\Menu))

City field doesn't have any data

Hi,
I'm using your extension. After I imported city and tried to checkout but there are no data in checkout field. Please notify me if I did the wrong way.
In region list
image
In city list
image
CSV file
image
In checkout page
image

Thanks.

Specified invalid parent id (Eadesigndev_Eacore::eadesign)

Hi there, thank you for this perfect extenssion. this issue 1 exception(s):
Exception #0 (OutOfRangeException): Specified invalid parent id (Eadesigndev_Eacore::eadesign)

Exception #0 (OutOfRangeException): Specified invalid parent id (Eadesigndev_Eacore::eadesign)

Region List exception

I got error after install plugin in magento 2.4.6

Type Error occurred when creating object: Eadesigndev\RomCity\Model\ResourceModel\Collection\Grid\Collection\Interceptor, Eadesigndev\RomCity\Model\ResourceModel\Collection\Grid\Collection\Interceptor::__construct(): Argument #5 ($storeManager)
must be of type Magento\Store\Model\StoreManagerInterface, string given, called in
1
/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 121

Region page does not load magento 2.3.6

I tried to access the region page in the admin section and i got this error

Type Error occurred when creating object: Eadesigndev\RomCity\Model\ResourceModel\Collection\Grid\Collection\Interceptor

Magento 2.3.6

City not showing for other country

Hello ,

this module is working fine for Romania country but for other country it is not working well

Can you please tell me that if i missing something
Thanks

Checkout page error

undefined $citiesData variable in app/code/Eadesigndev/RomCity/Block/Checkout/Cities.php and app/code/Eadesigndev/RomCity/Helper/CitiesJsonRomCity.php

Please make the changes you can see my solution here

Text in XML

Hi, in the file vendor/eadesignro/romcity/etc/module.xml you have a text after xml.

Anotación 2020-03-28 231502

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.