🚀 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

Don Guest & Son

106A Stourbridge Rd Halesowen B63 3UN United Kingdom, Halesowen

Directory Listing Butcher Shops
Get in Touch

Share this business

About Don Guest & Son

What’s cooking in your kitchen this week? If you’re in search of fresh, locally sourced ingredients, look no further than Don Guest & Son Butcher shop in Halesowen. Offering a wide selection of prime products, you can find everything from succulent steak pies and prime beef cuts to homemade sausages and traditional black pudding. Each item is prepared with care, ensuring quality and flavor for your meals. Need inspiration for tonight’s tea? Customers are welcome to visit the store and browse the selection in person, making it easy to choose the perfect cut for your next home-cooked meal. Located at 106A Stourbridge Rd, Halesowen B63 3UN, Don Guest & Son is your go-to destination for hearty, delicious options. For exact directions, check the map to find your way to this local gem.
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
106A Stourbridge Rd Halesowen B63 3UN United Kingdom
Halesowen
United Kingdom
Quick Actions
Quick Contact
ADDRESS
106A Stourbridge Rd Halesowen B63 3UN United Kingdom
Halesowen
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 fruit deli
The fruit deli

13 Hagley Rd Halesowen B63 4AJ United Kingdom, Halesowen

Local Produce Greengrocers
Iqbal & Sons
Iqbal & Sons

297 Long Ln Halesowen B62 9LB United Kingdom, Halesowen

Butcher Shops
JA Quality Meats
JA Quality Meats

35 Thornhill Rd Halesowen B63 1AU United Kingdom, Halesowen

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