Custom display when open quick view
-
Hi,
We working on develop with you plugin, and looking to create custom display content when user see pop-up window.
This part of code generate full body in file yith-quick-view.php.
<div id="yith-quick-view-modal"> <div class="yith-quick-view-overlay"></div> <div class="yith-wcqv-wrapper"> <div class="yith-wcqv-main"> <div class="yith-wcqv-head"> <a href="#" id="yith-quick-view-close" class="yith-wcqv-close">X</a> </div> <div id="yith-quick-view-content" class="woocommerce single-product"></div> </div> </div> </div>
This part of code generate product in file yith-quick-view-content.php.
<div class="product"> <div id="product-<?php the_ID(); ?>" <?php post_class( 'product' ); ?>> <?php do_action( 'yith_wcqv_product_image' ); ?> <div class="summary entry-summary"> <div class="summary-content"> <?php do_action( 'yith_wcqv_product_summary' ); ?> </div> </div> </div> </div>
Our idea is to create custom content display, when user click to see quick view window.
Can you help us, how can do that.
Thank you in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom display when open quick view’ is closed to new replies.