🚀 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

Charlotte Brunswick Chocolates

3 Church St Bath BA1 1NL United Kingdom, Bath, Bath BA1 1NL

Directory Listing General Services

About Charlotte Brunswick Chocolates

Nestled in the heart of Bath, Charlotte Brunswick Chocolates invites chocolate lovers to indulge in a world of rich, handcrafted delights. Each exquisite piece is a masterpiece, bursting with unique flavors and surprises that transport the senses to a realm of pure bliss. From velvety truffles to whimsical specialty treats, every creation is designed to enchant and delight. This independent shop promises an experience unlike any supermarket, where passion and artistry come together in every bite. Step inside 3 Church St, Bath, BA1 1NL, and let your taste buds embark on a delightful adventure. For inquiries, call 01225 287669, and be sure to check the live map for the latest directions to your next chocolate oasis!
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
3 Church St Bath BA1 1NL United Kingdom
Bath
Bath BA1 1NL
United Kingdom
Quick Actions
Quick Contact
ADDRESS
3 Church St Bath BA1 1NL United Kingdom
Bath
Bath BA1 1NL
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

MATEI’S BUTCHER
MATEI’S BUTCHER

96 Mount Rd Southdown Bath BA2 1LN United Kingdom, Bath

Butcher Shops
Green Street Butchers
Green Street Butchers

10 Green St Bath BA1 2JZ United Kingdom, Bath, Bath BA1 2JZ

Butcher Shops
Jimmy Deane's
Jimmy Deane's

New Orchard St Bath BA1 1BY United Kingdom, Bath

Local Produce Greengrocers

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