I have created a custom template for my WooCommerce account and I want to include the quick view popup. I have access to global $product (including product id). How can I trigger the quick view popup?
Please see attached URL (catalog page) and screenshot provided. On the catalog, I am using WP custom queries to display the products. When the cart icon is clicked, I would like to open the “quick view popup” – as seen in the screenshot. I tried including some of the php code from the woodmart quick-view.php but it did not trigger the popup.