如何從屬性獲得產品屬性組在Magento 2獲得產品屬性的產品屬性組設置。 我想用一組這樣我就可以在未來在Magento 2
4
A
回答
2
你只是得到通過$product->getAttributes();
$productAttributes=$product->getAttributes();
$group_id=9;
$attributeSetId=4;
foreach ($productAttributes as $attribute) {
if ($attribute->isInGroup($attributeSetId, $group_id)) {
echo $attribute->getFrontendLabel().' : '.$attribute->getFrontend()->getValue($product).'<br />';
}
}
所有產品屬性
2
你可以得到如下的所有屬性增加更多的屬性顯示在房源頁面屬性:
$attributes = $product->getAttributes();
foreach ($attributes as $attribute) {
$attribute->getCode();
}
相關問題
- 1. 從數據庫在Magento 2
- 2. Magento的2不能在
- 3. 添加新列在Magento 2
- 4. 我找不到在Magento 2
- 5. Magento 2 Theme Customization
- 6. removeAttribute magento 2
- 7. Magento 2時區
- 8. Magento 2 getChildHtml
- 9. 的Magento - 2塊
- 10. Magento 2 Cron.php
- 11. Magento加入2表
- 12. Magento 2 Block not added
- 13. Magento 2從代碼
- 14. Magento的2:從Sebwite
- 15. Magento 1.9擴展將支持Magento 2.x
- 16. 對分類視圖Magento 2禁用價格過濾器Magento 2
- 17. 在Magento 1.9中安裝Magento 2的擴展
- 18. 什麼是magento 2中的1column.phtml 2
- 19. Magento 2 API與Angular 2令牌驗證
- 20. 問題用的Magento 2升級從Magento的2.0.7至2.1.2的Magento
- 21. 在Magento 2中導入CURL塊
- 22. 在Magento 2中安裝示例數據
- 23. 無法在Magento獲得jsonDecode 2
- 24. 在magento 2中重新生成URL
- 25. Magento 2在子文件夾中Nginx
- 26. 自定義Css不工作在magento 2
- 27. 錯誤,當我跑在Magento編譯2
- 28. 如何在Magento 2中使用Zend_Barcode庫?
- 29. 關於在magento 2中添加CSS
- 30. Magento 2在Js和CSS中的變化