Head to the hangar! Our shop is nestled in the historic Stanley Aviation building, which was repurposed into a community hub filled with restaurants & retail that serves the family-friendly Central Park, Park Hill, and Lowry neighborhoods in Denver & Aurora.
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 = 77
GROUP BY p.id
ORDER BY i.sortOrder;