作者:上海悠u7_ | 来源:互联网 | 2023-09-01 05:22
本文由编程笔记#小编为大家整理,主要介绍了markdown 目录促销在Magento 2相关的知识,希望对你有一定的参考价值。
# Catalog Promo
There is a table which hold all product after promo rule
> catalogrule_product_price
The table look like this
| product_id | rule_price |
| -------- | --------- |
|604|287.1|
It is a observer of CatalogRule module to get apply the promo price to product data *final_price*
> Magento\CatalogRule\Observer\ProcessFrontFinalPriceObserver
it hooks on the event
> catalog_product_get_final_price
## Indexer
the builder which reponse for read/write ***catalogrule_product_price***
> Magento\CatalogRule\Model\Indexer::applyAllRules