Your shopping basket is empty!
Any Questions? Call 01592 321500
Sort By:
Potentilla fruticosa Red Ace for Beds and Borders
Characteristics
Supplied 3 Litre Pot..
Potentilla fruticosa Tangerine For The Coastal Garden
Characteristics
Supplied 3 Litre..
Hydrangea macrophylla Masja sibilla Red Mphead
Characteristics:
Large red mophead flow..
Rhododendron Christmas Cheer - Hardy Hybrid
Characteristics
Christmas Cheer is a popular rh..
Spiraea Arguta - Bridal Wreath
Characteristics
Ever popular spiraea for all gardens- first ..
Weigela florida Variegata
Characteristics
Compact shrub, popular for UK gardens
Supplied ..
Hebe Great Orme
Description
Hebe Great Orme is an evergreen rounded shrub that has deep purpli..
Hebe Paula Veronica Paula
Characteristics
Evergreen hebe with rounded habit and deep pink/p..
Rhododendron (Dwarf) Blue Tit
Characteristics
Gorgeous violet / blue flowers appear to twin..
Rhododendron Dwarf Widgeon
Characteristics
Striking evergreen shrub with a compact habit, a..
Rhododendron Gartendirektor Riegor Hybrid
Characteristics
Free flowering, vigorous, somewha..
Dwarf Rhododendron Yakushimanum Hybrid Sneezy
Characteristics
One of the 'seven'..
Rhododendron Hachmann's Charmant Yakushimanum Hybrid
Compact, bushy evergreen yakushimanu..
Showing 43 to 55 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');
}
//-->