dodo Moderator از کشور Lithuania عضو از مارس 2016 dodo 26 ژانویهٔ 2017 09:27 Can you explain a little more how this works? I.E. my domain now looks like this: http://www.domain.com/en/category-c-1/product-p-1 http://www.domain.com/de/kategorie-c-1/produkt-p-1 Does it show language prefix with this plugin or does it en up like: http://www.domain.com/category/product http://www.domain.com/kategorie/produkt Also I have a question is it possible to change slugs for another languages for pages like checkout, customer service and other which are not created from admin panel?
tim Founder از کشور Sweden عضو از مهٔ 2013 tim 26 ژانویهٔ 2017 13:49 Permalinks do not inherit anything. Products do not inherit category and so on. As stated in the note, it will not display language prefix. If you want your url to display /category/product then "category/product" is what you type for permalink. If you want language prefix type "en/product". You can can create a custom routing module for checkout and other pages. See includes/routes for examples.
dodo Moderator از کشور Lithuania عضو از مارس 2016 dodo 16 ژوئن 2017 15:44 When using this plugin, is it possible to return original link if the custom one is deleted?
tim Founder از کشور Sweden عضو از مهٔ 2013 tim 16 ژوئن 2017 15:49 That's the issue of permalinks. When a permalink is removed there are no traces of it that can redirect it to a new resource. You simply will have to maintain an own list of redirects containing old removed or migrated urls. The beauty of not using permalinks, having an identifier like -p-41 is that all urls can easily identify a resource by the code.