View Single Post
  #8  
Old 09-23-2019, 12:06 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default 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
Reply With Quote