Subversion Repositories munaweb

Rev

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

Rev 72 Rev 144
Line 4475... Line 4475...
4475
	};
4475
	};
4476
 
4476
 
4477
	handle = parseInt(document.getElementById('keyword').value, 10);
4477
	handle = parseInt(document.getElementById('keyword').value, 10);
4478
 
4478
 
4479
	xhttp.open("GET", configProxyUrl, true);
4479
	xhttp.open("GET", configProxyUrl, true);
4480
	xhttp.setRequestHeader("X-Proxy-Url", encodeURI(configShopifyUrl + configShopifyProductsUrl + '?handle=b' + handle + '&fields=id,variants'));
4480
	xhttp.setRequestHeader("X-Proxy-Url", encodeURI(configShopifyUrl + configShopifyProductsUrl + '?limit=1&handle=b' + handle + '&fields=id,variants'));
4481
	xhttp.send();
4481
	xhttp.send();
4482
}
4482
}
4483
 
4483
 
4484
function checkBarcode() {
4484
function checkBarcode() {
4485
    var x = document.getElementById("keyword");
4485
    var x = document.getElementById("keyword");