Customization
Custom Order/OrderItem models
You may use your own models for managing orders and order items. To do so, start by configuring the models
section of the configuration file:
Your custom models should extend the package's Order and OrderItem models, like so:
That's it!