Your cart is currently empty!
Can’t customize affiliate links
—
by
Hello.
When I register affiliate partner, there’s an automatic link associated with this affiliate.
For example, http://fxtradelog.com/?affiliates=3
When I try to redirect the user to another page, for example, http://fxtradelog.com/?page_id=52, what am I expected to do?
When I put http://fxtradelog.com/?page_id=52?affiliates=3, it simply doesn’t work, the affiliate click is not registered. But I need to lead the user to this page, not the main page.
I’ve tried different ways, but nothing worked.
And secondly, how do I integrate this plugin with Woocommerce?
Posted in Affiliates by Username
Comments
One response to “Can’t customize affiliate links”
Hi Stanislav,
Thanks for reaching support.
Regarding WooCommerce, you should install Affiliates WooCommerce integration through Affiliates > Settings, under Integrations tab.
Regarding URLs, the easiest way would be to create a new page and add the shortcode [affiliates_dashboard] or Affiliates Dashboard block. In Overview section there is a tool to automatically generate affiliate URLs for any given URL on your site.
Another option if you are using the Affiliates Area page, would be to use the [affiliates_url] like this:
[affiliates_url]http://www.example.com/somepage[/affiliates_url].
In general, a URL with parameters has a specific syntax. The first parameter in a URL must begin with a & and all the others with a ?. In your case it should look like this: http://fxtradelog.com/&page_id=52?affiliates=3
Kind regards,
George