{% extends 'base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %}

Nepal Special Deals

Shop the best offers across electronics, fashion, and home essentials.

Fast delivery, secure checkout, and everyday savings on products you love.

{% for deal in special_deals %}
{{ deal.title }}

{{ deal.description }}

{% if deal.note %}{{ deal.note }}{% endif %}
{% endfor %}
{{ ui.products }}: {{ total_products }} {{ ui.featured }}: {{ featured_products }} {{ ui.categories }}: {{ categories_count }}
Avg Rating: {{ avg_rating|floatformat:1 }}/5

Advertised Deals

Shop the hottest offers, discounts, and promotions curated for Nepali customers.

{% if advertised_products %}
{% for product in advertised_products %}
{% if product.image %} {{ product.name }} {% else %}
No image
{% endif %}
Save Rs. {{ product.savings|floatformat:0 }} {{ product.deal_label }}

{{ product.name }}

Rs. {{ product.discount_price|default:product.price|floatformat:2 }}

{{ product.category }}

View Deal
{% endfor %}
{% else %}

No deals available.

Check back soon for new offers.

{% endif %}
{% endblock %}