markdown 目录促销在Magento 2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于markdown 目录促销在Magento 2的主要内容,如果未能解决你的问题,请参考以下文章