Answer the question
In order to leave comments, you need to log in
How to change all files in a folder in OCMOD, except for the ones listed?
There is a directory admin/controller/catalog
In it, all files are standard, only 1 is explicitly knocked out (ocfilter.php)
The "Apply" button modifier tries to replace links where to redirect after saving.
For ocfilter, such redirects are unacceptable
Changing all files can be done using a mask:
In order not to affect a specific file, you must manually list each affected file:<file path="admin/controller/catalog/*.php">
<file path="admin/controller/catalog/{attribute,attribute_group,category,...}.php">
<file path="admin/controller/catalog/*{!ocfilter}.php">
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question