{# app/templates/shop/product.html #} {% extends "shop/base.html" %} {% block title %}{{ product.name if product else 'Product' }}{% endblock %} {# Alpine.js component #} {% block alpine_data %}productDetail(){% endblock %} {% block content %}
{# Breadcrumbs #} {# Loading State #}
{# Product Detail #}
{# Product Images #}
{# Thumbnail Gallery #}
{# Product Info #}

Product

{# Brand & Category #}
Brand: Category: SKU:
{# Price #}
SALE
{# Availability #}
✓ In Stock ( available) ✗ Out of Stock
{# Description #}

Description

{# Additional Details #}

Product Details

  • GTIN:
  • Condition:
  • Color:
  • Size:
  • Material:
{# Add to Cart Section #}
{# Quantity Selector #}
{# Add to Cart Button #} {# Total Price #}
Total:
{# Related Products #}

You May Also Like

{% endblock %} {% block extra_scripts %} {% endblock %}