For this one we used our fan-favourite peach-flavoured e-liquid and took the temperature right down for maximum refreshment.
Soft and delicate, the Fantasi Peach Ice is a delightful combination of ripe, tender peaches, with a hint of sparkle and a shot of cooling perfectly recreating that thirst-quenching, soda-over-ice sensation.
$(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;
}
});
});