Product Management
Manage your Stripe products
View and manage your products synced with Stripe
Stripe integration is not enabled. To enable Stripe, set STRIPE_ENABLED=True in your environment.
Stripe library is not available. Please install the required dependencies.
Error loading products: {{ error }}
Name | Price | Status | Created | Stripe ID | Actions |
---|---|---|---|---|---|
{% if product.image %}
{{ product.name }} {{ product.description|truncatechars:50 }} |
{{ product.get_formatted_price }} | {% if product.status == 'active' %} Active {% else %} Inactive {% endif %} | {{ product.created|date:"M d, Y" }} |
{% if product.stripe_product_id %}
{{ product.stripe_product_id }}
{% else %}
Not synced
{% endif %}
|
|
No products found. Create products in your Stripe dashboard. |