File "single-product-fullwidth.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/powerpack-elements/templates/woocommerce/single-product-fullwidth.php
File
size: 467 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
if (!defined('ABSPATH')) {
exit;
}
\Elementor\Plugin::$instance->frontend->add_body_class('elementor-template-full-width');
get_header('shop');
do_action('elementor/page_templates/header-footer/before_content');
?>
<?php
while (have_posts()) {
the_post();
?>
<?php
wc_get_template_part('content', 'single-product');
?>
<?php
}
?>
<?php
do_action('elementor/page_templates/header-footer/after_content');
get_footer('shop');