Thank you for purchasing {{ name }} of price {{ price }}. The Product was successfully placed on {{ delivery_date }} Your product will be delivered to you on the address {{ address }}






SHIPMENT TRACKING

  1. Order Processing
  2. {% if pre_production == 'True' %}
  3. Pre-Production
  4. {% else %}
  5. Pre-Production
  6. {% endif %} {% if in_production == 'True' %}
  7. In Production
  8. {% else %}
  9. In Production
  10. {% endif %} {% if shipped == 'True' %}
  11. Shipped
  12. {% else %}
  13. Shipped
  14. {% endif %} {% if delivered == 'True' %}
  15. Delivered
  16. {% else %}
  17. Delivered
  18. {% endif %}



Back to homepage