【发布时间】:2014-08-18 09:29:49
【问题描述】:
如何在 magento 中获得 CMS 页面、产品和类别的 unicode(等 UTF-8)URL 密钥?
例如:http://example.com/product/mobile1.html 到 http://example.com/موبایل1/محصول.html
问候。
【问题讨论】:
标签: magento url magento-1.9.1
如何在 magento 中获得 CMS 页面、产品和类别的 unicode(等 UTF-8)URL 密钥?
例如:http://example.com/product/mobile1.html 到 http://example.com/موبایل1/محصول.html
问候。
【问题讨论】:
标签: magento url magento-1.9.1
默认情况下,Magento 不支持使用 unicode 字符作为 URL 键,Magento 会将每个非拉丁字符替换为拉丁字符。
你可以试试这个教程:http://rakan.me/2012/07/19/support-unicode-in-magento-product-url-key/
否则,有一些扩展程序可以让您使用 unicode - 有一个谷歌。
【讨论】: