Home
{% for i in data %}
{{ i.main_menu }}
{% for m in main_category %} {% if i.id==m.main_menu_id %}
{{ m.main_category }}
{% set count = 0 %} {% for s in sub_category %} {% if m.main_cate_id==s.main_cate_id %} {% if count < 13 %}
{{ s.sub_category }}
{% else %} {% if count == 13 %}
View More
{% endif %} {% endif %} {% set count = count + 1 %} {% endif %} {% endfor %}
{% endif %} {% endfor %}
{% endfor %}
About
Contact
{% if username ==undefined %}
Sign in
Register
{% else %}
{{ username }}
My Order
My Cart
My Account
Sign out
{% endif %}
{% if username ==undefined %} {% else %}
{{ cart_data.length }}
{% endif %}
Cart
×
{% if username ==undefined %} {% else %}
{% set total_price =0 %} {% for c in cart_data %}
{{ c.name }}
{% set price = c.price %} {% set disc =c.discount %} {% set disc_price = price * disc /100 %} {% set a = price - disc_price %} {% set price_prd = c.buy_quantity * a %} {% set total_price = total_price + price_prd %}
{{ c.buy_quantity }}
x ₹
{{ price - disc_price }}
{% if c.quantity > c.sell_stock %} {% else %}
Out Of Stock
{% endif %}
{% endfor %}
{% endif %}
×
Home
{% for i in data %}
{{ i.main_menu }}
{% for m in main_category %} {% if i.id==m.main_menu_id %}
{{ m.main_category }}
{% set count = 0 %} {% for s in sub_category %} {% if m.main_cate_id==s.main_cate_id %} {% if count < 13 %}
{{ s.sub_category }}
{% else %} {% if count == 13 %}
View More
{% endif %} {% endif %} {% set count = count + 1 %} {% endif %} {% endfor %}
{% endif %} {% endfor %}
{% endfor %}
About
Contact
{% if username == undefined %}
Sign in
Register
{% else %}
Hello {{ username }}
My Order
{% if username ==undefined %} {% else %}
{{ cart_data.length }}
{% endif %}
My Cart
Sign out
{% endif %}