gpt4 book ai didi

php - Magento 不允许像 ä 这样的特殊字符

转载 作者:可可西里 更新时间:2023-11-01 13:23:05 28 4
gpt4 key购买 nike

我在我的 magento 商店中上传了我的产品的 csv。在 CSV 中,我的产品名称带有 ä 等特殊字符。但是在前端,这些字符显示了一些 html 标签,例如
“ä”。我想避免这样的角色。有什么办法可以解决这个问题。

谢谢...

最佳答案

像这样尝试它可能会帮助你在你想显示产品名称的地方

<?php 

html_entity_decode(htmlentities(utf8_decode(strip_tags($_newProduct['name']))));

// where $_newProduct is the collection of product
?>

或者尝试这样的事情

解决这些问题的方法是添加

AddDefaultCharset Off

在 magento 根目录的 .htaccess 文件中。如果您仍有问题,请升级到此:

AddDefaultCharset UTF-8

转到 .htaccess 文件并从中删除#

AddDefaultCharset UTF-8

以 .txt 格式打开您的 csv 文件并在 UTF-8 下另存为,然后在 magento 中导入数据

您的特殊角色也将在 magento admin 中无误地导入

希望对你有帮助

关于php - Magento 不允许像 ä 这样的特殊字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12703042/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com