🚀 Soft Launch - Still in BETA! Play around and explore local services, local produce and pre-loved treasures. Report bugs to help us improve!
Local Produce

Sweetie Box UK

2 Chamberlain Walk High St Coleshill Birmingham B46 3BZ United Kingdom, Birmingham

Directory Listing General Services

About Sweetie Box UK

Step into Sweetie Box in Coleshill, Birmingham, where a treasure trove of sweets awaits! This delightful shop is a whimsical haven for candy lovers, brimming with classic favorites like fizzy cola bottles and creamy toffees, alongside novelty treats that spark joy and curiosity. Hidden gems like retro lollipops and artisanal chocolates invite exploration and nostalgia, transporting visitors back to simpler times. Each corner of Sweetie Box reveals confectionery surprises that supermarkets simply can’t match. Everyone is encouraged to visit at 2 Chamberlain Walk, Birmingham B46 3BZ, or call 447510404890 for more information. For the latest updates, a live map link offers easy navigation to this sugary paradise!
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

4 Photos
Click any image to view in full size

Location & Directions

Address
2 Chamberlain Walk High St Coleshill Birmingham B46 3BZ United Kingdom
Birmingham
United Kingdom
Quick Actions
Quick Contact
ADDRESS
2 Chamberlain Walk High St Coleshill Birmingham B46 3BZ United Kingdom
Birmingham
Listed Business
Is this your business?

Claim your free listing to update information and attract more customers.

Claim This Business

Related Businesses Nearby

Discover other Local Produce businesses in your area

Albaraka Butcher and Grocery Store
Albaraka Butcher and Grocery Store

411-421 Coventry Rd Birmingham B10 0TH United Kingdom, Birmingham

Butcher Shops
Family butcher and market
Family butcher and market

408 Moseley Rd Balsall Heath Birmingham B12 9DA United Kingdom, Birmingham

Butcher Shops
Browns (butchers) of Harborne
Browns (butchers) of Harborne

6 Northfield Rd Harborne Birmingham B17 0SS United Kingdom, Birmingham

Butcher Shops

🐝 Site Under Maintenance

We're currently performing maintenance and updates to bring you the best local business directory experience.

Please check back soon. We'll be back online shortly!

Need immediate assistance? Contact us here

// Universal marketplace link interceptor - intercepts ALL marketplace links document.addEventListener('DOMContentLoaded', function() { // Find all links pointing to marketplace const marketplaceLinks = document.querySelectorAll('a[href="/marketplace"], a[href*="marketplace_home"]'); marketplaceLinks.forEach(function(link) { // Check if link contains "Shop Marketplace" text or shopping cart icon const linkText = link.textContent.trim(); const hasShoppingIcon = link.querySelector('.fa-shopping-cart'); if (linkText.includes('Shop Marketplace') || linkText.includes('SHOP MARKETPLACE') || hasShoppingIcon) { // Prevent default navigation and show modal link.addEventListener('click', function(e) { e.preventDefault(); // Use the existing showMarketplaceModal function if (typeof showMarketplaceModal === 'function') { showMarketplaceModal(); } else { // Fallback - directly show the modal const modal = document.getElementById('freshMarketplaceModal'); if (modal) { const bsModal = new bootstrap.Modal(modal); bsModal.show(); } } }); } }); });