var custom = {'templateID' : 'collection_etailer'};


custom.templates = {
	test_temp1: {
		'checks' : [
			['currency', 'eq' , 'USD' ]
		]
	},
	
	test_temp2 : {
		'checks' : [
			['currency', 'eq' , 'CAD' ]
		]
	}

};

