I'm trying to install related options extension on my open cart (fresh install 2.1.0.1).
This extensions uses ocMod to make a modification on
admin/model/catalog/product.php
The problem is that in my frontend I get Undefined index: reviews in /catalog/controller/product/product.php
My question is:
1. How is it possible that the frontend controller loads the admin product model?
I've modified the install.ocmod.xml so that there are no real changes done (only comment). Still the problem exists. Apparantly when OcMod places a file in system/modification/admin/model/catalog/product.php it gets loaded by
/catalog/controller/product/product.php

Any help is welcome..
Bas