This commit is contained in:
TING
2023-07-20 14:43:46 +08:00
81 changed files with 147 additions and 92 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"label": "商品管理",
"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: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+12
View File
@@ -0,0 +1,12 @@
---
sidebar_position: 1
sidebar_label: 商品信息
title: 商品信息
---
## 商品信息
商品分类添加完成后,点击商品管理,建立新的商品;【运营】—【商品】—【商品管理】;填写商品信息,商品详情;
根据<帮助>填写商品信息,商品分组一定要选择相对应的分类;[集换卡] 填写后即表示客户购买此商品后,可得到的集换卡;[限购次数] 填写后即该商品为限购商品,只会显示在小程序和app上,不会出现在收银端;
![商品信息](img/image.png)
+26
View File
@@ -0,0 +1,26 @@
---
sidebar_position: 2
sidebar_label: 款式设置
title: 款式设置
---
## 商品款式分为单款式,多款式,套餐类型
### 款式设置—单款式
如商品为单一款式,即选择单款式填写价格等信息;
![spec1](./img/spec1.dat)
### 款式设置—多款式
如商品有多种规格,即选择多款式;添加不同规格名,设置不同规格,不同价格,库存等信息;
例如奶茶分为不同温度,不同甜度,不同规格,添加示例如下图;这样就可以生成多种款式方便客户选择;
![spec2](./img/spec2.dat)
### 款式设置—套餐
如商品是由多个商品组合成固定套餐,即选择单款式,下方操作【套餐选择】,增加套餐分组,增加商品选择,如图示例;
![spec3](./img/spec3.png)
![spec3](./img/spec4.png)