Download the PHP package stableaddon/regional-management without Composer

On this page you can find all versions of the php package stableaddon/regional-management. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package regional-management

stableaddon-regional-management

Magento Regional Management provider the feature to manage region, district, sub district and show as dropdown on address form for Magento2.

Installation

Please use composer to install the extension.
composer require stableaddon/regional-management

Configuration

Stores -> Configuration -> Customer -> Customer Configuration -> Address Templates

Text: 
    {{depend prefix}}{{var prefix}} {{/depend}}{{var firstname}} {{depend middlename}}{{var middlename}} {{/depend}}{{var lastname}}{{depend suffix}} {{var suffix}}{{/depend}}
    {{depend company}}{{var company}}{{/depend}}
    {{if street1}}{{var street1}}
    {{/if}}
    {{depend street2}}{{var street2}}{{/depend}}
    {{depend street3}}{{var street3}}{{/depend}}
    {{depend street4}}{{var street4}}{{/depend}}
    {{if region}}{{var region}}, {{/if}}{{if city}}{{var city}},  {{/if}}{{if sub_district}}{{var sub_district}}, {{/if}}{{if postcode}}{{var postcode}}{{/if}}
    {{var country}}
    {{depend telephone}}T: {{var telephone}}{{/depend}}
    {{depend fax}}F: {{var fax}}{{/depend}}
    {{depend vat_id}}VAT: {{var vat_id}}{{/depend}}

Text One Line:
    {{depend prefix}}{{var prefix}} {{/depend}}{{var firstname}} {{depend middlename}}{{var middlename}} {{/depend}}{{var lastname}}{{depend suffix}} {{var suffix}}{{/depend}}, {{var street}}, {{var region}}, {{var city}}, {{var sub_district}} {{var postcode}}, {{var country}}

HTML:
    {{depend prefix}}{{var prefix}} {{/depend}}{{var firstname}} {{depend middlename}}{{var middlename}} {{/depend}}{{var lastname}}{{depend suffix}} {{var suffix}}{{/depend}}
    {{depend company}}{{var company}}{{/depend}}
    </br>{{if street1}}{{var street1}}
    {{/if}}
    {{depend street2}}{{var street2}}{{/depend}}
    {{depend street3}}{{var street3}}{{/depend}}
    {{depend street4}}{{var street4}}{{/depend}}
    {{if region}}{{var region}}, {{/if}}{{if city}}{{var city}},  {{/if}}{{if sub_district}}{{var sub_district}},  {{/if}}{{if postcode}}{{var postcode}}{{/if}}
    {{var country}}
    </br>{{depend telephone}}T: {{var telephone}}{{/depend}}
    {{depend fax}}F: {{var fax}}{{/depend}}
    {{depend vat_id}}VAT: {{var vat_id}}{{/depend}}

PDF
    {{depend prefix}}{{var prefix}} {{/depend}}{{var firstname}} {{depend middlename}}{{var middlename}} {{/depend}}{{var lastname}}{{depend suffix}} {{var suffix}}{{/depend}}|
    {{depend company}}{{var company}}|{{/depend}}
    {{if street1}}{{var street1}}|{{/if}}
    {{depend street2}}{{var street2}}|{{/depend}}
    {{depend street3}}{{var street3}}|{{/depend}}
    {{depend street4}}{{var street4}}|{{/depend}}
    {{if region}}{{var region}}, {{/if}}{{if city}}{{var city}}, {{/if}}{{if sub_district}}{{var sub_district}}, {{/if}}{{if postcode}}{{var postcode}}{{/if}}|
    {{var country}}|
    {{depend telephone}}T: {{var telephone}}|{{/depend}}
    {{depend fax}}F: {{var fax}}|{{/depend}}|
    {{depend vat_id}}VAT: {{var vat_id}}{{/depend}}|

Changelog

* 1.0.0 
    - Show district, sub district as dropdown in address form.
    - Manage Region, District, Sub District in backend. 
    - Import region, district, sub district, import translate file.
* 1.0.1 Fix import data

Compatible

Magento version 2.3.x

Contact

Skype: tatdat.2610


All versions of regional-management with dependencies

PHP Build Version
Package Version
Requires magento/module-customer Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package stableaddon/regional-management contains the following files

Loading the files please wait ....