🚀 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

Parrott Brothers

Beechmoor Farm Whitchurch Aylesbury HP22 4LG United Kingdom, Aylesbury

Directory Listing Butcher Shops

About Parrott Brothers

Are you in need of fresh, locally sourced meat products? Parrott Brothers Butcher shop in Beechmoor Farm, Aylesbury, offers a variety of quality options, including steak pie, prime beef cuts, sausages, black pudding, and steak. Customers are encouraged to visit the store to explore the selection in person and find the perfect ingredients for their meals. Do you want to know where to find this local butcher? Parrott Brothers is conveniently located at Beechmoor Farm, Aylesbury HP22 4LG. For more information, feel free to call 01296 641207. To find the exact location, check the map and plan your visit today.
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
Beechmoor Farm Whitchurch Aylesbury HP22 4LG United Kingdom
Aylesbury
United Kingdom
Quick Actions
Quick Contact
ADDRESS
Beechmoor Farm Whitchurch Aylesbury HP22 4LG United Kingdom
Aylesbury
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

Fruity Tooty Fresh Foods
Fruity Tooty Fresh Foods

1 Pebble Ln Aylesbury HP20 2JH United Kingdom, Aylesbury

Local Produce Greengrocers
S N S
S N S

122 High St Aylesbury HP20 1RB United Kingdom, Aylesbury

Local Produce Greengrocers
Good Hope Meat
Good Hope Meat

50/53 Rabans Cl Aylesbury HP19 8RS United Kingdom, Aylesbury

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