Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.11 KB

File metadata and controls

33 lines (22 loc) · 1.11 KB

outdated

SyliusAddressingBundle

Danger

We're sorry but this documentation section is outdated. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you!

This bundle integrates the /components_and_bundles/components/Addressing/index into Symfony and Doctrine.

With minimal configuration you can introduce addresses, countries, provinces and zones management into your project. It's fully customizable, but the default setup should be optimal for most use cases.

It also contains zone matching mechanisms, which allow you to match customer addresses to appropriate tax/shipping (or any other) zones. There are several models inside the bundle, Address, Country, Province, Zone and ZoneMember.

There is also a ZoneMatcher service. You'll get familiar with it in later parts of this documentation.

installation zones forms summary

Learn more

  • Addresses in the Sylius platform </book/customers/addresses/index> - concept documentation