haris989 / MyAwesomeCart

A Django E commerce website
72 stars 112 forks source link

My Awesome Cart Tracker #3

Open bilalamjad837 opened 5 years ago

bilalamjad837 commented 5 years ago

When i click tracker button the the Updateorder shows {"status": "success", "updates": [{"text": "The order has been placed"}], "itemsJson": "{\"pr1\":[1,\"PEPSI 2 \"]}"}

in another page

my email: bilalamjad837@gmail.com

* tracker html code

{% extends 'Supply_Chain/basic.html' %} {% block title%} My Awesome Cart Tracker{% endblock %} {% block body %}

Enter your Order Id and Email address to track your order

{% csrf_token %}

Your Order Status

    Enter your order Id and Email and click Track Order to find details about your order!

Your Order Details

{% endblock %} {% block js %}

{% endblock %}