I want to override the class file (Product.php) using my module. If I put it in root / override / classes / Product.php, then it works.
But I want to put it in modules / my _module / override / classes / Product.php
Then it does not work for me.
If anyone does something like this, please let me know how can I do this?
Thank.
source
share