• Will the lightbox work with grouped products?

    If so, I want to “call” the quickview of a grouped product from a website button that I create.

    Background: I create my own catalog pages, if you will, for each type of product, as I don’t care for the default woocommerce pages. Please visit this page, https://fireholeoutdoors.com/firehole-sticks/, as an example of one of them. Each button on this page takes the user directly to the grouped product and I do not allow the users to go to individual product pages. This process has worked out very well thus far but, I would like to simplify the user experience a bit so they do not have to leave this catalog page until they are ready to go to a new product type.

    How do I create a button “link” to do this? If it means I need to add script calls to the page I don’t have a problem with that.

    Thank you,

    Joe

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPBean

    (@wpbean)

    Hi,

    You can use this plugin LightBox with any products loop. You have to call two functions for showing the QuickView Button and the LightBox content. Default these functions are hooked to this WooCommerce hook – woocommerce_after_shop_loop_item.

    Just call the following functions inside your custom loop. Let me know if you need any more help with this.

    • wpb_wl_hook_quickview_content()
    • wpb_wl_hook_quickview_link()

    Thanks

    Thread Starter mathisjr

    (@mathisjr)

    Thank you very much!

    I was hoping for a shortcode or maybe something I could add to the functions file!

    But, I am grateful for your response!

    Thank you,
    Joe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grouped products called via link’ is closed to new replies.