[ad_1]
Hello, my name is Fernando Carvalhosa.
How are you?
I would like to know if it is possible to change the coupon link that is sent by email, I would like to change it to the selected product.
Currently, the code is being sent to the store and activating the coupon automatically.
$coupon_target = home_url( ‘/?sc-page=shop&coupon-code=’ . $coupon_code );
Is it possible to change the coupon url for the related product?
