Quote Originally Posted by Kenichi View Post
Just in case anyone else is still wondering, the filepath "/" refers to your store root directory. So if your store was in www.mydomain.com/shop you would move gss.xls to "/shop". If your store was www.mydomain.com your would move to just "/" (your public_html folder).
Actually you don't have to move the gss.xls at all, or do no hacking to any file. Just change a line in your .htaccess file and everthing will work. See below. Thanks for the post Payam
Quote Originally Posted by Payam View Post
(This is for if you have the stylesheet error with gss.xsl)
Here is why this addon won't work with zencart. You don't need to move anything anywhere or do anyother hack except to change the .htaccess file under your "includes" folder.

/web-site-root/includes/.htacess

on line 26 you will find:
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">

Change the line to:
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">

You are by doing that allowing the filetypes *.xsl and *.XSL to be accessed by an external browser.

My .htaccess version is:
# @version $Id: .htaccess 16111 2010-04-29 22:39:02Z drbyte $
So perhaps that is why on zencart 1.38 it works and not on the newer ones.

drbyte is working some late hours, send him some coffee :)