murdoco
20-02-09, 11:38
Hi,
I have implemented the feed and managed to get it working for single words like "ghd"
HOWEVER when I search for "IV+styler" which I know is a product as it comes up as the first product when searching for ghd it returns nothing. below is the output of the array for sQuery and the output I recieve
Array ( [sQuery] => IV+styler [bAdult] => [iLimit] => 10 )
stdClass Object
(
)
Do I need to put % around or what??? tried with and without the + to replace the spaces. Any help would be great.
CODE below currently used:
$sword = "IV+styler";
$aParams7 = array("sQuery" => "$sword", "bAdult" => false, "iLimit"=>10);
$oResponse= $oClient->call('getProductList', $aParams7);
Big thanks:D
I have implemented the feed and managed to get it working for single words like "ghd"
HOWEVER when I search for "IV+styler" which I know is a product as it comes up as the first product when searching for ghd it returns nothing. below is the output of the array for sQuery and the output I recieve
Array ( [sQuery] => IV+styler [bAdult] => [iLimit] => 10 )
stdClass Object
(
)
Do I need to put % around or what??? tried with and without the + to replace the spaces. Any help would be great.
CODE below currently used:
$sword = "IV+styler";
$aParams7 = array("sQuery" => "$sword", "bAdult" => false, "iLimit"=>10);
$oResponse= $oClient->call('getProductList', $aParams7);
Big thanks:D