Fixed How to fixing conflict with addon: XenAtendo by Jaxel

Status
Not open for further replies.

Truonglv

♥♥ √εgετα ♥♥
Staff member
Tech Support
By the way. I and Jaxel using same route 'events' for product. So that's problem when try to install.

In code: I giving fixed that. But its still need manual edit something.

Step 1: Enable development mode. Add this code to your config.php
PHP:
$config['debug'] = true;
Step 2: Go to tab Development->Route Prefixes under ACP page.
The section: Public Route Prefixes searching for events.

Route Prefix: events
Route Type: Public
Route Class: EWRatendo_Route_Events
Use class to build link: Only when data is provided
Add-on: You should choose my addon :)

Save.
Now you're done!

Dont forget remove development mode by remove that line

PHP:
$config['debug'] = true;
 
Status
Not open for further replies.
Back
Top