If you like e-liquids that are sweet, vibrant and brimming with authentic fruit flavours, the Fantasi Cherry Ice e-liquid ticks all of those boxes and more!
Jam-packed full of notes of succulent, juicy cherries, our mixologists decided to add a hint of sparkle and a shot of cooling to perfectly recreate that feeling of enjoying a nice refreshing can of cherry soda, and the end result is simply divine!
$(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;
}
});
});