Current File : /home/hencockfreshchic/public_html/thank_you.php
<?php
echo '<script>alert("Dear customer, Thanks to shop with us. Your order id: '.$_COOKIE["pay_id"].'");</script>';
echo '<script>window.location.href="order-complete_pay.php";</script>';
?>