Page 1 of 1

override jqadm files

Posted: 16 Feb 2018, 21:29
by antonlinderer
how do i override jqadm files? In my case, I need to have a customised file for ext/ai-admin-jqadm/admin/jqadmin/sr/Admin/Product/Option/Config/Standard.php

Re: override jqadm files

Posted: 16 Feb 2018, 21:51
by aimeos
Same way as everywhere else: Extend from the class, store it in you own extension in the same directory structure as the original file and configure the new class name using https://aimeos.org/docs/Configuration/C ... onfig/name

Re: override jqadm files

Posted: 17 Feb 2018, 16:40
by aimeos
Btw: If you only want to add something and don't want to touch the existing code, you can add a new subpart instead. Then your code is more update save.

Re: override jqadm files

Posted: 20 Aug 2020, 15:54
by raghibkhesal2001
Kindly Can you please describe this more step by step