{# app/templates/admin/vendor-product-create.html #} {% extends "admin/base.html" %} {% from 'shared/macros/headers.html' import detail_page_header %} {% block title %}Create Vendor Product{% endblock %} {% block alpine_data %}adminVendorProductCreate(){% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% call detail_page_header("'Create Vendor Product'", '/admin/vendor-products') %} Add a new product to a vendor's catalog {% endcall %}

Vendor

The vendor whose catalog this product will be added to

Basic Information

Pricing

{# noqa: FE-008 - Using raw number input for price field #}

Status

Description

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