Ice Cream with a View! Sitting at the base of Boulder’s iconic and visually stunning Flatirons, this shop scoops for the family and student-friendly Table Mesa and Martin Acres neighborhoods. We’re a popular stop for the community after finishing one of the local hiking trails.
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 = 75
GROUP BY p.id
ORDER BY i.sortOrder;