For those who like their vape juices fresh, fruity and full of exotic, tropical flavour, the Fantasi Mango Ice e-liquid is here to rock your world!
Full of the distinctive flavours of ripe, fragrant mangoes, we’ve also added a hint of sparkle and a shot of cooling to recreate the experience of drinking a delicious mango soda served over ice. So for maximum flavour and bucket loads of refreshment, this e-liquid has it all!
$(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;
}
});
});