studioraz / magento2-unicode-url

Magento 2 module for allowing categories and products UTF-8 URL keys
24 stars 11 forks source link

Studio Raz Unicode URL

Magento 2 module to save UTF-8 characheters allowing categories and products UTF-8 URL keys

Installation

Install this module within Magento 2 using composer:

composer require studioraz/magento2-unicode-url

After this, enable the module as usual:

bin/magento module:enable SR_UnicodeUrl
bin/magento setup:upgrade
bin/magento cache:clean