| Curtest Payment |
|
Curtest the shop curtain
estimating and business software.
All of our software products are try before you buy.
If you have downloaded a product
and tried the
software and would like to unlock the
software.
-
ONE OFF PAYMENT. PAY ONCE THEN JUST
DOWNLOAD UPGRADES ANYTIME.
-
Note: If you get a Basic license this will be a one off payment for
this version only. You will need to pay for the updated licence for
the professional version.
Click here your license to
Pro
|
|
|
The ShopAce Team
$IP = "$REMOTE_ADDR";
$today=date("d-M-Y");
if ($action == "curtest-download" ):
$copybody = ("\n_________________________\n\nIP Address = $IP\nDate: $today\nSomeone is REQUESTING CURTEST PRO ON CD FROM SHOPACE web site\n\nEND. ");
//$copymail_from = ($mailform_to);
//$copymail_to = "helpdesk@discount-fabric.co.uk";
$copymail_to = "info@shopace.co.uk";
$copymail_from = "info@shopace.co.uk";
$sub = "REPORT FOR CURTEST V9 PRO";
mail(trim($copymail_to), $sub, $copybody,
"From: " . $copymail_from);
endif;
?>
|