Xtc2oxid oxmanufacturerid

Hi,

I’m trying to understand the latest version of the xtc2oxid script.

Can someone explain how the function importProducts() gets the right oxmanufacturerid ? I can see this is something to do with the SQL line

“manufacturers_id {$this->_sInclFieldVal}”

in this function but I’m not sure how this works…

Thanks and regards

CPJ

Hi,

unfortunately, I don’t know exactly what it does. Can’t you try it out in a dev environment?
Would be interested in the results as well…

Regards

[QUOTE=cpjolly;27209]Hi,

I’m trying to understand the latest version of the xtc2oxid script.

Can someone explain how the function importProducts() gets the right oxmanufacturerid ? I can see this is something to do with the SQL line

“manufacturers_id {$this->_sInclFieldVal}”

in this function but I’m not sure how this works…

Thanks and regards

CPJ[/QUOTE]
"{$this->_sInclFieldVal}" has [B]nothing [/B]to do with the “manufacturers_id”!

It holds just some additional field names, which might be retrieved from the products databae…

Ah, I get it !

Thanks avenger