This is still in test mode. Looks Good So Far!

in includes / extra_configures / wordpress-config.php around line 18 you will find
Code:
if($req=='?'){
        $_GET['main_page']='wordpress';
    }
change it to

Code:
if($req=='wordpress'){
        $_GET['main_page']='wordpress';
    }
This works great for me. Fixed the issue with the manufacturer name and with the currencies.

I have noticed no other problems not covered by this fix or created by this fix. If you find a problem, please let me know!