View Single Post
  #23  
Old 01-19-2017, 03:12 AM
 
xgarb xgarb is offline
 

eXpert
  
Join Date: Jul 2004
Location: UK
Posts: 263
 

Default Re: New Field in product page

yep I had that decorated as well but with this...

$object->setSpecification($this->default->specification);

when I needed this...

$object->setSpecification((string) $rawData['default']['specification']);
__________________
Core version: 5.5.xx
Reply With Quote