Commit 3e6c9d2b by Pham Huy

Merge remote-tracking branch 'origin/dev' into dev

parents 4da08b54 139ae98a
...@@ -57,7 +57,7 @@ if ( post_password_required() ) { ...@@ -57,7 +57,7 @@ if ( post_password_required() ) {
* @hooked woocommerce_template_single_sharing - 50 * @hooked woocommerce_template_single_sharing - 50
* @hooked WC_Structured_Data::generate_product_data() - 60 * @hooked WC_Structured_Data::generate_product_data() - 60
*/ */
do_action( 'woocommerce_single_product_summary' ); //do_action( 'woocommerce_single_product_summary' );
?> ?>
</div> </div>
......
...@@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) { ...@@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly exit; // Exit if accessed directly
} }
get_header( 'shop' ); ?> get_header(); ?>
<?php <?php
/** /**
...@@ -43,7 +43,7 @@ get_header( 'shop' ); ?> ...@@ -43,7 +43,7 @@ get_header( 'shop' ); ?>
* *
* @hooked woocommerce_output_content_wrapper_end - 10 (outputs closing divs for the content) * @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 <?php
...@@ -52,9 +52,9 @@ get_header( 'shop' ); ?> ...@@ -52,9 +52,9 @@ get_header( 'shop' ); ?>
* *
* @hooked woocommerce_get_sidebar - 10 * @hooked woocommerce_get_sidebar - 10
*/ */
do_action( 'woocommerce_sidebar' ); // do_action( 'woocommerce_sidebar' );
?> ?>
<?php get_footer( 'shop' ); <?php get_footer();
/* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */ /* 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