Seeking Mile High Joy! Our first Denver shop was opened in the West Highland neighborhood, smack in the middle of Highlands Square. The area is brimming with Denver’s most eclectic nooks and crannies that are definitely worth exploring.
WordPress database error: [Table 'u476613092_sweetcowdb.flavorboards' doesn't exist]
SELECT
p.id,
p.flavor as name,
p.description,
p.imageUrl as image_url,
p.allergens,
REPLACE(p.color, '0x', '#') as color,
i.sortOrder as sort_order
FROM store s
INNER JOIN flavorboards f ON s.flavorBoard_id = f.id
INNER JOIN menuitem i ON f.id = i.board_id
INNER JOIN product p ON i.product_id = p.id
WHERE s.id = 71
GROUP BY p.id
ORDER BY i.sortOrder;