|
|
Brent W Peterson followed ELSE |
<meta http-equiv="X-UA-Compatible" content="IE=7" /><head>We are trying to import products using magento import tool but for some reason it keeps comming up with an error on our cutom Attribution even when there in the Attribution set. It keeps saying invailed. We are using 1.6.1 and can export them but cannot import them back.
$filters = array(
array('sku' => array('like'=>'%' . $data . '%')),
array('part_number_manufacturer1' => array('like'=>'%' . $data . '%'))); );
try{
//$result = $client->call($session, 'category.tree');
$result = $client->call($session, 'product.list', $filters);
... |
|
Brent W Peterson followed Zerkella |
|
|
Brent W Peterson followed the topic module errors |
Mage_Api_Model_Roles 