Hi,
I have recently setup Affiliate Window on a clients site and now have received a pdf from Affiliate Window saying "Click Append" needs setting up so that if an affiliate enters the website with their affiliate id attached to the end of the url string that they want the affiliates ID to be embedded into the html of the page next to the order telephone number.
So basically if someone follows an affiliate link to the store then decides to place the order by phone the operator can ask the caller for the reference number next to the phone number, so you would add something like this on the site:
and the 45628 would of been pulled from the string on the url which would be something like:
webstore.co.uk/?affid=45628
Anyone have any ideas if this is possible and if so how to go about it? the other issue is, it would need to combine an if statement for the visitors who have not come to the store via an affiliate so the if statement would hide the paragraph based on the url.
Any help appreciated.
I have recently setup Affiliate Window on a clients site and now have received a pdf from Affiliate Window saying "Click Append" needs setting up so that if an affiliate enters the website with their affiliate id attached to the end of the url string that they want the affiliates ID to be embedded into the html of the page next to the order telephone number.
So basically if someone follows an affiliate link to the store then decides to place the order by phone the operator can ask the caller for the reference number next to the phone number, so you would add something like this on the site:
Telephone 0845 123 4567 to place an order and quote 45628 when
ordering.
ordering.
webstore.co.uk/?affid=45628
Anyone have any ideas if this is possible and if so how to go about it? the other issue is, it would need to combine an if statement for the visitors who have not come to the store via an affiliate so the if statement would hide the paragraph based on the url.
Any help appreciated.
Comment