gpt4 book ai didi

php - 如何在 Magento 的元描述中附加 sku?

转载 作者:行者123 更新时间:2023-12-03 03:08:05 24 4
gpt4 key购买 nike

我想使用 php 代码在 Magento 的元描述中附加 sku。谁能帮我解决这个问题吗?

<?php 
//set empty title
$title = '';
if ($_product = Mage::registry('current_product'))
{
$title = $_product->getName();
$pos = stripos($title);
if($pos === false )
{
$title = $this->getTitle();
}
?>
<meta name="description" content="<?php echo $title?>.Wide range of shipping destinations. Call us now for more info about our products: 01202 600596. Contact us to discuss our returns policy"/>

最佳答案

导出产品(系统>导入/导出),这将为您提供 csv 结构。您可以删除所有列,但保留 sku、商店和元描述。将你想要的数据放入csv中。将其保存为 UTF-8(不要使用 MS Excel!)并导入(系统>导入/导出)替换现有数据。确保您首先在开发站点上尝试此操作,并在导入之前使用“检查数据”功能确保一切正确。祝你好运。

关于php - 如何在 Magento 的元描述中附加 sku?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59771850/

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