Skip Channel4 main Navigation
Explore Channel4
Food
Homes
Film
4Car
News
See All
Banner - Channel4 Online Educational Products Subscribe Now | FAQ
.

Subscribe Now

Subscribe to Channel 4's paid-for online services for students and teachers


Curriculum Online logo
.

Subscribing to Channel 4's paid-for services

Cheque and invoice payments

Please complete the following online order form. When you have entered all your details, print the form and send it to us along with your payment or purchase order number.

Online printable order form

Products and prices
Frequently asked questions

Credit/debit card payments

People wishing to pay by credit/debit card should download and complete the order form below. Alternatively please call 08701 246 444 to request a copy of the form by post.

Downloadable credit debit card payment form (PDF)  for Channel 4 Learning Subscriptions Downloadable credit/debit card payment form

Download Adobe Acrobat Reader®


. . . . . . .
. Get Adobe Acrobat Reader . . . This order form is in PDF format. In order to view it you'll need Adobe Acrobat Reader installed on your computer. If you don't already have it you can download Acrobat Reader free. .

. .
Javelin9 JSP compilation error Compilation of JSP File '/learning/microsites/S/subscription/SSI/puffbox_loginbox.jsp' failed:
puffbox_loginbox.jsp:2:18: Package com.channel4.projects.learning.userlogin contains no member type of this name.
<%@ page import="com.channel4.projects.learning.userlogin.UserLoginHelper,com.channel4.projects.learning.userlogin.User" %>
                 ^----------------------------------------------------------------------------------------------------^
puffbox_loginbox.jsp:2:18: Package com.channel4.projects.learning.userlogin contains no member type of this name.
<%@ page import="com.channel4.projects.learning.userlogin.UserLoginHelper,com.channel4.projects.learning.userlogin.User" %>
                 ^----------------------------------------------------------------------------------------------------^
puffbox_loginbox.jsp:5:8: No type with this name could be found at this location.
	final UserLoginHelper userLoginHelper = new UserLoginHelper(request, response);
              ^-------------^
puffbox_loginbox.jsp:5:46: No type with this name could be found at this location.
	final UserLoginHelper userLoginHelper = new UserLoginHelper(request, response);
                                                    ^-------------^
puffbox_loginbox.jsp:6:8: No type with this name could be found at this location.
	final User user = userLoginHelper.getCurrentUserSafe();
              ^--^