site_oueb_2/wp-content/themes/oceanwp/woocommerce/quick-view.php

23 lines
582 B
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Quick view template.
*
* @package OceanWP WordPress theme
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
} ?>
<div id="owp-qv-wrap">
<div class="owp-qv-container">
<div class="owp-qv-content-wrap">
<div class="owp-qv-content-inner">
<a href="#" class="owp-qv-close" aria-label="<?php oceanwp_theme_strings( 'owp-string-woo-quick-view-close', 'oceanwp' ); ?>">×</a>
<div id="owp-qv-content" class="woocommerce single-product"></div>
</div>
</div>
</div>
<div class="owp-qv-overlay"></div>
</div>