{# app/modules/catalog/templates/catalog/storefront/products.html #} {% extends "storefront/base.html" %} {% block title %}Products{% endblock %} {# Alpine.js component #} {% block alpine_data %}shopProducts(){% endblock %} {% block content %}
{# Breadcrumbs #} {# Page Header #}

All Products

Discover our complete collection

{# Filters & Search Bar #}
{# Search #}
{# Category Filter #}
{# Sort #}
{# Products Grid #}
{# Loading State #}
{# Products Grid #}
{# No Products Message #}
📦

No Products Yet

Products will appear here once they are added to the catalog.

For Developers: Add products through the store dashboard or admin panel.

{# Pagination (hidden for now) #}
{% endblock %} {% block extra_scripts %} {% endblock %}