当前位置:网站首页>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演示环境或者直接下载商城源码进一步操作体验.
边栏推荐
猜你喜欢
随机推荐
Hudi从内核到实战介绍
【洛谷】P2613 【模板】有理数取余
目标检测中mAP计算以及源码解析
ARM开发(二)ARM体系结构——ARM,数据和指令类型,处理器工作模式,寄存器,状态寄存器,流水线,指令集,汇编小练习题
浅聊一下那些营销工具—优惠券
2022-08-08 第五小组 顾祥全 学习笔记 day31-集合-Junit单元测试
Zabbix 5.0 监控教程(四)
C专家编程 第9章 再论数组 9.2 为什么会发生混淆
ERROR:Module not found: Error: Can‘t resolve ‘core-js/modules/es.promise.js‘ in ‘address‘
20220530设计问题:常数时间插入、删除和获取随机元素
Cholesterol-PEG-Maleimide,CLS-PEG-MAL,胆固醇-聚乙二醇-马来酰亚胺用于科研实验
【扫雷--1】
并查集相关知识点
C语言力扣第56题之合并区间。排序+双指针
一款免费的强大办公工具。
Chapter2多元函数
1.02亿美元从数字资产基金撤出!BTC价格已经触底!预示下跌趋势即将逆转?
pytorch 自定义dataset
2027年加密市场将会发生什么?思维的跨越?长期预测无法脱离形势变化
整数溢出机制 C