Commit 6e85f0cb by zl

update

parent eebaf7b6
......@@ -128,7 +128,10 @@ export default defineConfig({
{text: 'Product', link: '/app/product/', items: [
{text: 'Edit and Sync', link: '/app/product/edit'}
]},
{text: 'Order', link: '/app/order'},
{text: 'Order', link: '/app/order/', items: [
{text: 'Manual Order Filling', link: '/app/order/new'},
{text: 'Import Order', link: '/app/order/import'}
]},
{text: 'Material', link: '/app/material/'},
{text: 'Invoices', link: '/app/invoice'},
{text: 'SizeChart', link: '/app/size_chart'},
......@@ -221,7 +224,10 @@ export default defineConfig({
{text: '产品', link: '/cn/app/product/', items: [
{text: '修改和同步', link: '/cn/app/product/edit'}
]},
{text: '订单', link: '/cn/app/order'},
{text: '订单', link: '/cn/app/order/', items: [
{text: '手动填单', link: '/cn/app/order/new'},
{text: '订单导入', link: '/cn/app/order/import'}
]},
{text: '素材', link: '/cn/app/material/'},
{text: '发票', link: '/cn/app/invoice'},
{text: '尺码表', link: '/cn/app/size_chart'},
......
# Order Import
Provide one-click data migration for independent store orders, converting online sales orders into production orders via file import to establish an end-to-end digital workflow from customer order placement to product delivery.
## Click the Import Orders button
<BigImage src="/assets/order/11.png" />
## Select the store, order source, and upload the order file.
<BigImage src="/assets/order/12.png" />
## Order upload complete. Click the Design button.
<BigImage src="/assets/order/13.png" />
## Click the connect button to open the template information.
<BigImage src="/assets/order/14.png" />
## Select Basic Template
<BigImage src="/assets/order/15.png" />
## Select Variant (Color, Size)
<BigImage src="/assets/order/16.png" />
## After connecting template is completed, the list appears as pending design.
<BigImage src="/assets/order/17.png" />
::: tip
If you do not proceed with the design and directly click the “Complete Design” button, the system will assume you are purchasing a blank garment.
:::
## After the design is completed
<BigImage src="/assets/order/18.png" />
::: tip
The system background thread will generate the product renderings. The status will update to “Designing.” You can click the refresh button to check the product generation status.
:::
## Product generation successful
<BigImage src="/assets/order/19.png" />
::: tip
Once the product is successfully generated, its status will update to Designed. You can then click the Complete Design button.
:::
## Generate Order
<BigImage src="/assets/order/20.png" />
## Order Payment
<BigImage src="/assets/order/21.png" />
::: tip
Orders imported successfully can still be designed, but orders with successful payments can only be viewed.
:::
# Manual Order Filling
The system supports direct order generation mode, enabling the entire process from adding to cart to checkout without requiring pre-push of products to the independent site's product catalog.
## Click the Manual Order Filling button
<BigImage src="/assets/order/5.png" />
## Click the Select Product button
<BigImage src="/assets/order/6.png" />
## Select A Product
Click a product on the expanded product selection page
<BigImage src="/assets/order/7.png" />
## Select A Variant
<BigImage src="/assets/order/8.png" />
## Add the desired product variant to your cart from the opened product variants.
<BigImage src="/assets/order/9.png" />
## After clicking the Confirm button, a local order will be generated. The platform will display it as “local”.
<BigImage src="/assets/order/10.png" />
::: tip
Subsequent processing is identical to platform orders.
:::
# 订单导入
为独立站订单提供一键式数据迁移功能,将线上销售订单通过文件导入为生产订单,构建从客户下单到产品交付的端到端数字化流程。
## 点击手动填单按钮
<BigImage src="/assets/order/11.png" />
## 选择店铺,订单来源并上传订单文件
<BigImage src="/assets/order/12.png" />
## 上传订单完成 点击设计按钮
<BigImage src="/assets/order/13.png" />
## 点击链接按钮 打开模板信息
<BigImage src="/assets/order/14.png" />
## 选择基础模板信息
<BigImage src="/assets/order/15.png" />
## 选择变体 (颜色, 尺码)
<BigImage src="/assets/order/16.png" />
## 链接模板完成后, 列表显示为待设计
<BigImage src="/assets/order/17.png" />
::: tip
如果不设计直接点击 完成设计按钮,即系统默认您购买胚衣
:::
## 设计完成后
<BigImage src="/assets/order/18.png" />
::: tip
系统后台线程会生成商品效果图,状态更新为设计中,您可以点击刷新按钮查看商品生成状态
:::
## 商品生成成功
<BigImage src="/assets/order/19.png" />
::: tip
当商品生成成功后, 状态更新为已设计,您可以点击完成设计按钮
:::
## 生成订单
<BigImage src="/assets/order/20.png" />
## 订单支付
<BigImage src="/assets/order/21.png" />
::: tip
导入成功的订单仍然可以设计,但是支付成功的订单仅支持查看
:::
# 手动填单
产品不必同步至独立站直接加购并生成订单
## 点击手动填单按钮
<BigImage src="/assets/order/5.png" />
## 点击选择产品按钮
<BigImage src="/assets/order/6.png" />
## 在展开的产品选择页面点击一个产品
<BigImage src="/assets/order/7.png" />
## 在打开的产品变体中添加想要购买的变体产品
<BigImage src="/assets/order/8.png" />
## 选择配送的地址以及修改购买的变体产品的数量
<BigImage src="/assets/order/9.png" />
## 点击确认按钮后,即可生成本地订单, 平台展示位local
<BigImage src="/assets/order/10.png" />
::: tip
后续的处理与平台订单完全一致
:::
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment