I want to change url of default module.
For example, I want to change "/shop" to "/flowers".
I don't want any redirections.
I think that I have to change occurrences of word "shop" to "flowers" in source code and database.
I found in source code more than 1500 occurrences of word shop. In database nearly 80.
Which of them should I replace?
Can it works?
I'm looking to do the same as Jan, but it sounds relatively painful and dangerous. Just confirm whether there is another way to rename the default ecommerce URL from "shop" to "<product name>" without touching the code and DB?
Thanks in advance.