🚀 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

Treat Pontcanna

Unit 5 Pontcanna Mews 200 Kings Rd Pontcanna Cardiff CF11 9DF United Kingdom, Cardiff

Directory Listing Sweets Chocolates
Get in Touch

Share this business

About Treat Pontcanna

Indulge in a world of exquisite flavors at Treat Pontcanna, where handcrafted chocolates await to delight every palate. Nestled in the heart of Cardiff, this independent chocolate shop invites chocolate lovers to explore a treasure trove of rich, velvety creations. From decadent truffles to unique specialty treats, each bite promises a journey of indulgence that supermarket chocolates simply can’t match. Experience delightful surprises with innovative flavors that spark joy and excitement. Treat yourself by visiting Treat Pontcanna at Unit 5, Pontcanna Mews, 200 Kings Rd, Cardiff CF11 9DF. For inquiries, call 447931902311 and don’t forget to check a live map link for the latest directions. Step inside and discover your new favorite chocolate haven!
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

6 Photos
Click any image to view in full size

Location & Directions

Address
Unit 5 Pontcanna Mews 200 Kings Rd Pontcanna Cardiff CF11 9DF United Kingdom
Cardiff
United Kingdom
Quick Actions
Quick Contact
ADDRESS
Unit 5 Pontcanna Mews 200 Kings Rd Pontcanna Cardiff CF11 9DF United Kingdom
Cardiff
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

The Gourmet Butcher Cardiff
The Gourmet Butcher Cardiff

10 Park Rd Cardiff CF14 7BQ United Kingdom, Cardiff

Butcher Shops
Cones by Cally
Cones by Cally

65 Mallards Reach Marshfield Cardiff CF3 2NN United Kingdom, Cardiff

General Services
Total Produce Cardiff
Total Produce Cardiff

Wholesale Fruit Centre/Hadfield Cl Cardiff CF11 8BD United Kingdom, Cardiff

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