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

Smart catalog

Shop the best products

Browse items, compare prices, and use refined filters without leaving the same Hamro Karma visual theme.

{{ products_count }} matching products
{{ featured_count }} featured in current view
{{ discounted_count }} discounted offers
{{ avg_rating|floatformat:1 }}/5 average rating
Products visible {{ products_count }} Items after your current search and filters.
In stock {{ in_stock_count }} Ready for checkout right now.
Discounted {{ discounted_count }} Products currently showing savings.
Categories {{ categories|length }} Browse by category or stay in featured mode.
All Featured {% for category in categories %} {{ category }} {% endfor %}
{% if has_active_filters %}
{% for chip in active_filters %} {{ chip }} {% endfor %}
Clear all filters
{% endif %} {% if products %}
{% for product in products %}
{% if product.image %} {{ product.name }} {% else %}
No image available
{% endif %}
{% if product.featured %}Featured{% endif %} {{ product.category }} {% if product.discount_percent %}Save {{ product.discount_percent }}%{% endif %} {% if product.is_low_stock %}Low Stock{% endif %}

{{ product.name }}

⭐ {{ product.rating|floatformat:1 }} {% if product.available %}Ready to ship{% else %}Currently unavailable{% endif %}

{{ product.description|truncatewords:16 }}

Rs. {{ product.display_price|floatformat:2 }} {% if product.discount_price %} Rs. {{ product.price|floatformat:2 }} {% endif %}

Stock: {{ product.stock|default:0 }}

Use Buy Now for a faster path or save it in your wishlist for later.

{% endfor %}
{% else %}

No products found.

Try adjusting the search, switching category, or clearing filters to see more items.

Reset Filters Go Home
{% endif %} {% endblock %}