Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opencart update modifications folder files

I'm newbie to opencart, i changed some controllers and models in system/storage/modifications folder.

In opencart admin side when i install new extensions and then goto modifications >> clear cache, the files i changed in system/storage/modifications gets overwrite

can anyone suggest how to overcome this issue?

like image 933
ayyanar pms Avatar asked Mar 14 '26 15:03

ayyanar pms


1 Answers

You should not edit the files in storage/modification folder, because as soon as you hit the refresh button in extensions / modifications in admin panel, OpenCart removes them all and creates the new files.

You can use:

Modification System

vQmod

Event System

like image 69
DigitCart Avatar answered Mar 17 '26 05:03

DigitCart