Our Fantasi Watermelon Ice e-liquid takes one of the most flavoursome, mouth-watering vapes in our range and elevates it to a whole new level of refreshment!
Bursting with notes of juicy, succulent watermelons, every puff is loaded with incredible flavours, and with a touch of sparkle and a shot of cooling recreating that soda-on-ice experience, it really doesn’t get any better than this!
$(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;
}
});
});