added related products output
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 21:31:12 +0000 (16:31 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 21:31:12 +0000 (16:31 -0500)
views/product_detail.php

index 6fd7941..2e26b9f 100644 (file)
@@ -33,6 +33,10 @@ foreach ($tags as $tag){ ?>
     foreach($key_value as $key=>$value){
         echo $value;
     }
+    $key_value = get_post_custom_values('miproduct_related_products', $product->ID); 
+    foreach($key_value as $key=>$value){
+        echo $value;
+    }
    
 ?>