[insert_php]
if (isset($_GET[‘medtins’])) {
$prodid = $_GET[‘medtins’];
} else {
$prodid = “0”;
}
$myxurl= sprintf (esc_url( add_query_arg( ‘medtins’,$prodid, ‘https://quinn-curtis.com/index.php/upgradedownloadorderformtest’ ) ));
echo “You are seeing the message because you are trying to download a product purchased more than 2 years ago. Current versions of Quinn-Curtis software can be downloaded for a period of two years from the date of purchase. After two years you will need to purchase an upgrade in order to extend your download period another two years. You can purchase an upgrade for our most popular products using our “;
echo “Upgrade order form.“;
echo “Contact sales@quinn-curtis.com if you wish to purchase an upgrade for products not accessible from that order page.”;
[/insert_php]