Product Pagination is not working

  • Posts: 129
  • Thank you received: 0
8 years 1 month ago #267965

-- HikaShop version -- : 3.0.1

hi,
my product pagination on category listing is not working,
when i click on page 2 the link change to : domain//#" onclick="var f = document.forms[
and it doesn't open up the next page!
where is the problem ?

Please Log in or Create an account to join the conversation.

  • Posts: 26253
  • Thank you received: 4040
  • MODERATOR
8 years 1 month ago #267991

Hello,

I guess that you (or your template) have override the Joomla pagination system because it does not follow the conventional rules for the HTML content

<ul class="pagination"><li class='active'><a>1</a></li><li><a class='' href='#" onclick="var f = document.forms['adminForm_hikashop_category_information_module__2_top']; f.limitstart_hikashop_category_information_module__2.value=12; f.submit();return false;' title='2'>2</a></li><li><a class='' href='#" onclick="var f = document.forms['ad
As you can see, while in HTML the parameter should use double quotes, in your case you have simple quotes. So the HikaShop href (which is there to put the onclick event) is not working.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 119
  • Thank you received: 6
8 years 1 month ago #269135

Hi

i don't know if it is a similar issue but I'm with joomla 3.7.0, template Gantry, Hikashop 3.0.1 starter
Here my link test site

all seems OK but I when move my mouse onto the link I cannot jump to the link target (no hand)

thanks

Bertrand

Please Log in or Create an account to join the conversation.

  • Posts: 119
  • Thank you received: 6
8 years 1 month ago #269152

Hi

Sorry for my previous mail, links works !!
i can navigate to other page but what is strange is that I don't have the small hand like other normal link

take care

Bertrand

Please Log in or Create an account to join the conversation.

  • Posts: 26253
  • Thank you received: 4040
  • MODERATOR
8 years 1 month ago #269149

Hello,

It's similar but not the same problem.
Your pagination is working but because there is no "href", the browser do not put a "pointer" cursor.
You can just add CSS to handle that properly:
www.tutorialspoint.com/css/css_cursors.htm

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Last edit: 8 years 1 month ago by nicolas.

Please Log in or Create an account to join the conversation.

Time to create page: 0.050 seconds
Powered by Kunena Forum