Home
>
Products
>
Nutrition Program extension 2 months - not automatic
Nutrition Program extension 2 months - not automatic
£80.00
An extension of 2 MONTHS for your existing subscription from the end date of your subscription or invoice date. Please note the Program closes 30/3/2021 so we cannot extend beyond that date.
$(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;
}
});
});