最终版本: | V5.0 |
更新时间: | 2021年 05月 14日 |
演示网址: | https://codecanyon.net/item/magento-city-and-region-manager/17911995 |
来源链接: | https://codecanyon.net/item/magento-city-and-region-manager/17911995 |
打赏: | 打赏后,自动领取(1-9999)不等随机虚拟币红包 |
City and Region Manager允许您添加所有国家的州/地区、城市和邮政编码。
区域、城市和邮政编码将以下拉列表的形式显示在所有地址表单的前端,如结帐账单地址步骤、结帐送货地址步骤和客户地址,因此客户可以通过下拉菜单选择州、城市和邮政编码。
City and Region Manager allows you to add states/regions, cities and zip codes/postcodes for all countries. Regions,cities and zip codes will be displayed as dropdowns list in all address forms on fronted like checkout billing address step, checkout shipping address step and customer address, hence customers can select state,city and zip code by dropdown.
Magento1 Installation guide
Installation Steps
1 . Upload file manually. Extract it and then extract “Custom_City-7.0.0.tgz” and then copy all files app folder and then paste into your magento root directory.
2. Second way is from admin panel. Go to admin panel “System -> Configuration -> Magento Connect -> Magento Connect Manager” and unchecked “Put store on the maintenance mode while installing/upgrading/backup creation” option and browse file and upload it.
3. Clear Cache
4. Now follow provide documentation or goto admin panel and you will see new link “Region Manager”.
Features List
Manage states by country
Manage cities related to country & state
Manage zip codes related to country, state and city.
Add states/regions for countries which are not included out of the box and edit existing as well.
Show cities dropdown in checkout billing address step, checkout shipping address step and customer address form.
Show zip codes dropdown in checkout billing address step, checkout shipping address step and customer address form.
“City not in List” link feature, if customer can’t find desired city in cities dropdown then he can add city in text field by clicking on this button dropdown will be converted into text field.
“Zip not in List” link feature, if customer can’t find desired zip code in zip codes dropdown list then he can add zip code in text field by clicking on this button dropdown will be converted into text field.
Admin can enable/disable “Not in list” link anytime.
Import feature added for importing states, cities and zip codes, now admin can import all these items by importing CSV in provided format.
Soap V2 API support added (only Magento1x), for details follow documentation.
Translation supported (only Magento2x), for details follow documentation.
Magento2 Installation Options
There are two ways of installtion of extension in magento.
1. Magento 2 install extension using COMMAND LINE (Recommended)
Step 1: Download/purchase the extension
Step 2: Unzip the file(custom_city-4.0.0.zip) in a temporary directory from Magento2 folder
Step 3: Upload it to your Magento installation root directory
Step 4: Disable the cache under System >> Cache Management
Step 5: Enter the following at the command line:
php bin/magento setup:upgradeStep 6: After opening Stores >>Configuration >>Advanced >> Advanced, the module will be shown in the admin panel
2. Magento2 install extension manually.
Step 1: Download/purchase the extension
Step 2: Unzip the file in a temporary directory
Step 3: Upload it to your Magento installation root directory
Step 4: Disable the cache under System >> Cache Management
Edit app/etc/config.php file and below line code: ‘Custom_City’ => 1,
Step 5: Disable the cache under System >> Cache Management
Step 6 : After opening Stores >> Configuration >> Advanced >> Advanced, the module will be shown in the admin panel.
>> UPGRADING DATABASE If you need to upgrade the database, run the following command line:
php f bin/magento setup:dbschema:upgrade