hikashop_social does not work

  • Posts: 19
  • Thank you received: 0
10 years 3 weeks ago #151990

???

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

  • Posts: 13201
  • Thank you received: 2322
10 years 3 weeks ago #152318

Hi,

Sorry for the late reply.
Here is the solution, you have to edit the file "components/com_hikashop/views/product/views.html.php" in the function "listing()" replace:

			$pageInfo->limit->start = $app->getUserStateFromRequest( $this->paramBase.'.limitstart', 'limitstart_'.$this->params->get('main_div_name').$category_selected, 0, 'int' );
By:
			$pageInfo->limit->start = JRequest::getVar('limitstart_'.$this->params->get('main_div_name').$category_selected,0);

The following user(s) said Thank You: goforbet

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

  • Posts: 19
  • Thank you received: 0
10 years 3 weeks ago #152349

yes thats it!
everything Works fine.
thanks a lot for your help.
you and the other guy!

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

Time to create page: 0.072 seconds
Powered by Kunena Forum