I have an affiliate site with about 800 products, my existing affiliate is dead and I want to redirect all the traffic to another.
The easiest was I see now is to change all “BUY” button urls with the new affiliate link (to the homepage of my new affiliate program).
So, I need a solution to do this, does someone know the answer? thanks
You need to modify the url via the
woocommerce_product_add_to_cart_url
filter in theadd_to_cart_url()
method of the product class.