Premium refreshing e-liquids from Pukka Juice. Here at CJG Vapes see there full collection and shop with free UK delivery on all orders over £25.
No products found in this collection
$(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;
}
});
});