В первом сообщении фрагмент код, дублирую:
$oShop_Item_Associated
->showXmlComments($this->_showXmlComments)
->showXmlAssociatedItems(FALSE)
->showXmlModifications(FALSE)
->showXmlSpecialprices($this->_showXmlSpecialprices)
->showXmlTags($this->_showXmlTags)
->showXmlWarehousesItems($this->_showXmlWarehousesItems)
->showXmlSiteuser($this->_showXmlSiteuser)
->showXmlProperties($this->_showXmlProperties);
Core_Event::notify($this->_modelName . '.onBeforeAddAssociatedEntity', $this, array($oShop_Item_Associated));
модификации у сопутствующих явно выключены, чтобы включить используйте событие onBeforeAddAssociatedEntity, в $args[0] будет товар, которому просто нужно указать ->showXmlModifications(TRUE)