不在lightbox中显示WooCommerce产品页面

时间:2018-08-30 作者:Himanshu Borah

我已经安装了一个名为“WP Post Popup”的插件。它易于使用,并允许在灯箱中显示任何链接。我已输入以下代码

$wproduct = get_post( $wproduct_id  );  
$wslug = $wproduct->post_name; 
$product_pop = \'<a class="modal-link" href="/product/\' . $wslug . \'"/>View</a>\';
echo $product_pop;
它正在渲染灯箱。但lightbox没有正确显示其内容。像这样The texts that are showing is the product description

0 个回复
结束