🚀 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

Meadow's Crystal Shop

Directory Listing Gift Shops
Get in Touch

Share this business

Business Gallery

2 Photos
Click any image to view in full size

Location & Directions

Address

United Kingdom
Quick Actions
Quick Contact
ADDRESS
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

Very Bazaar Leicester
Very Bazaar Leicester

37-41 41 Silver St Leicester LE1 5EU United Kingdom,

Gift Shops
Freckleface Petergate
Freckleface Petergate

62-68 Low Petergate York YO1 7HZ United Kingdom,

Gift Shops
Dragon Fly (Cheam)
Dragon Fly (Cheam)

1 Station Way Cheam Sutton SM3 8SD United Kingdom,

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