View Single Post
  #2  
Old 03-02-2023, 12:06 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Adding multiple new properties to a product trouble

Code:
$schema = parent::defineFields(); $schema = ['default' => [......


You are overriding $schema with your custom line. You should be adding to it your new fields whether you want them to show
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote