{{ site_branding.site_name }}
商家后台
商品管理
用户主页
你好,{{ session.get("biz_display_name") }}
退出
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{{ page_title }}
当前店铺:{{ merchant_ctx.shop_name }}
商品名称
商品分类
{% set selected_category = form_data.get('category_id') if form_data else ((product.category_id|string) if product and product.category_id else '') %}
未分类
{% for c in categories %}
{{ c.category_name }}
{% endfor %}
价格
库存
商品说明
{{ (form_data.get('description') if form_data else (product.description if product and product.description else '')) }}
这里直接编辑正式商品说明。工具栏支持标题、字号、加粗、列表、引用、代码块、对齐和图片上传。
商品主图
{% if product and product.cover_url %}
{% endif %}
保存
返回商品管理