Quote Originally Posted by elhuds View Post
If you have any other ideas, I am all eyes and ears

I really do like what you got here and I am really hoping to get it to work.

Thanks again.
Ok lets try something new.

Find the file shops_root/includes/classes/fetch_download.php

Now find about line 56
Code:
  case "zip": $content_type="application/zip"; break;
Change to
Code:
  case "zip": $content_type="application/octet-stream"; break;
See if that changes anything.

Skip