Question

We catalog price rule which give 35% off on all category product. SKU T1: $50 Regular price- $32 Salable Price

Now I am loading that product throught product factory

$product = $this->productFactory->create()->load(1); echo $product->getPriceInfo()->getPrice('final_price')->getAmount()->getValue(); //getting right amount $32

$product->getFinalPrice(); //$50 wrong result

what is the the issue?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top