{# app/templates/store/products.html #} {% extends "store/base.html" %} {% from 'shared/macros/pagination.html' import pagination %} {% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% from 'shared/macros/tables.html' import table_wrapper %} {% from 'shared/macros/modals.html' import modal_simple %} {% block title %}Products{% endblock %} {% block alpine_data %}storeProducts(){% endblock %} {% block content %} {% call page_header_flex(title='Products', subtitle='Manage your product catalog') %}
Total Products
0
Active
0
Inactive
0
Featured
0
| Product | SKU | Price | Status | Featured | Actions | |
|---|---|---|---|---|---|---|
|
|
|
|||||
|
No products found Add your first product to get started |
||||||
Are you sure you want to delete ? This action cannot be undone.
Are you sure you want to delete selected product(s)? This action cannot be undone.