Quote:
Originally Posted by yoyoyoyo
I got this working!
I simply added AddHandler application/x-httpd-php5 .php to my .htaccess file.
|
So then you've got php 5 running somewhere on your server.
Quote:
Now I have another issue 
I deleted the old product and installed the updated one, and entered my amazon associates ID, but I don't see it listed in the URL when I click on an item.
for instance - let's say my associates ID is: myamazonuser-20
If I get a link from amazon associates it looks like this:
Code:
http://www.amazon.com/dp/B00095V56E?tag=myamazonuser-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=B00095V56E&adid=1PJB2AHQETSAMWEM7RM4&
but if I click on the link through the amazon store on my site it looks like this:
Code:
http://www.amazon.com/o/ASIN/B00095V56E/105-5046536-9646804?SubscriptionId=0X5J0DYKEA7V6Y1BH1G3
I don't see my associate's ID myamazonuser-20 listed in the link from my site...
|
Oops!
I'll have this fixed in the next version (later today or tomorrow). But for now if you'd like to fix it yourself, open both amazon_store.php and amazon_store_detail.php and search for "AssociateID". Replace it with "AssociateTag".