23 lines
582 B
PHP
Executable File
23 lines
582 B
PHP
Executable File
<?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>
|