Commit 39ea95c0 by Pham Huy

reset tpl woocommerce

parent 3e6c9d2b
......@@ -57,7 +57,7 @@ if ( post_password_required() ) {
* @hooked woocommerce_template_single_sharing - 50
* @hooked WC_Structured_Data::generate_product_data() - 60
*/
//do_action( 'woocommerce_single_product_summary' );
do_action( 'woocommerce_single_product_summary' );
?>
</div>
......
......@@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
get_header(); ?>
get_header( 'shop' ); ?>
<?php
/**
......@@ -43,7 +43,7 @@ get_header(); ?>
*
* @hooked woocommerce_output_content_wrapper_end - 10 (outputs closing divs for the content)
*/
// do_action( 'woocommerce_after_main_content' );
do_action( 'woocommerce_after_main_content' );
?>
<?php
......@@ -55,6 +55,6 @@ get_header(); ?>
// do_action( 'woocommerce_sidebar' );
?>
<?php get_footer();
<?php get_footer( 'shop' );
/* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment