Option to view products and move the next and previous

  • Posts: 34
  • Thank you received: 1
  • Hikaauction Standard
3 years 1 month ago #329075

-- HikaShop version -- : 4.4.0
-- HikaAuction version -- : 3.0.1
-- Joomla version -- : 3.9.4
-- PHP version -- : 7.4.14
-- Browser(s) name and version -- : Chrome Version 88.0.4324.104

I need the Option to view products and move the next and previous.

Is there a way to add the next and previous buttons to individual products?

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

  • Posts: 12953
  • Thank you received: 1778
3 years 1 month ago #329135

Hello,

Sure, the option you want to use is "Show shortcuts to other category products" via "Hikashop->System->Configuration->Display".

Kind regards,
Mohamed.

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

  • Posts: 34
  • Thank you received: 1
  • Hikaauction Standard
3 years 1 month ago #329164

That's great, although a little hard to see. Can I position it on the bottom of the page,
or make the icons larger and centered?

and/or under the Item image.

Also, I would like to use custom icons for the previous/next buttons

Great Product and has much potential.
Dennis

Last edit: 3 years 1 month ago by ddevine.

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

  • Posts: 12953
  • Thank you received: 1778
3 years 1 month ago #329251

Hello Dennis,

Sure, using some CSS code will do the job :
www.hikashop.com/support/documentation/1...the-display.html#css

Also if you want to move previous/next buttons, the solution will be to directly edit the code of the "Show" file of the "Product" view of your front-end template via "Hikashop->Display->Views", and move these lines :

if(!empty($this->links->previous))
	echo '<a title="'.JText::_('PREVIOUS_PRODUCT').'" href="'.$this->links->previous.'"><span class="hikashop_previous_product"></span></a>';
if(!empty($this->links->next))
	echo '<a title="'.JText::_('NEXT_PRODUCT').'" href="'.$this->links->next.'"><span class="hikashop_next_product"></span></a>';

Kind regards,
Mohamed.

Last edit: 3 years 1 month ago by Mohamed Thelji.

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

  • Posts: 34
  • Thank you received: 1
  • Hikaauction Standard
3 years 1 month ago #329405

Sorry, I can't find that. Could you send me the link to that in a generic website location?

Something like this?

This message contains confidential information

Last edit: 3 years 1 month ago by Mohamed Thelji. Reason: Edited message for security purpose

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

  • Posts: 12953
  • Thank you received: 1778
3 years 1 month ago #329446

Hello,

You'll find it via "Hikashop->Display->Views" by using the search filters like in the attached screenshot.

Kind regards,
Mohamed.

Attachments:
Last edit: 3 years 1 month ago by Mohamed Thelji.

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

  • Posts: 34
  • Thank you received: 1
  • Hikaauction Standard
3 years 1 month ago #329473

Sorry, Several "show" listed

I did not see that one that was on the second page.

I believe I'll get a handle on this soon

The following user(s) said Thank You: Mohamed Thelji

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

Moderators: Mohamed Thelji
Time to create page: 0.080 seconds
Powered by Kunena Forum