Repository Forums Support WooCommerce Extended Coupon Features PRO Add Products Name is message Reply To: Add Products Name is message

#975
Soft79
Keymaster

By further customizing the script this is possible.

TIP: You can use $coupon->product_ids to get the product id(s) of the coupon. Then construct a WC_Product and you have all the info available you need; like $product->get_permalink() or $product->get_title() .