-- HikaShop version -- : 6.6.0
-- Joomla version -- : 6.1.3
-- PHP version -- : 8.4
It looks like since about v6.5.2 the hikashopController is not extending the hikashopBridgeController class.
We use custom hikashopBridgeController class to apply own code, but it doesn't work after update from 6.5.0.
See /administrator/components/com_hikashop/helpers/helper.php:
class hikashopController extends \Joomla\CMS\MVC\Controller\BaseController {
In v6.5.0 it was:
class hikashopController extends hikashopBridgeController {
Can we expect the return to original behavior in the next version?