-- url of the page with the problem -- :
www.swiftplantspares.com/jcb-parts-catalogue
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.7.0
I'm on 2.6.4, so perhaps this has changed in version 3 (if there's no solution I'll probably need to move to other software rather than purchasing 3, which would be a shame). When using the category pagination, it's implemented with JavaScript over a POST request, like so:
<a class="pagenav" title="3" onclick="javascript: var f = document.forms['adminForm_hikashop_category_information_menu_302_2_bottom']; f.limitstart_hikashop_category_information_menu_302_2.value=36; f.submit();return false;">3</a>
So this means the pages are not picked up by search engines, each category page does not have a unique URL, and when using the back button to go to a category page, the page has to be refreshed and form data resubmitted in order to view it again. Is it possible to enable category pagination so that it is done with GET parameters and resolve these issues?
Thanks.