Our most popular e-liquid by far, when we created the Fantasi Ice range there was always going to be a place for our best-selling Grape flavour!
Every puff of our Fantasi Grape Ice E-Liquid is packed full of juicy, tantalising flavour, and with a shot of cooling to take things down to sub-zero temperatures, it really has got refreshment in abundance!
$(document).ready(function() {
$('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() {
if ($('#agree').is(':checked')) {
$(this).submit();
}
else {
alert("You must agree with the terms and conditions of sales to check out.");
return false;
}
});
});