Problem: I would like to create a View of linked products to display on the single product template.
Solution: There's no built-in way to do this because of how WooCommerce stores linked products in a serialized data structure. A custom code solution is required.