Hi All,
I am Joomla 5.4.5 and EShop 5.4.1. After upgrading both my Joomla and EShop to these versions I get an errors on the home page:
Warning: Undefined variable $actionUrl
Warning: Undefined variable $pagination
Warning: Undefined variable $sort_options
in the file /components/com_eshop/themes/default/views/common/products.php at line 70,71,72
This is the content of that page:
Code:
<?php
echo EShopHtmlHelper::loadCommonLayout(
'blocks/sort_bar.php',
[
'showSortOptions' => $showSortOptions,
'actionUrl' => $actionUrl,
'pagination' => $pagination,
'sort_options' => $sort_options,
]
);
?>
Any quick fixes??
Thanks!