To display the product name instead of the product ID on the WooCommerce coupon list page, you’ll need to customize the WooCommerce admin page. This involves overriding the default behavior with custom code. Here’s how you can achieve this:

    1. Add Custom Code: First, you’ll need to add a custom function to your child theme’s functions.php file. Or you can install our My Code Snippets plugin for easy code insertion. This function will hook into the WooCommerce coupon list page and modify the display. 
    2. Custom Function: Add the following code: