
function setProductQuantity(identifier, quantity)
{
	var inputQuantity = getElement('id', identifier, 0);
	inputQuantity.value = quantity;
}