PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
themes
/
oceanwp
/
woocommerce
<?php /** * Quick view template. * * @package OceanWP WordPress theme */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } while ( have_posts() ) : the_post(); ?> <div id="product-<?php the_ID(); ?>" <?php post_class( 'product' ); ?>> <?php do_action( 'ocean_woo_quick_view_product_image' ); ?> <div class="summary entry-summary"> <div class="summary-content"> <?php do_action( 'ocean_woo_quick_view_product_content' ); ?> </div> </div> </div> <?php endwhile;
[-] result-count.php
[edit]
[-] add-to-wishlist-button.php
[edit]
[+]
..
[+]
single-product
[-] content-single-product.php
[edit]
[+]
checkout
[+]
loop
[-] owp-off-canvas-sidebar.php
[edit]
[-] owp-archive-product-hover.php
[edit]
[+]
cart
[-] quick-view-content.php
[edit]
[-] owp-single-product.php
[edit]
[-] quick-view.php
[edit]
[-] wc-content-wrapper.php
[edit]
[-] owp-archive-product-thumbnails.php
[edit]
[-] wc-content-wrapper-end.php
[edit]
[-] share.php
[edit]
[-] quick-view-image.php
[edit]
[-] owp-archive-product.php
[edit]