ectouch第五讲 之表

时间:2022-06-01 12:55:27

Ectouch本身相关的表 17个
ecs_touch_activity【touch优惠活动扩展表】
优惠活动的自增id 取值ecs_favourable_activity表cat_id,给优惠活动加banner图,不确定是否需要ecs_favourable_activity表
ecs_touch_ad【touch广告表】
①建议图片720*371;②本地上传广告图片数据库存放地址:data/attached/images/ 但是在本地\mobile\data\attached文件夹下找不到images文件夹,不知从FTP上面是否有此文件夹
ecs_touch_ad_position【touch广告位表】
ecs_touch_adsense【广告点击率统计表】
ecs_touch_article【文章内容表】
ecs_touch_article_cat【touch 文章分类扩展表】
ecs_touch_auth
不清楚
ecs_touch_brand【touch 品牌扩展表】
关联ecs_brand表
ecs_touch_category【touch 分类扩展表】
关联ecs_category表
ecs_touch_feedback【touch 留言扩展表】
关联ecs_feedback表
ecs_touch_goods【商品扩展表】
关联ecs_goods表
ecs_touch_goods_activity【促销活动扩展表】
关联ecs_goods_activity表
ecs_touch_nav【菜单表---快速导航】
ecs_touch_payment【支付方式表】
ecs_touch_shop_config【配置表】
ecs_touch_topic【专题活动配置表】
ecs_touch_user_info【授权配置表】
关联ecs_user用户信息表

关联表及数据可能用到ECShop表内相关数据,是它们内容的补充,没有去测试数据,对ecs_touch_部分关联
表的使用暂时不确定

商品详情页(查看model)
ecs_goods
ecs_category
ecs_brand
ecs_comment【评论表】
ecs_bonus_type
ecs_member_price
获得指定商品的关联商品
ecs_link_goods
ecs_goods
ecs_member_price
购买该商品可以得到多少钱的红包
ecs_bonus_type
获取商品总的评价详情
ecs_comment
获得商品的规格和属性
ecs_goods_type
ecs_goods
获得商品的规格
ecs_goods_attr
ecs_attribute
相同属性的关联商品
ecs_goods
ecs_goods_attr
ecs_member_price
关联文章
ecs_goods_article
ecs_article
配件
ecs_group_goods
ecs_goods
ecs_member_price
会员等级价格
ecs_user_rank
ecs_member_price
商品相册
ecs_goods_gallery
获取关联礼包列表
ecs_goods_activity
ecs_package_goods
ecs_goods
ecs_products
ecs_member_price
取商品属性
ecs_goods_attr
取得商品优惠价格列表
ecs_volume_price
检查是否已经存在于用户的收藏夹
ecs_collect_goods
更新点击次数
ecs_goods
当前系统时间
查询该商品销量
ecs_order_info
ecs_order_goods
促销信息
ecs_goods_activity
ecs_favourable_activity
ecs_goods
商品描述
获得商品的详细信息
ecs_goods
ecs_category
ecs_brand
ecs_comment
ecs_bonus_type
ecs_member_price
获得商品的属性和规格
ecs_goods_type
ecs_goods
获得商品的规格
ecs_goods_attr
ecs_attribute
商品评论
ecs_comment
改变属性、数量时重新计算商品价格
ecs_goods
取得商品最终使用价格
ecs_volume_price
取得商品促销价格列表
ecs_goods
ecs_member_price

购物车列表
取得商品列表,计算合计
ecs_cart
ecs_goods_attr
增加是否在购物车里显示商品图
ecs_goods
获得指定礼包的商品
ecs_package_goods
ecs_goods
ecs_products
ecs_goods_attr
获取库存
ecs_goods_number
取得优惠活动
ecs_cart
赠品(特惠品)优惠
检查是否已在购物车
ecs_cart
添加赠品到购物车
ecs_cart
计算折扣
查询优惠活动
ecs_favourable_activity
查询购物车商品
ecs_cart
ecs_goods
取得购物车中基本件ID
ecs_cart
获取购物车内的相关配件
ecs_cart
获得购物车中商品的配件
...
订单确认
ecs_user_address【取得收货人地址列表】
...