Tours: No
Click and Collect: No
Sell Merchandise: No
Coopers Mixed Case - 12 x 375ml Bottles - Coopers Brewery
£25.99
Add to Cart
Camden Pale Ale - 330ml - Camden Town Brewery
Add to Cart
Fruli - 330ml Bottles - Brouwerij Huyghe Brewery
Add to Cart
Belgium Beer Hamper - 12 Bottles
£32.99
Add to Cart
Smog Rocket Smoked Porter - 330ml Can - Beavertown Brewery
Add to Cart
Centennial - 500ml - Mallinsons Brewery
£2.69
Add to Cart
Mama's Little Yella - 355ml Can - Oskar Blues Brewery
Add to Cart
Heartless - 500ml - Red Willow Brewery
Add to Cart
Brooklyn Brew Shop Bottle Capper and Caps
£20.00
Add to Cart
Ruby Mild - 500ml - Rudgate Brewery
Add to Cart
Anchor Porter - 355ml - Anchor Brewing Co
Add to Cart
Bluebird Bitter - 500ml - Coniston Brewery
Add to Cart
' + 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);
}