This is still in test mode. Looks Good So Far!
in includes / extra_configures / wordpress-config.php around line 18 you will find
change it toCode:if($req=='?'){ $_GET['main_page']='wordpress'; }
This works great for me. Fixed the issue with the manufacturer name and with the currencies.Code:if($req=='wordpress'){ $_GET['main_page']='wordpress'; }
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!
Bookmarks