Close quickview on click add to cart
-
Hi
Please may I know how to close quickview on product added to cart in quickview.
Tried below code but doesn’t work
add_action( ‘wp_footer’, function(){
?>
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘.single_add_to_cart_button’).click(function(){
$(‘.yith-wcqv-close’).trigger(‘click’);
})
})
</script>
<?php
} );Regards
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Close quickview on click add to cart’ is closed to new replies.