This module is an example to demonstrate how to extend a user form in OXID eShop. It adds an additional input field to the billing address form.
Please see our tutorial Extending a Frontend User Form in the official OXID eShop documentation for more information.
- b-7.x branch / v2.x version - compatible with OXID eShop compilation 7.x
- b-6.x branch / v1.x version - compatible with OXID eShop compilation 6.x
In shop's root directory, run the following commands:
composer config repositories.oe_extenduserform vcs https://github.com/OXID-eSales/extend-user-demo-module.git
composer require oxid-esales/extend-user-demo-module
./vendor/bin/oe-eshop-db_migrate migrations:migrate oe_extenduserform