Quick view and link to the product page at the same time in product list view

  • Posts: 104
  • Thank you received: 5
1 year 1 month ago #349946

In Hikashop settings > display, the popup mode can only have a popup only (quick view) or a no popup (link to the product page). How can you have both at the same time?

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

  • Posts: 4502
  • Thank you received: 610
  • MODERATOR
1 year 1 month ago #349958

Hello,

What you are asking, if we understand correctly, would be to have a button that directs to the product page, while the rest will only trigger the popup.

- For this you have to create an override view (see this documentation ).
- Then you must find the code that generates the dynamic code to create the URL to the product page in the show_popup view.
=> You will find it in YourWebsite\components\com_hikashop\views\product\tmpl\show_popu.php
- and create your button :
example :

<a href="YourURlLink/index.php/hikashop-menu-for-products-listing/product/129-star-stilettos" class="hikabtn hikacart">
	Choose options		
</a>

Hope this will help you to achieved your needs.
Regards

Last edit: 1 year 1 month ago by Philip.

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

Time to create page: 0.077 seconds
Powered by Kunena Forum