🚀 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

The Old Farm Shop

Milton Hill, Abingdon OX13 6AG

Directory Listing Local Produce Farm Shops

About The Old Farm Shop

Nestled in the heart of Milton Hill, The Old Farm Shop is a treasure trove for those seeking fresh, locally sourced produce. Specialising in a wide range of organic fruits, vegetables, and artisanal goods, the shop prides itself on supporting local farmers and producers. Whether you're in search of the perfect ingredient for your home-cooked meal or a unique gift from their selection of hand-crafted items, The Old Farm Shop has something for everyone. Conveniently located in Abingdon, OX13 6AG, The Old Farm Shop serves the surrounding Oxfordshire community with a commitment to quality and sustainability. Customers are drawn to their exceptional product knowledge and friendly service, making it a trusted choice for both locals and visitors. With its charming rural setting and dedication to promoting regional produce, The Old Farm Shop stands out as a beacon of authenticity and quality in the local market scene.
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
Milton Hill
Abingdon OX13 6AG
United Kingdom
Quick Actions
Quick Contact
ADDRESS
Milton Hill
Abingdon OX13 6AG
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

Gourmet Cheese Co.
Gourmet Cheese Co.

201 Rosemount Pl, Aberdeen AB25 2XP

Local Produce Cheese Shops
Aylesford Farmers Market
Aylesford Farmers Market

The Friars Aylesford Priory, Aylesford ME20 7BX

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