3

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?

ayyanar pms
  • 169
  • 1
  • 2
  • 13

1 Answers1

4

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

DigitCart
  • 2,980
  • 2
  • 18
  • 28