Year Established: 4th Genera
Head Brewer: Ben Crossman
City/Town: Weston-Super-Mare
County: Somerset
Tours: No
Click and Collect: No
Sell Merchandise: No
About
Crossman's (or Crossman’s Prime Farmhouse Cider to give the full name) is a real cider producer based near Weston-Super-Mare, Somerset.
Ben Crossman is the fourth generation of Crossmans to make cider at their own orchards at Maybury Farm in Hewish.
The ciders are available as dry, medium, sweet (blended) and a range of single variety prime farmhouse ciders.
Delivery
Ben Crossman Cider is available via mail order, please
click here for details.
Ben Crossman bag in boxes (polypin) are available nationally via therealalecompany.co.uk Cider 2 U Service.
If you are unsure and want to know if Fosseway Cider can deliver to you, please email us at [email protected].
-
Ben Crossman Farmhouse Medium Sweet Cider - 20L Bag in a Box
PRICE INCLUDES SHIPPING
This traditional farmhouse medium sweet cider.
Learn More
-
Ben Crossman Farmhouse Medium Dry Cider - 20L Bag in a Box
This traditional farmhouse medium dry cider has a fruity start and slightly dry finish. Its naturally fermented, unfiltered and smooth tasting.
Learn More
-
Ben Crossman Farmhouse Sweet Cider - 20L Bag in a Box
PRICE INCLUDES SHIPPING
Ben Crossman Farmhouse Sweet Cider.
Learn More
-
Ben Crossman Farmhouse Medium Cider - 20L Bag in a Box
PRICE INCLUDES SHIPPING
A traditional farmhouse medium cider.
Learn More
-
Ben Crossman Farmhouse Dry Cider - 20L Bag in a Box
PRICE INCLUDES SHIPPING
This traditional farmhouse dry cider has a fruity start and dry finish. Its naturally fermented, unfiltered and smooth tasting.
Learn More
' + titleForBox + ' was successfully added to your shopping cart.
Continue shopping View cart & checkout';
}else{
msgHtml = '
';
}
setTimeout(function(){
windowOver.show();
windowBox.show().html(msgHtml);
windowOver.one('click',function(){
hidewindow(windowBox,windowOver);
});
jQuery('#hidewindow').click(function(){
hidewindow(windowBox,windowOver);
});
},300 )
}
}
}
function setLocationAjax(url,id){
url += 'isAjax/1';
url = url.replace("checkout/cart","ajax/index");
var msgHtml;
var productImg = jQuery('#productimgover' + id).html();
var windowOver = jQuery('#addedoverlay');
var windowBox = jQuery('#added');
var titleForBox = jQuery('#productname' + id).text();
windowOver.show();
windowBox.show().css({
backgroundImage: "url('http://www.therealalecompany.co.uk/skin/frontend/default/blanco/images/loading.gif')"
});
try {
jQuery.ajax( {
url : url,
dataType : 'json',
success : function(data) {
if(data.status == 'SUCCESS'){
msgHtml = '
' + productImg + '
' + titleForBox + ' was successfully added to your shopping cart.
Continue shopping View cart & checkout';
}else{
msgHtml = '
';
}
setAjaxData(data,false);
windowBox.css({
backgroundImage: 'none'
}).html(msgHtml);
windowOver.one('click',function(){
hidewindow(windowBox,windowOver);
});
jQuery('#hidewindow').click(function(){
hidewindow(windowBox,windowOver);
});
}
});
} catch (e) {
}
}
function hidewindow(windowBox,windowOver){
windowOver.fadeOut(400);
windowBox.fadeOut(400).html('');
}
function hideImage(img){
jQuery(img).animate({
'opacity' : 0
},150);
}
function showImage(img){
jQuery(img).animate({
'opacity' : 1
},150);
}