override jqadm files

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
antonlinderer
Posts: 42
Joined: 14 Sep 2017, 09:59

override jqadm files

Post by antonlinderer » 16 Feb 2018, 21:29

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

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: override jqadm files

Post by aimeos » 16 Feb 2018, 21:51

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: override jqadm files

Post by aimeos » 17 Feb 2018, 16:40

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

raghibkhesal2001

Re: override jqadm files

Post by raghibkhesal2001 » 20 Aug 2020, 15:54

Kindly Can you please describe this more step by step

Post Reply