Sandwiches

No image
Bacon Sandwich £ 4. 50
No image
Sausage Sandwich £ 5
No image
Breakfast Wrap £ 6. 50
No image
Cheese Muffin £ 4. 50

Traditional

No image
Single English £ 6. 50
No image
Full English £ 8. 50
No image
Triple English £ 10. 50

Sides

No image
Toast £ 1. 99
No image
Hash Brown £ 1. 99
No image
Baked Beans £ 1. 99
No image
Butter £ 1

Drinks

No image
Coffee £ 2. 50
No image
English Tea £ 2
No image
Water £ 1. 99
0 items
Checkout

Your Order

Enter your phone to continue
or sign in with

Shopping Cart

{{ item.name }}

{{ item.attributes.variantNames }}

{{ key }}:
  • {{ modItem.quantity }} × {{ modItem.name }} + usd {{ modItem.item_price }} {{ modItem.name }}
Note: {{ item.note }}

{{ item.quantity }} × {{ item.attributes.friendly_price }}

{{ item.quantity }}

Cart is empty!

Add items from a store to get started
/* ── AI Insights: show result panels ── */ document.addEventListener('ai-feature-result', function(e) { var map = { 'ai.ops.sales_forecast': '#ai-result-forecast', 'ai.ops.demand_prediction': '#ai-result-demand', 'ai.ops.anomaly_detection': '#ai-result-anomaly' }; var sel = map[e.detail.feature]; if (sel) { var el = document.querySelector(sel); if (el) { el.innerHTML = e.detail.content.replace(/\n/g, '
'); el.style.display = 'block'; } } }); window.aiCollectParams = window.aiCollectParams || function(btn, feature) { return {}; };