🚀 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

M Betts & G Loyd Butchers

Little Common Bexhill-on-Sea TN39 4SB United Kingdom, Bexhill-on-Sea

Directory Listing Butcher Shops

About M Betts & G Loyd Butchers

Looking for quality meat sourced from local farms? M Betts & G Loyd Butchers in Little Common offers a wide range of fresh, locally sourced produce. From juicy steak pies and prime beef cuts to flavorful sausages and traditional black pudding, there's something for every palate. Want to explore our selection in person? Visit our shop in Little Common, Bexhill-on-Sea, to browse our offerings and speak with our knowledgeable staff. For more details, call us at 01424 843712, and check the map to find our exact location.
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
Little Common Bexhill-on-Sea TN39 4SB United Kingdom
Bexhill-on-Sea
United Kingdom
Quick Actions
Quick Contact
ADDRESS
Little Common Bexhill-on-Sea TN39 4SB United Kingdom
Bexhill-on-Sea
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

Bubble'N Sweets
Bubble'N Sweets

48 Ninfield Rd Sidley Bexhill-on-Sea TN39 5AB United Kingdom, Bexhill-on-Sea

General Services
Gunne Butchers Ltd
Gunne Butchers Ltd

4 5 6 7 Beeching Park Industrial Estate Wainwright Road Bexhill-on-Sea TN39 3UR United Kingdom, Bexhill-on-Sea

Butcher Shops
Piper Shaun M
Piper Shaun M

63 Western Rd Bexhill-on-Sea TN40 1DT United Kingdom, Bexhill-on-Sea

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