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

index 4eaf5ee..a6853df 100644 (file)
@@ -35,7 +35,7 @@ foreach ($tags as $tag){ ?>
 //    }
     $key_value = get_post_custom_values('miproduct_related_products', $product->ID); 
     foreach($key_value as $key=>$value){
-        echo "Related Products: " . $value . " ";
+        echo '<strong>Related Products: </strong>' . '<a href="#">' . $value . '</a>';
     }
    
 ?>