From 9c5054e56637c360453dd43309a8b01969922a79 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 29 Dec 2015 09:36:54 -0500 Subject: [PATCH] added features section --- views/product_detail.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/views/product_detail.php b/views/product_detail.php index 2144834..c69e17d 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -13,15 +13,22 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); post_title . "
"; ?>

post_title; ?>

+ID); + foreach($key_value as $key=>$value){ + echo $value; + } ?> + ID); -// foreach($key_value as $key=>$value){ -// echo $value; -// } ?> + $key_value = get_post_custom_values('miproduct_features', $product->ID); + foreach($key_value as $key=>$value){ + echo $value; + } ?>
-- 2.17.1