Page 1 of 1

Overridden error

PostPosted: Sat Jul 16, 2016 9:45 am
by ahtaroo2015_15473
Too many module can't install

how can i install ?

Plz help to me.

1 . v1.3.7-customfields
2. v0.2-belvg_discounts
3. Advanced URL v1.3.2 -

( this module overwirde file complex shop seller vondor module)
i want to use customfileds module .

vipadvancedurl :
Unable to install override: The method getCategoryLink in the class Link is already overridden by the module agilemultipleseller version 3.3.3.0 at 2016-07-16 08:26:22

Re: Overridden error

PostPosted: Sat Jul 16, 2016 1:51 pm
by shokinro
thanks for using our modules.
override is a technique/technology for module developers to override (change behaviour) of prestashop core class/method.
but each class/method/property can only be overridden one time. if there are multiple module try to override the same class/method/property, then the error will be displayed.
This is not a problem or bug of our module, it is Prestashop technical limitation.

Some overrides from different modules can be merged into one as long as they do not conflict in logic and functionality.
Please see here for more detailed explanation.
https://addons-modules.com/store/en/con ... code-merge

Re: Overridden error

PostPosted: Wed Jul 20, 2016 11:33 am
by ahtaroo2015_15473
You means i can't use ?

1 . v1.3.7-customfields
2. v0.2-belvg_discounts
3. Advanced URL v1.3.2 -

if i don't use Agile module that is working fine... So plz can you fix for me ....

Re: Overridden error

PostPosted: Sun Jul 24, 2016 1:37 pm
by shokinro
You means i can't use ?

1 . v1.3.7-customfields
2. v0.2-belvg_discounts
3. Advanced URL v1.3.2 -

if i don't use Agile module that is working fine... So plz can you fix for me ....


No. You can use the module if there is no functional conflicts, but you will have to merge the override code from other modules into existing modules installed.