After upgrading. When you browse in the store from the category menu to products, charging the product page get the following error:
Fatal error: Call to a member function getListFooter() on a non-object in /Applications/XAMPP/xamppfiles/htdocs/web_tienda/templates/shoplab/html/com_virtuemart/category/default.php on line 157
I tried to disable plugins VM in case one causing the problem. I reinstalled the AIO but I could not fix it.
Hopefully someone can help me. Thanks and regards.
the pagination variable changed, grab it from the original view, and put it in your template override
How do I do this?
look in the /view/ file, and copy the code.
THEN, change your template override to reflect the new code
Thank you for your quick response, I am now looking at the wiki template override to get familiar with the new template due virtuemart uses. Thank you again for your help.