velden wrote: ↑Mon Oct 19, 2020 4:36 pm
From the help:
"This parameter specifies a comma separated list of actions to which pretty urls should not be generated. i.e: notpretty=hierarchy,default will not generate pretty urls to hierarchy, or summary (default) actions, but will allow generation of pretty urls to detail views. As a special value "all" can be used to specify that no pretty urls should be generated";
Don't know if it will help you, just noticed it.
Thanks for your help, I didn't see this option and it works, even I can't have pretty url on products pages.
Now, an another issue is coming by this way with pagination ...
Everything works good until we arrive to the last page. In the url we can see the good number of page (page=9 for example) but, le var $curpage says 8 so template always considers we are on before last page instead of last one.
I tested with several numbers of pages and it's always same: it works good until we arrive on the page before the last one and when we click on the next link, we arrive on the good last page but pagination says we are on the page before the last. So we still have link to next page witch is the same we already are.
Difficult to explain but I tried my best.
If someone understood and know how to solve this, it will be perfect help for me.