Diploma in Photography Voucher Redemption
Redeem your voucher today.
You will need your email address and redemption code from the back of your voucher.
Click this link, add the Diploma in Photography to your cart and apply your redemption code into the Coupon Code box at the checkout.
This will reduce your course fee to £0.
If you have any questions, please email us on admin@institute-of-photography.com
switch ($_GET['errorCode']) {
case 100:
echo '
Error - Please fill in all compulsary fields:
'.$_GET['missingFields'].'
';
break;
case 200:
echo '
Error - Invalid Voucher Code. Please try again.
';
break;
case 300:
echo '
Username already exists. If you are an existing student, please log in as an existing customer using your current email address. If you are a new student, please choose a different username
';
break;
case 400:
echo '
Email already exists. If you are an existing student, please log in as an existing customer using your current email address. If you are a new student, please choose a different username
';
break;
case 500:
echo '
Email not found. If you are a new student, please select "New IoP Student" from the drop down list.
';
break;
} ?>