🚀 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

Gift Shop - London Eye Shop

30 The Queen's Walk London SE1 7PB United Kingdom, 30 The Queen's Walk, London SE1 7PB

Directory Listing Gift Shops

About Gift Shop - London Eye Shop

Located at 30 The Queen's Walk in London, the London Eye Shop is a delightful gift shop that offers a treasure trove of unique finds. This charming boutique features an exquisite selection of handcrafted items, thoughtful presents, and one-of-a-kind treasures that cater to every occasion. Whether searching for a special gift for a loved one or a little something for oneself, customers will discover enchanting options that high-street chains simply can't match. Stepping inside the London Eye Shop promises an experience filled with surprises and special finds. From quirky souvenirs to elegant keepsakes, each item tells a story waiting to be shared. Visitors are encouraged to explore the store's captivating offerings and see firsthand the creativity and craftsmanship that set it apart. For more information, the shop can be reached at 442079678021, and checking the live map link ensures the latest directions. Customers should also visit the website for additional details and offerings.
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

2 Photos
Click any image to view in full size

Location & Directions

Address
30 The Queen's Walk London SE1 7PB United Kingdom
30 The Queen's Walk
London SE1 7PB
United Kingdom
Quick Actions
Quick Contact
ADDRESS
30 The Queen's Walk London SE1 7PB United Kingdom
30 The Queen's Walk
London SE1 7PB
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

Gift Centre London
Gift Centre London

335 Kilburn High Rd London NW6 7QB United Kingdom, 335 Kilburn High Rd, London NW6 7QB

Gift Shops
Ladywell Village Fruit n Veg
Ladywell Village Fruit n Veg

218 Algernon Rd London SE13 7AN United Kingdom, London, London SE13 7AN

Local Produce Greengrocers
Bedford Street Wines
Bedford Street Wines

33 Bedford St, London WC2E 9ED, UK, 33 Bedford St, London WC2E 9ED

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