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

Nepal Special Deals

A smarter, more attractive shopping system with the same Hamro Karma theme.

Discover featured offers, explore clean dashboard-style insights, and move through cart, checkout, payment, and order tracking with a more polished user experience.

{{ total_products }} Live products
{{ featured_products }} Featured picks
{{ categories_count }} Active categories
{{ avg_rating|floatformat:1 }}/5 Average rating
{% for deal in special_deals %}
{{ deal.title }}

{{ deal.description }}

{% if deal.note %}{{ deal.note }}{% endif %}
{% endfor %}
{{ ui.products }} {{ total_products }} items ready to browse {{ ui.featured }} {{ featured_products }} curated listings {{ ui.categories }} {{ categories_count }} shopping lanes
Verified flow Checkout, payment, and order status are all connected.

Category spotlight

Explore the strongest categories in the catalog with counts, ratings, and starting price points.

Browse all products
{% for spotlight in category_spotlights %}

Popular category

{{ spotlight.category }}

{{ spotlight.total }} items

Featured picks: {{ spotlight.featured_total }} • Avg rating: {{ spotlight.avg_rating|floatformat:1 }}/5

Starting from Rs. {{ spotlight.best_price|floatformat:0 }} Updated live from your catalog
Explore {{ spotlight.category }}
{% empty %}

No categories available yet.

Add products from admin to start building category spotlights.

{% endfor %}

Advertised Deals

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

See all offers
{% 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 }}

{% endfor %}
{% else %}

No deals available.

Check back soon for new offers.

{% endif %}

Special experience upgrades

These improvements keep the same theme while making the system feel more advanced and more informative.

{% for feature in experience_highlights %}
{{ feature.badge }}

{{ feature.title }}

{{ feature.description }}

{% endfor %}

Quick access

Reach the most useful parts of the system faster from the home screen.

{% if user.is_authenticated %} Order dashboard

Open your advanced order list with status filters and payment actions.

Wishlist

Keep favorite products ready for later and move them into the cart faster.

Preferences

Change theme, language, and delivery location from one clean settings page.

{% else %} Create an account

Save your wishlist, manage orders, and keep checkout details ready for later.

Sign in

Return to your cart, payment flow, and order history without losing progress.

Browse catalog

Explore featured products, categories, and smart filters right away.

{% endif %}
{% endblock %}