Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 210725

Query_post YITH WooCommerce Quick View not working

$
0
0

Replies: 0

I have query_post show item product


<?php
$hbox = array(
	'posts_per_page' => $pn,
	'post_type' => 'product',
);
query_posts( $hbox );
$loop = new WP_Query( $hbox );
?>
<?php if (have_posts($loop->have_posts())); { ?>
<?php while (have_posts($loop->have_posts())) { $loop->the_post(); global $product; ?>
...
<?php echo do_shortcode('[yith_quick_view]'); ?>
....
<?php } ?>
<?php } wp_reset_query(); ?>

But don’t show button yith_quick_view?

Any idea form help me.

Thanks


Viewing all articles
Browse latest Browse all 210725

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>