Hi David,
I got the 404 error when I set config_useRewrite to "true". It's ok when config_useRewrite is disabled. My store is located at url/shopping/, and I've enabled .htaccess.
BTW, just bought the script and as a noob I'm wondering where do I put the affiliate tracking ID e.g. PID for CJ?
Thank you.
Hi,
If your site is in the /shopping/ directory, did you remember to modify your .htaccess and change:
RewriteBase /
to:
RewriteBase /shopping/
That should be all there is to it.
If you want to add a tracking ID to the end of Buy URL's you can do this using filters. After registering the feed, click "Filters", and add a new "Text After" filter to the Buy URL. Then, on the configuration page for that filter you can add anything you want to append to the URL, for example:
&pid=1234
...of course what you actually add depends entirely on how you are able to modify CJ Buy URL's to contain your tracking ID. Check however that the feeds you are using are not already setup to contain your full affiliate URL - as you might not need to use filters at all...
Cheers,
David.