I have noticed the PayPal addon and the Orderhive addon both use the same hooks. When both turned on the PayPal stops working. How does one fix this conflict?
I have noticed the PayPal addon and the Orderhive addon both use the same hooks. When both turned on the PayPal stops working. How does one fix this conflict?
If add-ons use pre or post hooks, they usually work correctly, but if one of them (or both) overrides the same hook, you need to combine the changes, put them all in one file.
I have noticed the PayPal addon and the Orderhive addon both use the same hooks. When both turned on the PayPal stops working. How does one fix this conflict?
The code of the module with higher priority will be used in this case. As alternative, you can use the My changes module, set high priority and include files from both modules to it