summaryrefslogtreecommitdiff
path: root/templates/inventory/order.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/inventory/order.html')
-rw-r--r--templates/inventory/order.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/inventory/order.html b/templates/inventory/order.html
index d4a3424..5df03f6 100644
--- a/templates/inventory/order.html
+++ b/templates/inventory/order.html
@@ -24,6 +24,7 @@ with the Taler Codeless Merchant. If not, see <https://www.gnu.org/licenses/>.
{% load staticfiles %}
<link rel="stylesheet" type="text/css" href="{% static 'card.css' %}" />
<center><h1 style="text-transform: uppercase;" id="name">ORDERS PLACED</h1></center>
+ <p>All the pending orders are displayed below. Whenever user purchases a product from the seller, after successful payment they are redirected to the fullfillment page. For digital inventory the fullfillment page would be the direct display of the digital inventory(like pdf). But for physical product shipment tracking makes sence. Therefore on the fullfillment page the user can track his shipment. The status of the order is updated by the merchant and on this basis the user is updated about his shipment of fullfillment page. For now there are five paramters that have used for tracking, but this is extensible and can be modified according to the requirement.</p>
{% endblock headermsg %}
{% block content %}