Re: Adding order meta data and displaying it places!
Probably HasLifecycleCallbacks
But again you are not decorating the class. You are creating new class based on Model\Order so the actual Model\Order class will not have your new properties.
You need define it as
abstract class Order extends \XLite\Model\Order implements \XLite\Base\IDecorator
in order to decorate the Model\Order class and see your new properties there
__________________
Steve Stoyanov
CFLSystems.com
Web Development
|