WordPress – Change WooCommerce Order items admin product link to the product permalink (frontend)
In WooCommerce, the product links in order details currently lead to the product edit page instead of the product page in the webshop. I tried adding some code to fix this and using $product_link = $product ? get_permalink( $product->get_id() )…