'accept terms and conditions' checkbox

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
FYI

Small error in Mikes supplied code for 1.4

var order = OrderManager.GetOrderByID(orderID);


Should be

var order = OrderManager.GetOrderById(orderID);


HTH
13 лет назад
haydie wrote:
cheers mb

the checkbox is a legal requirement in the uk now and it was my last stumbling block (lol, i think ) before i get the site up and running so a big thank you for that.

-hayden


But Is there already option ?
13 лет назад
@biapar

this is now a standard feature  (since 1.6 or maybe 1.5 - don't remember exactly )
13 лет назад
My was affermative reply-
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.