function getProductInfo(id)
{
switch(id)
{
case 7:return nA("ALP1001","SUMMER RIPSTOP COTTON RUG",nA(4,""));
case 8:return nA("BIO001","BIOLAC FOAL MILK REPLACER 10kg",nA());

default: return null;
}
return null;
}
function getCustomField(id)
{
switch(id)
{
	case 1:
		return "Select size";
	case 2:
		return "Select Colour ";
	case 3:
		return "Select Colour";
	case 4:
		return "Select size";
	case 5:
		return "Select colour";
	case 6:
		return "Select colour";
	case 7:
		return "Choose colour";
	case 8:
		return "Select Colour";
	case 9:
		return "Select Colour";
	case 10:
		return "Select Size";
	case 11:
		return "Select colour";
	case 12:
		return "Kelato Support Wrap";
}
return null;
}

