- Product Tables ● catalog_product_entity_decimal
catalog_product_entity_decimal 表字段说明如下:
- value_id:主键自增
- attribute_id: 产品属性表
- store_id: 店铺id
- entity_id: 产品id
- value: 价格
价格的字段属性值存在: eav_attribute 属性表
2. Product Tables ● catalogrule_product_price 表字段说明如下:
- rule_product_price_id:
- rule_date:
- customer_group_id:
- rule_price;
- website_id:
- lastest_start_date:
- earliest_end_date:
该表存放 Catalog Price Rule (目录价格规则)里面的产品打折后的价格。
总结:产品最后显示价格为:
- 只有一种原始价格,则显示原始价格
- 不仅存在原始价格,还存在特价,显示原价和特价,以特价为准
- 不仅存在原始价格,存在特价,还存在目录价格规则的价格,谁的价格低为准,显示原价和最低价。