Your current settings are:
$standard_url = "my.hostcentrex.com/";
$secure_url = "my.hostcentrex.com/";
$https = "https";
Your settings should be:
$standard_url = "my.hostcentrex.com/order/orderwiz.php?v=3&submit_package=package&type3_pack age=32&coupon_code=&dsfreesetup&submit=";
$secure_url = "my.hostcentrex.com/order/orderwiz.php?v=3&submit_package=package&type3_pack age=32&coupon_code=&dsfreesetup&submit=";
$https = "https";
|