当前位置:网站首页>18 Lectures on Disassembly of Multi-merchant Mall System Functions
18 Lectures on Disassembly of Multi-merchant Mall System Functions
2022-07-29 23:53:00 【Programmer Ah Chung】
Multi-merchant mall system, also known as B2B2C (BBC) platform e-commerce model multi-merchant mall system.It can quickly help companies build a comprehensive mall similar to Pinduoduo/Jingdong/Tmall/Taobao.
The multi-merchant mall system supports merchants to join in and join, and at the same time meet the platform's self-operated, flagship store and other business methods.The platform can achieve overall profitability by charging merchant entry fees, order transaction service fees, withdrawal fees, SMS channel fees and other means.
The following takes the likeshop multi-merchant mall system as an example to dismantle the functions. The likeshop multi-merchant mall system can realize rapid deployment and documentation.Complete, open source code, no encryption, easy secondary development, helping enterprises to launch e-commerce business on the platform at a very low cost.And likeshop, with its fully open source code and no encryption, greatly satisfies the scenarios that require constant updating and iteration in the process of platform operation and development, and perfectly supports subsequent expansion and upgrades.
Click to view the previous lecture"Multi-merchant mall system function disassembly 17-platform sideOrder List"
This chapter explains the platform sideBusiness after-salesThe design idea of span>, the screenshot is as follows:

(Multi-merchant mallSystem-Platform sideAfter-sales serviceList)
When the order status is pending receipt and completed (within the after-sales refund time limit),
Platform operators can check after-sales refund applications, supervise and regulate merchants to improve after-sales service, and maintain platform business reputation.
After-sales application is divided into: application for refund, merchant rejects, product to be returned, merchant to receive, merchant to reject, waiting for a refund, successful refund and other progress status.
Apply for a refund status means that the user has submitted an after-sales refund application and has not yet been processed.
Merchant rejectsThe status means that the merchant rejects the userSubmitted after-sales refund application, users can re-apply after rejection.
The status of the product to be returned indicates that the merchant has agreed to the after-sales method of return and refund, and the user needs to send the product back to the merchant for inspection.At this time, the user needs to ship to the merchant.
The status of product pending receipt indicates that the user has sent the product back to the merchant and is waiting for the merchant to confirm the receipt.
ItemsRejectedThe status means that the merchant refuses to receive the goods. It may be that the goods are damaged after inspection and cannot be resold.After the merchant rejects the product, the user can re-apply.
Waiting for the refund status means that the merchant has agreed to the after-sale service and enters the original refund link.
Successful refund status means that the order amount has been refunded back to the user's payment account, and the whole after-sales process is over..

(Multi-merchant mall system-platform sideOrder List-After SalesDetails)
After-salesDetails need to be displayed in fullAfter-sales applicationAll details includingAfter-sales tracking number, after-sales amount, application time, after-sales method, membership information,Order information, refundable item, After-salesLog and so on.
The after-sales process is relatively complicated, and the platform operator needs to be able to view the information of the whole-process merchant's after-sales processing, which is convenient for when necessary.Involved in after-sales processing.
Next, we will continue to analyze the functional disassembly and describe in detail the implementation logic of each functional module of the multi-merchant mall system.You can also go to the likeshop demo environment or directly download the mall source code for further operation experience.
边栏推荐
- devops学习(八) 搭建镜像仓库---jenkins推送镜像
- y81. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Monitoring Extension (12)
- [leetcode] The sword refers to Offer II 006. The sum of two numbers in a sorted array (binary search, double pointer)
- 一文解答web性能优化
- [leetcode] 80. Delete duplicates in sorted array II (medium) (double pointer, in-place modification)
- Android 11 : 隐私和安全
- UE4 制作十字准心+后坐力
- C陷阱与缺陷 第3章 语义“陷阱” 3.10 为函数main提供返回值
- codeforces 线段树题单
- shell编写规范和变量
猜你喜欢
随机推荐
Framework 到底该怎么学习?
单片机开发之拓展并行I/O口
子无序测试
容器化数据库必经之道
卧槽,2行代码,让接口性能提升10倍
【2023校招刷题】笔试及面试中常考知识点、手撕代码总结
学会使用MySQL的Explain执行计划,SQL性能调优从此不再困难
C陷阱与缺陷 第5章 库函数 5.4 使用errno检测错误
Install PyCharm on Raspberry Pi
接口测试的概念、目的、流程、测试方法有哪些?
shell编写规范和变量
一文解答web性能优化
深度学习的随机种子
call、apply 以及 bind 的区别和用法
随便记记第二周
C陷阱与缺陷 第4章 链接 4.2 声明与定义
微信小程序获取手机号getPhoneNumber接口报错41001
高数下|三重积分的计算3|高数叔|手写笔记
devops学习(六)Jenkins 持续部署-版本选择
Guidelines for the Release of New WeChat Mini Programs









