broughsd
27-05-08, 19:46
I've downloaded the PHP code for the Shop Window Client Software. It all works great except for a particular search :
If I type in the search box anything including a “&” sign, such as “Dolce & Gabbana” the search breaks as below. I believe the issue is the “&” in the search string as if I omit the “&” from the search string I get products returned.
SoapError Object ( [sCode] => ns1:Client.AUTH_1 [sString] => Authentication Failed [sDetails] => getSuggestedCategory: Missing headers )
SoapError Object ( [sCode] => ns1:Client.AUTH_1 [sString] => Authentication Failed [sDetails] => searchProduct: Missing headers )
I have raised a ticket on this ref: 24847 but it was suggested that I also raise it on the forum.
If I type in the search box anything including a “&” sign, such as “Dolce & Gabbana” the search breaks as below. I believe the issue is the “&” in the search string as if I omit the “&” from the search string I get products returned.
SoapError Object ( [sCode] => ns1:Client.AUTH_1 [sString] => Authentication Failed [sDetails] => getSuggestedCategory: Missing headers )
SoapError Object ( [sCode] => ns1:Client.AUTH_1 [sString] => Authentication Failed [sDetails] => searchProduct: Missing headers )
I have raised a ticket on this ref: 24847 but it was suggested that I also raise it on the forum.