Home
>
Products
>
Nutrition Program extension 1 month - not automatic
Nutrition Program extension 1 month - not automatic
£60.00
This manual extends your subscription for 1 month for any number of users on your account from the expiry date of your subscription or date of invoice. 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;
}
});
});