Are you someone who just can’t get enough of the magical taste of strawberry soda? Then you’ll absolutely love our Fantasi Strawberry Ice e-liquid!
Each bottle is loaded with as many authentic strawberry flavours as we could cram in, and everything is served over a refreshingly cool bed of ice to perfectly recreate the unmistakable feeling of sipping on your favourite can of soda!
$(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;
}
});
});