
Originally Posted by
Berzerk
Still working!
One last thing i need to do - have posted it on the Jrox forum so copied below as someone here may have experience with it.
Setup all done after a weekend which isn't too bad!
The only thing is i want to set up affiliate links to individual product pages. I have tried using the method prescribed of replacing the "&" with "%26" but always coming up with page not found or no products.
The reason is that the affiliate id is getting appended (as it needs to because the shop is on a different server) to the end of the product URL so instead of products_id=2 at the end of the URL i get:
products_id=251232323123232302323230232323
Is there any way round this (other than moving servers!)
First off I'm totally new to JRox but I wanted the same thing. Basically have each item have their own specific link. I just started browsing in the documentation and came onto this little tidbit. You add the following code before the URL.
Code:
http://www.silverpublishing.info/affiliates/jrox.php?id=1&jxURL=YOURPRODUCTURLHERE
As per your info above affiliates will have to know to replace the "&" with "%26". In my case that's not necessary because I use SSU which changes my links completely to something like:
Code:
http://mywebsite.com/product-name-product-number
So I'll most probably never end up with an "&" in my product links. If I do, it's something I'll have to look into some more.