Not displaying Woocommerce product page in lightbox
I have installed a plugin named "WP Post Popup" . It is easy to use and allows any link to show in a lightbox. I have entered the below code
$wproduct = get_post( $wproduct_id );
$wslug = $wproduct-post_name;
$product_pop = 'a class="modal-link" href="/product/' . $wslug . '"/View/a';
echo $product_pop;
It is rendering the Lightbox. But the lightbox is not displaying its content correctly. Like this
Topic lightbox woocommerce-offtopic jquery plugin-development plugins Wordpress
Category Web