人人商城
浏览:896 次

官方白话文:
core/mobile/order/pay.php支付完成后执行的php将调用success方法
核心/移动/订单/创建。PHP创建订单但不付款
模板/移动/默认/订单/付款/成功。订单付款后Html跳转页面
评分表:
ims_ewei_ shop_ sns_会员//人人商城积分表
审核通过后,您可以执行以下操作来增加分数:plugin/sns/core/web/posts.php
多商户页面
插件/merch/template/web_v3/manage/sysset/index.html
插件/merch/core/web/manage/sysset/index.php
移动终端上所有订单对应的页面
插件/merch/template/mobile/default/order/index.html
核心/移动/订单/索引。php//对应的php接口
移动订单详细信息页面
template/mobile/default/order/detail.html
人人商城主要商户加页应用未知
模板/web_v3/plugins/index.html
人人商城验证后执行的php路径
Core/mobile/verify/index.php(成功方法)
人人商城的区域代理商只能通过快递参与分红,上门取件的无法参与

检查数据表后,发现作为判断条件的地址id和地址为空。只需指定这两个值。
我的方法是在付款时插入订单的地址和地址。
人人商城后台所有订单
template/web_v3/order/list.html
人人商城评估页面
插件/diypage/template/mobile/default/detail.html
人人商城div界面
template/mobile/default/products/detail.html
人人商城提现申请页面
template/web_v3/financial/log/withdraw.html
//对应的php
core/web/finance/log.php
人人商城创建订单页面
template/mobile/default/order/create.html
static/js/app/biz/order/create.js
人人商城会员等级修改页面
template/web_v3/member/level/post.html
人人商城产品组页面
html:template/web_v3/goods/group/post.html
php:core/web/products/group.php

人人网分布
如果A加入B,则A是B的第一级。
当B加入C时,B是C的第一级,A是C的第二级。
人人商城配送订单后台页面
插件/commission/template/web_v3/statistics/order.html
移动佣金提取对应页面
插件/commission/template/mobile/default/apply.html
背景分发级别页面:
插件/佣金/模板/web_v3/level/
后台分发级别的弹出页面的html和相应的修改php
插件/commission/template/web_v3/level/post.html
plugin/commission/core/web/level.php插件
订单完成后执行的表格
ewei_shopv2/plugin/commission/core/model.php
公共函数checkOrderFinish($orderid=“”)
商户入驻申请页面移动终端
/插件/ewei_shopv2/plugin/merch/template/mobile/default/register.html
/插件/ewei_shopv2/plugin/merch/core/mobile/register.php
会员中心页面移动终端
/插件/ewei_shopv2/template/mobile/default/member/index.html

--