且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

magento从产品sku获取产品类型

更新时间:2023-11-30 11:45:52

我认为$_product->getTypeId()应该可以工作.如果没有,请尝试$_product->getResource()->getTypeId()

I think $_product->getTypeId() should work. If it doesn't then try $_product->getResource()->getTypeId()