During add-on installation a check is performed to find out if the add-on requires other add-ons to work properly. This is how you specify these add-ons in addon.xml:
<compatibility>
<dependencies>discussion,form_builder</dependencies>
</compatibility>
If any of the required add-ons is not installed, the following message will appear:
Important
Warning: The add-on cannot be installed because a dependence on the Comments and reviews,Form builder add-on is set for it. Please install the Comments and reviews,Form builder add-on first.
During add-on activation a check is performed to find out if the add-on conflicts with any other add-ons. If some conflicting add-ons are already active, the add-on can still be installed, but it will remain disabled. This is how you specify conflicting add-ons in addon.xml:
<compatibility>
<conflicts>catalog_mode,reward_points</conflicts>
</compatibility>
If you try to enable the add-on while any of its conflicting add-ons is active, the following message will appear:
Important
Warning: Add-on “Example” is incompatible with the following add-ons: Catalog mode, Reward points. It cannot be enabled.
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.