Version 0.4 is released.
It can be downloaded from here:
http://www.medea.co.uk/dev/
Last changes:
- lots of minor bugs fixed
- Admin tools in: Tools -> Multisite Tools allows an easy management of categories
- Multi languages now supported
- cPath calculation integrated with the category filter
- The category filter can now be desactivated with this line:
PHP Code:
define('ALLOW_CAT_FILTER','no'); //Desactivate the cat_filter for a site
- You can now change the root category of your store by writing this line in your config files:
PHP Code:
define('CATEGORIES_ROOT','21'); //root categories is 21 for this site
Bookmarks