当前位置:网站首页>23 Lectures on Disassembly of Multi-merchant Mall System Functions-Platform Distribution Level
23 Lectures on Disassembly of Multi-merchant Mall System Functions-Platform Distribution Level
2022-08-09 03:05:00 【Programmer Ah Chung】
多商户商城系统,也称为B2B2C(BBC)平台电商模式多商家商城系统.可以快速帮助企业搭建类似拼多多/京东/天猫/淘宝的综合商城.
多商户商城系统支持商家入驻加盟,同时满足平台自营、旗舰店等多种经营方式.平台可以通过收取商家入驻费,订单交易服务费,提现手续费,短信通道费等多手段方式,实现整体盈利.
下面以likeshop多商户商城系统为例进行功能拆解,likeshop多商户商城系统可以实现快速部署,文档齐全,代码全开源,无加密,极易二次开发,助力企业以极低的成本上线平台电商业务.并且likeshop以其代码全开源,无加密的特性,极大的满足了平台运营发展过程中需要不断更新迭代的场景,完美支持后续扩展升级.
点击查看上一讲《多商户商城系统功能拆解22讲-Ping the strength distribution of goods》
本章节讲解平台端分销等级的设计思路,截图如下:
(多商户商城系统-平台端分销等级)
Distribution level maintained by flat to you,All merchants general.
Different level of distribution can be set different level、The secondary commission ratio.一般而言,The higher the level of distribution,比例越高.High level commission than secondary commission ratio.
The level here refers to the direct buyers references,Secondary refers to the indirect buyer reference.Distribution level refers to the referee's level.
When the system is to issue orders commission,Orders for goods should be considered whether to participate in the distribution,Buyers have reference,Reference level of distribution.
(多商户商城系统-平台端Add distribution level)
Click the add button distribution level,Can the new distribution level.The new distribution ranks need to fill in the name of,Grade level,Primary commission ratio,The secondary commission ratio,Rating conditions such as information.
Level level is used to distinguish between distribution level and,不能存在重复值.
Primary commission ratio,Refers to the secondary commission ratio paid commissions when,The current level of distribution directly references,Indirect references can get the commission ratio.
需要说明的是,买家的直接推荐人,Indirect references may distribution level is not the same.Therefore when awarded each referee commission,Need to consider the level of distribution and the location,So you can read correctly parameters.
Rank conditions for reference to upgrade to the distribution level need to meet the conditions.条件有:
Single consumption amount is greater than or equal toA元;
The cumulative amount is greater than or equal toB元;
The cumulative number of times greater than or equal toC次;
Commission income has settlement is greater than or equal toD元;
There are two types of upgrades,One or more conditions or meet all the conditions above.在这个组合下,升级条件Set will become very flexible,扩展性也很好.
When the operating personnel to direct users to adjust distribution level,The user is not affected by rank conditions.Not because they do not meet the level conditions is degraded.
(多商户商城系统-平台端Delete the distribution level)
Distribution level can delete,系统默认的分销等级则不能删除.Delete the distribution level,Members will readjust the distribution level is the system default分销等级,请谨慎操作.
Distribution level is very important,产品逻辑、Development logic are complicated,And not easy to test,Need to give enough time to check and accept online.
接下来我们会继续通过功能拆解分析,详细描述多商户商城系统各个功能模块的实现逻辑.也可前往likeshop演示环境或者直接下载商城源码进一步操作体验.
边栏推荐
- 【洛谷】P5091 【模板】扩展欧拉定理
- Cyanine5tetrazine(CAS号:1427705-31-4)结构式原理
- What aspects should we start with for interface security testing?
- [TensorRT] 对UNet进行推理加速
- 网路编程_socket返回值
- Kubernetes:(十三)secret与configmap的那些事
- jsx定义与规则
- 【物理应用】基于El-centro地震波作用下隔震与非隔震支座下的顶层位移、速度、加速度的对比情况附matlab代码
- 一款免费的强大办公工具。
- OpenLORIS-Object Datasets
猜你喜欢
What are the most popular automated testing tools in 2022?The most complete and most detailed of the entire network is here
深度学习——以天气识别为例,探讨如何保存神经网络模型
Kubernetes:(十五)PV与PVC的《恩怨情仇》
Image.new() 及 img.paste() 的用法记录
渗透测试-域环境下的信息收集
【扫雷--1】
2022微服务面试题 最新50道题(含答案解析)
dice和iou
grafana的panel点击title,没有反应,没有出现edit选项
数据库工具DataGrip V2022.2正式发布——支持导入多个 CSV 文件的选项
随机推荐
LeetCode_43_字符串相乘
01| 数据类型
【21天学习挑战赛】二分查找题目之寻找峰值
C语言力扣第56题之合并区间。排序+双指针
Kubernetes:(十四)安全机制(一定要做好安全措施哦)
图论相关知识
掌握 TypeToken 原理及泛型擦除
非关系型数据库MongoDB:(二)副本集部署说明、数据迁移、限制内存、启用mongo认证
让历史文化“活”起来,北京河图“万象中轴”助力打造北京城市金名片
2027年加密市场将会发生什么?思维的跨越?长期预测无法脱离形势变化
SA-SSD环境搭建——血与泪的教训
权限系统就该这么设计(万能通用),稳的一批!
20220529设计问题:二叉树的序列化与反序列化
数学基础(四)极大似然估计、误差的高斯分布与最小二乘估计的等价性
原文翻译:Structure Aware Single-stage 3D Object Detection from Point Cloud
嵌入式系统驱动高级【3】——平台总线式驱动开发下__ID匹配和设备树匹配
hcip MPLS 实验
Matlab实现异构交通流
多御安全浏览安卓版升级尝鲜,新增下载管理功能
Celery进阶_任务优先级分配