Cannot override class file in module in preashashop

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.

+4
source share
2 answers

, , . : . , /my_module/override/classes/ / .

+5

@PrestaShopDeveloper override/classes, ; , - 777 .

0

Source: https://habr.com/ru/post/1543660/


All Articles