Your shopping basket is empty!
Any Questions? Call 01592 321500
Sort By:
Camellia Debbie
Characteristics
Exciting blooms that are perfect pink
Supplied 2 Lit..
Fuchsia Lady Thumb
Characteristics
Compact, dwarf fuchsia plant
Supplied 3 Litre Pot..
Hebe Red Edge
Characteristics
Popular hebe with red marginated leaves
Supplied 2 Lit..
Rhododendron Night Sky - Dwarf
Recommended for containers, small gardens
Easy to grow, bloom..
Rhododendron Tortoiseshell Orange Hybrid
Characteristics
Outstanding orange / red flower..
Abeila x Grandiflora
Characteristics
Deciduous shrub, perfect for gardens with scented blossom..
Azalea Gibraltar - Ebury Azalea
Characteristics
Anyone desiring showy, deciduous, spring-fl..
Azalea Kermesina Rose - Evergreen
Characteristics
Kermesina Rose a compact, everg..
Azalea Luteum Deciduous Azaleas
Highly scented yellow blooms
Supplied 1.3 Litr..
Azalea Megan - Evergreen
Characteristics
Azalea Megan is a wide, spreading, dense, evergree..
Buddleja Black Knight
Characteristics
Supplied 3 Litre Pot Grown plant ready to plant
..
Buddleja Nanho Blue
Characteristics
Fast growing, deciduous plant
Supplied 3 L..
Buddleja Pink Delight
Characteristics
Most popular buddleja plant in the UK
Supplied 3&nb..
Buddleja Royal Red
Characteristics
Attractive to butterflies
Supplied 3 Litre Pot ..
The Rock Rose is one of the best shrubs that all gardens should have.
Cistus Corbarensis Rock Ros..
Cistus Purpureus commonly known as the Rock Rose is a small, bushy evergreen shrub with dull narrow ..
Compact perennial plant that thrives in moist, sunny areas.
Where to plant Crocosmia Honey ..
Cytisus Goldfinch (Broom)
Characteristics
Supplied 3 Litre Pot Grown ready to plant in..
Cytisus Lena (Broom)
Characteristics
Supplied 3 Litre Pot Grown, ready to plant in you..
Fuchsia Mrs Popple
Characteristics
Hardy, easy to grow fuchsia plant
Supplied 3 Litr..
Fuchsia Versi Colour
Characteristics
Easy to grow variegated fuchsia plant
Supplied 30-40..
Showing 1 to 21 of 55 (3 Pages)
List
/ Grid');
$.totalStorage('display', 'list');
} else {
$('.product-list').attr('class', 'product-grid');
$('.product-grid > div').each(function(index, element) {
html = '';
var image = $(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
html += '
' + $(element).find('.name').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
var price = $(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
' + $(element).find('.cart').html() + '
';
html += '
' + $(element).find('.wishlist').html() + '
';
html += '
' + $(element).find('.compare').html() + '
';
$(element).html(html);
});
$('.display').html('
Display: List / Grid');
$.totalStorage('display', 'grid');
}
}
view = $.totalStorage('display');
if (view) {
display(view);
} else {
display('list');
}
//-->