Page 1 of 1

how to overwrite image class, but only in catalog

Posted: Sat Jul 02, 2022 11:16 am
by loop
Hi all
i need to override only the catalog imageclass and not in the admin part.
if i put it in system/override it's everywhere, is this possible?

thank you!

Re: how to overwrite image class, but only in catalog

Posted: Sat Jul 02, 2022 11:28 am
by ecartz
Copy the original into admin/includes/classes and the modified version into includes/system/override

Then admin will use the admin copy and catalog will use the system copy.