🚀 Soft Launch - Still in BETA! Play around and explore local services, local produce and pre-loved treasures. Report bugs to help us improve!
Local Service

Garden Plantsman

Directory Listing Local Services Gardener

About Garden Plantsman

If you’re in Peckham and looking to get your garden ready for winter, call +44 7498 742720 to chat with the experts at Garden Plantsman. As the leaves fall and the temperatures drop, it’s time to think about how to keep your green space thriving through the chilly months. Winter prep is essential for any gardener, and with a little TLC, your plants will be buzzing with life come spring! Mulching, pruning, and protecting delicate blooms are key steps to ensure your garden doesn’t get too cold for comfort. Remember, a well-prepared garden is like a happy bee in a flower patch—full of potential! So grab your gardening gloves and let the experts at Garden Plantsman help you sow the seeds for a flourishing garden in the new year!
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

United Kingdom
Quick Actions
Quick Contact
Listed Business
Is this your business?

Claim your free listing to update information and attract more customers.

Claim This Business

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