diff --git a/shop/templates/shop/checkout.html b/shop/templates/shop/checkout.html
index 380ff0b..9754e44 100644
--- a/shop/templates/shop/checkout.html
+++ b/shop/templates/shop/checkout.html
@@ -100,11 +100,6 @@
Step 2 - Enter Address & Other Details:
document.getElementById('cart').innerHTML = sum;
document.getElementById('totalPrice').innerHTML = totalPrice;
$('#itemsJson').val(JSON.stringify(cart));
-{% if thank %}
-alert('Thanks for ordering with us. Your order is is {{id}}. Use it to track your order using our order tracker');
-localStorage.clear();
-document.location = "/shop";
-{% endif %}
$('#amount').val($('#totalPrice').html())
-{% endblock %}
\ No newline at end of file
+{% endblock %}