Hi everyone,
does anybody know how to override files from the folder \administrator\components\com_virtuemart\models\ in an update save way?
Thanks in advance!
Hello,
You will have to edit those files, there is no possible way to override them, you could create a new model but then again you have to edit other core files to used it.
Regards
I need the same, to override /administrator/components/com_virtuemart/helpers/*.php
Ive made a modification to a helper, and dont want to loose the changes every time i update VM.
Any way to override files in there?
No. We don't support hacking core files because they will get overwritten. Changes to core functions should be done by using a plugin - that does not get overwritten.
Quote from: jenkinhill on August 20, 2013, 22:58:14 PM
No. We don't support hacking core files because they will get overwritten. Changes to core functions should be done by using a plugin - that does not get overwritten.
Thanks Kelvyn!
Can you tell me where to find information about this? Im still wanting to make this modification without getting overwritten.
Regards!
At the top of this page click on Dev Portal, Marttyn.
Thanks Maxim! Ive checked the Dev portal, and i think i will spend to much time making a plugin, just for a simple mod... so i will wait for next release and hope it is included ;D