2. Summary¶

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!

2.1. Configuration reference¶

sylius_customer:
    driver: doctrine/orm
    resources:
        customer:
            classes:
                model: Sylius\Component\Core\Model\Customer
                repository: Sylius\Bundle\CoreBundle\Doctrine\ORM\CustomerRepository
                form:
                    default: Sylius\Bundle\CoreBundle\Form\Type\Customer\CustomerType
                    profile: Sylius\Bundle\CustomerBundle\Form\Type\CustomerProfileType
                    choice: Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType
                interface: Sylius\Component\Customer\Model\CustomerInterface
                controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                factory: Sylius\Component\Resource\Factory\Factory
        customer_group:
            classes:
                model: Sylius\Component\Customer\Model\CustomerGroup
                repository: Sylius\Bundle\CustomerBundle\Doctrine\ORM\CustomerGroupRepository
                interface: Sylius\Component\Customer\Model\CustomerGroupInterface
                controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                factory: Sylius\Component\Resource\Factory\Factory
                form: Sylius\Bundle\CustomerBundle\Form\Type\CustomerGroupType

2.2. Bug tracking¶

This bundle uses GitHub issues. If you have found bug, please create an issue.