Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ahoadon
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phạm Quang Huy
ahoadon
Commits
39ea95c0
Commit
39ea95c0
authored
Dec 23, 2019
by
Pham Huy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reset tpl woocommerce
parent
3e6c9d2b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
content-single-product.php
.../plugins/woocommerce/templates/content-single-product.php
+1
-1
single-product.php
wp-content/plugins/woocommerce/templates/single-product.php
+3
-3
No files found.
wp-content/plugins/woocommerce/templates/content-single-product.php
View file @
39ea95c0
...
...
@@ -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>
...
...
wp-content/plugins/woocommerce/templates/single-product.php
View file @
39ea95c0
...
...
@@ -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. */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment