0 votes
1.6k views
in Magento by (150 points)
Hi,

I would like to modify product price on the go. I don't want them to change in inventory, but need to be shown on the front-end, may or may not be based on customer who logged in. Any clue on how to achieve this ?

1 Answer

+2 votes
by
selected by
 
Best answer
You need to do this using three observers here, and they are

1. rewrite_finalprice_product
2. catalog_product_collection_load_after
3. checkout_cart_product_add_after.

More detailed article can be found on this blog for reference.

http://phponlinesupport.com/blog/modify-product-price-dynamically-on-the-go-magento/
by (620 points)
Wonderful solution. I used this for different purpose, to set discounts on the fly for customers which was assigned from a 3rd party application outside magneto. Thank you...

Related questions

+1 vote
1 answer 1.5k views
0 votes
3 answers 2.9k views
0 votes
1 answer 1.2k views
+1 vote
2 answers 8.7k views
asked Jan 30, 2018 in Frameworks by Doumeki (480 points)
0 votes
1 answer 7.1k views
0 votes
0 answers 837 views
...