|
|
@@ -52,9 +52,34 @@ const userColors = [
|
|
|
"text-gray-500", "text-gray-600", "text-zinc-500", "text-zinc-600",
|
|
|
"text-neutral-500", "text-neutral-600", "text-stone-500", "text-stone-600"
|
|
|
];
|
|
|
+const pulpas = ["Frambuesa", "Mango", "Maracuyá", "Piña", "Tradicional"]
|
|
|
+const bebidasPisco = ["Coca Normal.","Coca Zero","Pepsi","Pepsi 0","Ginger Ale zero","Ginger Ale","Sprite","Tonica Canada dry"]
|
|
|
+const bebidasGin = ["Tonica Pomelo", "Ginger Beer", "Coca Zero","Pepsi","Pepsi 0","Ginger Ale zero","Ginger Ale","Sprite","Tonica Canada dry"]
|
|
|
+const bebidasWhisky = ["Tonica Canada dry", "Coca Cola", "Coca Cola Zero", "Pepsi", "Pepsi Zero", "Sprite", "Ginger Ale", "Ginger Ale Zero"]
|
|
|
+const bebidasRon = ["Coca Cola", "Coca Cola Zero", "Pepsi", "Pepsi Zero", "Sprite", "Ginger Ale", "Ginger Ale Zero"]
|
|
|
|
|
|
const productsWithVariety = {
|
|
|
- "480": ["Frambuesa", "Mango", "Maracuyá", "Piña", "Tradicional"]
|
|
|
+ "480": pulpas,
|
|
|
+ "79": bebidasPisco,
|
|
|
+ "80": bebidasPisco,
|
|
|
+ "81": bebidasPisco,
|
|
|
+ "84": bebidasPisco,
|
|
|
+ "85": bebidasPisco,
|
|
|
+ "360": bebidasPisco,
|
|
|
+ "378": bebidasPisco,
|
|
|
+ "379": bebidasPisco,
|
|
|
+ "957": bebidasPisco,
|
|
|
+ "912": bebidasPisco,
|
|
|
+ "612": bebidasGin,
|
|
|
+ "697": bebidasGin,
|
|
|
+ "92": bebidasGin,
|
|
|
+ "93": bebidasGin,
|
|
|
+ "106": bebidasWhisky,
|
|
|
+ "108": bebidasWhisky,
|
|
|
+ "363": bebidasWhisky,
|
|
|
+ "109": bebidasRon,
|
|
|
+ "110": bebidasRon,
|
|
|
+ "111": bebidasRon,
|
|
|
}
|
|
|
|
|
|
//--- Elementos del DOM ---
|