🚀 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

Wowzie

27 St Andrew St Aberdeen AB25 1JA United Kingdom, Aberdeen

Directory Listing General Services

About Wowzie

Nestled in the heart of Aberdeen, Wowzie is a delightful sweet shop that transports visitors back to the joy of childhood with every bite. From classic favorites like creamy fudge and gummy bears to whimsical novelty treats that spark the imagination, this charming shop is a treasure trove of confectionery wonders. Hidden gems await discovery, enticing sweet lovers with flavors and textures that supermarket shelves simply can’t compete with. Step inside Wowzie at 27 St Andrew St, Aberdeen AB25 1JA, and embark on a sugary adventure. With a phone number of +44 1224 611600, customers can easily reach out for any inquiries. For the latest details, check the live map link for directions. Sweet dreams are just around the corner!
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
27 St Andrew St Aberdeen AB25 1JA United Kingdom
Aberdeen
United Kingdom
Quick Actions
Quick Contact
ADDRESS
27 St Andrew St Aberdeen AB25 1JA United Kingdom
Aberdeen
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

Truffelos
Truffelos

18 Regent Quay Aberdeen AB11 5AE United Kingdom, Aberdeen

General Services
Gordon McWilliam
Gordon McWilliam

37 St Clement St Aberdeen AB11 5FU United Kingdom, Aberdeen

Butcher Shops
Mad Potato
Mad Potato

119 Great Western Rd Aberdeen AB10 6PT United Kingdom, Aberdeen

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