landofcoder/module-magento2-unicode-url

Magento 2 模块,允许分类和产品使用 UTF-8 URL 键

0.0.5 2021-09-14 14:34 UTC

This package is auto-updated.

Last update: 2024-08-30 01:21:17 UTC


README

Magento 2 模块,用于保存 UTF-8 字符,允许分类和产品使用 UTF-8 URL 键

  • 支持在 URL 键中使用希伯来语文本
  • 支持在 URL 键中使用非拉丁语文本

安装

使用 composer 在 Magento 2 中安装此模块

composer require landofcoder/module-magento2-unicode-url

之后,按常规启用模块

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