I’m using Windows and the Permalinks aren’t working

Windows IIS hosting has some quirks and often requires that index.php be part of the url. This can be fixed by putting this in your wp-config.php.

define('FOXYSHOP_URL_BASE','/index.php');

It’s also worth noting that Windows doesn’t handle currency formats the same way as Linux so the $ or £ are hard-coded into the system. If you need another currency, send in a support request with the info.

Posted in: Troubleshooting