🚀 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

Quay Confectionery

None, Liverpool L3 4BB

Directory Listing Sweets Chocolates

About Quay Confectionery

Quay Confectionery, nestled in the heart of Liverpool, is your go-to destination for a delectable assortment of sweet treats. Specialising in artisanal chocolates, hand-crafted sweets, and bespoke confectionery hampers, we cater to all your sugary desires. Whether you are looking for the perfect gift or a delightful indulgence, our wide range of products promises something for every palate. Our commitment to quality ensures that every bite is a taste of luxury. Located conveniently in Liverpool L3 4BB, Quay Confectionery serves the local community and beyond, providing sweet sensations that are hard to resist. We pride ourselves on our local expertise and passionate team who are dedicated to delivering exceptional customer service. Choosing us means choosing a brand renowned for its innovative flavours and meticulous craftsmanship. Visit us to experience the finest confectionery Liverpool has to offer, where tradition meets taste in every creation.
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

5 Photos
Click any image to view in full size

Location & Directions

Address
None
Liverpool L3 4BB
United Kingdom
Quick Actions
Quick Contact
ADDRESS
None
Liverpool L3 4BB
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

Rough Handmade
Rough Handmade

Britannia Pavilion, Liverpool L3 4AD

Local Produce Cake Makers
Anita's Wicked Cakes
Anita's Wicked Cakes

59 Verwood Dr, Liverpool L12 0QY

Local Produce Cake Makers
Imperial Teas Of Lincoln
Imperial Teas Of Lincoln

47 Steep Hill, Lincoln LN2 1LU, UK, 47 Steep Hill, Lincoln LN2 1LU

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