I need to pass Order ID, Product ID & User ID of Woocommerce in the Affiliate Offer/Product URL of Hasoffers so that on return call to Hasoffers via API from Woocommerce, I can get update the Status of the Order in Woocommerce.
As per the Hasoffers documentation I believe Stat.affiliate_info1, Stat.affiliate_info2, Stat.affiliate_info3, Stat.affiliate_info4, Stat.affiliate_info5 can be utilised for same.
Affiliate URL: href='<?php echo esc_url( $product_url )."&Stat.affiliate_info2=".$order_id."&Stat.affiliate_info3=".$product_id."&Stat.affiliate_inf4=".$user_id'
(Also I believe I'm calling the Stat.affiliate incorrectly in the URL)
Please guide in correct direction if I'm going wrong as Hasoffers is a new domain for me.