gpt4 book ai didi

php - 在前端获取 Magento 类别属性

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

我已经创建了一个我想在前端使用的类别属性。我尝试以与访问产品相同的方式访问它,但它似乎不起作用。如何在前端显示自定义属性?有什么猜测吗?

谢谢

最佳答案

试试这个:

$cat_attr = $this->getCurrentCategory()->getAttributes();
if(array_key_exists('short_description', $cat_attr)):
$_shortDescription=$cat_attr['short_description']->getFrontend()->getValue($_category);
endif;

关于php - 在前端获取 Magento 类别属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4085008/

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