We need to set up country-specific urls for the home page, products and categorie.
Currently all urls start with:
Tomorrow it is desired to differentiate the urls for Switzerland and Belgium with the aim of improving SEO of theses countries.
Examples
Home
Category
Product
Context:
Our approach is as follows
Create a new attribute which can be configured in urlEncodingAttributes by creating a new class on the same basis as DefaultLanguageAttributeManager but which will allow:
1) Limit the addition of the prefix only to product, categories and home page
2) To set the session currency as follows:
Does anyone have another idea of approach