This commit is contained in:
TING
2023-07-15 14:24:49 +08:00
parent 3035e61840
commit 9fd6cc45dd
49 changed files with 245 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"label": "商品管理",
"position": 3,
"position": 5,
"link": {
"type": "generated-index",
"description": "维护商品信息"
+11
View File
@@ -0,0 +1,11 @@
---
sidebar_position: 3
sidebar_label: 商品详情
title: 商品详情
---
### 商品详情
若需要添加商品详情介绍,在该板块进行文字图片编辑设置,点击右上角【上传】可上传图片;
![Alt text](./img/details2.png)
设置完成后保存商品信息,可查看到商品显示,也可编辑修改,删除商品等操作;
![Alt text](./img/details1.png)
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+10 -3
View File
@@ -1,8 +1,9 @@
---
sidebar_position: 2
sidebar_label: 多规格
title: 多规格
sidebar_label: 款式设置
title: 款式设置
---
## 款式设置—单款式
如商品为单一款式,即选择单款式填写价格等信息;
@@ -15,4 +16,10 @@ title: 多规格
如商品有多种规格,即选择多款式;添加不同规格名,设置不同规格,不同价格,库存等信息;
例如奶茶分为不同温度,不同甜度,不同规格,添加示例如下图;这样就可以生成多种款式方便客户选择;
![spec2](./img/spec2.dat)
![spec2](./img/spec2.dat)
### 款式设置—套餐
如商品是由多个商品组合成固定套餐,即选择单款式,下方操作【套餐选择】,增加套餐分组,增加商品选择,如图示例;
![spec3](./img/spec3.png)
![spec3](./img/spec4.png)