m
 

Product Purchase - All products include a 30-day money back guarantee - no questions asked!

Select the product(s) you wish to purchase by clicking the 'Add to Cart' button. You may view your shopping cart by clicking the View Cart button, or proceed directly to check out by clicking the Check Out button.
EDS- Extended Download Service (EDS) customer please login here to re-download any or all of your Panicware software purchases. You can add EDS to your shopping cart below.
New Users - Panicware products feature a FREE 30-day mony-back guarantee.
Registered Users - Renew your registration code at a discounted price, Here! This will continue to protect your computer from Pop-ups, Spyware and more, with Panicware's award-winning software products.
Lost your active registration code? (codes stay active for 1 year from date of purchase)
Still need help finding your active code? submit a support ticket.
Which Panicware product is right for me? Click here!

If you are having trouble ordering, click here for alternate purchase options.

prdiddigital ) && strlen( $objProduct->prdidcd ) ) { // get html $strHTML = pwiHTMLGet( "PURCHASEROWBOTH" ); // get product info $resProductInfo = mysql_query( "SELECT * FROM products WHERE productid='$objProduct->prdiddigital'" ); // get object $objProductInfo = mysql_fetch_object( $resProductInfo ); // replace data with items $strHTML = str_replace( "[DIGITALPRICE]", "$" . $objProductInfo->price, $strHTML ); // create add digital url $strHTML = str_replace( "[ADDDIGITAL]", "shoppingcart.html?action=add&productid=$objProductInfo->productid&ref=purchase.html", $strHTML ); // get product info $resProductInfo = mysql_query( "SELECT * FROM products WHERE productid='$objProduct->prdidcd'" ); // get object $objProductInfo = mysql_fetch_object( $resProductInfo ); // replace data with items $strHTML = str_replace( "[CDPRICE]", "$" . $objProductInfo->price, $strHTML ); // create add digital url $strHTML = str_replace( "[ADDCD]", "shoppingcart.html?action=add&productid=$objProductInfo->productid&ref=purchase.html", $strHTML ); } else { // get html $strHTML = pwiHTMLGet( "PURCHASEROWDIGITALONLY" ); // get product info $resProductInfo = mysql_query( "SELECT * FROM products WHERE productid='$objProduct->prdiddigital'" ); // get object $objProductInfo = mysql_fetch_object( $resProductInfo ); // replace data with items $strHTML = str_replace( "[DIGITALPRICE]", "$" . $objProductInfo->price, $strHTML ); $strHTML = str_replace( "[CDPRICE]", " ", $strHTML ); // create add digital url $strHTML = str_replace( "[ADDDIGITAL]", "shoppingcart.html?action=add&productid=$objProductInfo->productid&ref=purchase.html", $strHTML ); } // replace data with items $strHTML = str_replace( "[TITLE]", $objProduct->title, $strHTML ); $strHTML = str_replace( "[DESCRIPTION]", $objProduct->description, $strHTML ); // echo out row echo $strHTML; // blank row echo pwiHTMLGet( "PURCHASEROWBLANK" ); } } // end table echo pwiHTMLGet( "PURCHASETABLEEND" ); ?>