🚀 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

Mushtaqs Ltd

451-459 Stratford Rd Birmingham B11 4LD United Kingdom, Birmingham

Directory Listing General Services

About Mushtaqs Ltd

Nestled in the heart of Birmingham, Mushtaqs Ltd is a treasure trove for sweet lovers of all ages. Wandering through this charming shop, visitors will find a delightful assortment of classic favorites like chewy toffees and creamy fudge that evoke warm childhood memories. Beyond the nostalgic treats, a plethora of novelty sweets and hidden gems await discovery—think colorful candy crystals and whimsical chocolate shapes that ignite excitement. Each visit promises a new adventure for the taste buds, far beyond what supermarkets can offer. Step into Mushtaqs Ltd at 451-459 Stratford Rd, Birmingham B11 4LD, and let your sweet tooth guide you! For inquiries, call 441217720631, and be sure to check their live map for the latest updates.
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
451-459 Stratford Rd Birmingham B11 4LD United Kingdom
Birmingham
United Kingdom
Quick Actions
Quick Contact
ADDRESS
451-459 Stratford Rd Birmingham B11 4LD 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

Kurdistan butchers ltd
Kurdistan butchers ltd

114 Rookery Rd Handsworth Birmingham B21 9NN United Kingdom, Birmingham

Butcher Shops
Royal Sweets Birmingham
Royal Sweets Birmingham

554 Coventry Rd Small Heath Birmingham B10 0UN United Kingdom, Birmingham

General Services
Shah Sweet Centre Ltd
Shah Sweet Centre Ltd

529 Green Ln Birmingham B9 5PT United Kingdom, Birmingham

General Services

🐝 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(); } } }); } }); });