gpt4 book ai didi

php - Magento - 从 $item 获取产品选项

转载 作者:可可西里 更新时间:2023-11-01 12:43:42 26 4
gpt4 key购买 nike

在购物车页面上有以下 foreach 循环:

foreach($this->getItems() as $_item) {

}

我需要获取这些项目的产品选项,我尝试了几种方法但无法检索到我需要的结果。

我试过:

foreach($this->getItems() as $_item) {
print_r($_item->getProductOptions());
}

和:

foreach($this->getItems() as $_item) {
print_r($_item->getOptionList());
}

还有其他我可以使用的功能吗?

最佳答案

尝试使用:

$_item->getProduct()->getTypeInstance(true)->getOrderOptions($_item->getProduct());

关于php - Magento - 从 $item 获取产品选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19494473/

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