Not sure if this is a bug or simply a mis-interpretation in PHP but here it goes:
I have the products on my site connected to Amazon Web Services (AWS). All of my images, product descriptions, etc. are retrieved from Amazon's site. Everything works fine except for this one glitch:
My smallImage is not retrieved from Amazon Web Services, but rather is uploaded to my server manually via Store Manager. The reason why I did it this way with the smallImage is because it is used everywhere in the CRE loaded system, from the infoboxes, to the main page modules, specials section, search results, etc. so it would be too many files to modify to incorporate this image with AWS. On top of that, it would slow down my site if I had callRequests to Amazon to retrieve 50 small Images and display them on the search results page. On the product page this is fine because it is retrieving info for just 1 product.
So what's the problem?:
Any images that have a percent sign "%" in its name will not display on the site. If I manually modify the image name to remove the %, it works fine. It seems really strange. And since my Store Manager imports are updated daily, it is quite an inconvenience to rename the image files after they are uploaded, because the import file will just overwrite what I do the next day to the original Amazon links with the % signs in the name.
The site is
http://www.milatechnologies.com, when you browse through the catalog/search results, you will notice the images that do not appear are the one's with the % in the name. If anyone can help me with this one it would be greatly appreciated!