If you've got problems with module and see 404 error pages when you're trying to open for example product pages, category pages, manufacturer pages, supplier pages, cms pages or cms category pages - check this video.
The most important thing to solve problem is preferences > seo & urls section. In some cases prestashop doesnt want to remove {id} from urls patters available on this back office section.
make sure that your patterns (schema of urls) looks like:
| {category:/}{rewrite}.html | |
| Route to category | {parent_categories:/}{rewrite}/ |
| supplier/{rewrite}/ | |
| manufacturer/{rewrite}/ | |
| Route to CMS page | info/{rewrite}.html |
| info/{rewrite} |
Looks grate. thanks