Hi,
I'd need to over ride the vmpsplugin.php file form my administrator files. I tried it the regular way like I do in front end creating a com_virtuemart/vmpsplugin.php file in the templates/bluestork/html... but it doesn't seem to see any of it.
so in the end, I have my file in
administrator/templates/bluestork/html/com_virtuemart/vmpsplugin.php
Where do I get it wrong?
(I also tried administrator/templates/bluestork/html/com_virtuemart/plugins/vmpsplugin.php to no avail.)
Thanks
Overrides don't work with plugins. You could try extension JHack to keep your changes alive during VM updates.