ljackson09
30-10-09, 22:23
hi all,
i hope someone can help me, i have the following code
$oRefineBy = new stdClass();
$oRefineBy -> iId = 4;
$oRefineBy -> sName = 'Category';
$oRefineByDefinition = new stdClass();
$oRefineByDefinition -> sId = '245';
$oRefineByDefinition -> sName = 'CDs';
$oRefineBy -> oRefineByDefinition = $oRefineByDefinition;
$aParams = array("sQuery" => " Kings Of Leon Only By The Night", "iAdult" => 1, "iMerchantId" => "2549", "oActiveRefineByGroup" => $oRefineBy);
$oResponse= $oClient->call('getProductList', $aParams);
print_r($oResponse);
but nothing? i have tried many different searches andd never recieve any zavvi items, am i doing something wromg?
i have signed up to them and its still active?
any help would be appreciated
many thanks
Luke
i hope someone can help me, i have the following code
$oRefineBy = new stdClass();
$oRefineBy -> iId = 4;
$oRefineBy -> sName = 'Category';
$oRefineByDefinition = new stdClass();
$oRefineByDefinition -> sId = '245';
$oRefineByDefinition -> sName = 'CDs';
$oRefineBy -> oRefineByDefinition = $oRefineByDefinition;
$aParams = array("sQuery" => " Kings Of Leon Only By The Night", "iAdult" => 1, "iMerchantId" => "2549", "oActiveRefineByGroup" => $oRefineBy);
$oResponse= $oClient->call('getProductList', $aParams);
print_r($oResponse);
but nothing? i have tried many different searches andd never recieve any zavvi items, am i doing something wromg?
i have signed up to them and its still active?
any help would be appreciated
many thanks
Luke