Subversion Repositories munaweb

Rev

Rev 139 | Rev 147 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 139 Rev 145
Line 1230... Line 1230...
1230
	};
1230
	};
1231
 
1231
 
1232
    title = cleanTitleForShopifySearch(title);
1232
    title = cleanTitleForShopifySearch(title);
1233
    
1233
    
1234
	xhttp.open("GET", configProxyUrl, true);
1234
	xhttp.open("GET", configProxyUrl, true);
1235
	xhttp.setRequestHeader("X-Proxy-Url", configShopifyUrl + configShopifyProductsUrl + '?title=' + title);
1235
	xhttp.setRequestHeader("X-Proxy-Url", configShopifyUrl + configShopifyProductsUrl + '?limit=1&title=' + title);
1236
	xhttp.setRequestHeader("X-LEAVE-ENCODED", "1");
1236
	xhttp.setRequestHeader("X-LEAVE-ENCODED", "1");
1237
	xhttp.send();
1237
	xhttp.send();
1238
});
1238
});
1239
 
1239
 
1240
function fillSorterListing(itemIdList) {
1240
function fillSorterListing(itemIdList) {