projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a963e
)
used get_title function for product to fix 500 error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 24 Jun 2016 15:54:42 +0000
(11:54 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 24 Jun 2016 15:54:42 +0000
(11:54 -0400)
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
a1fcdc8
..
d3a227b
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-2,7
+2,7
@@
$id = $post->ID;
$product_meta = new WC_Product($id);
$sku = $product_meta->get_sku();
- $title = $product;
+ $title = $product
_meta->get_title()
;
?>
<div id="sidebar-category">