2
A
回答
5
最簡單的方法就是直接運行SQL命令:
DELETE options FROM eav_attribute AS attribute INNER JOIN eav_attribute_option AS options ON attribute.attribute_id = options.attribute_id WHERE attribute.entity_type_id = 4
其中 「4」 是catalog_product的entity_type_id(仔細檢查該值在eav_entity_type表entity_code 'catalog_product')
相關問題
- 1. 刪除Magento上的所有產品
- 2. Mailchimp - 刪除所有產品
- 3. Magento刪除產品比較
- 4. Magento - 刪除產品類型
- 5. 添加Magento產品屬性
- 6. Magento - 'samples_title'產品屬性
- 7. 如何刪除/清除magento中的所有產品評論?
- 8. Magento - 已計算產品屬性(屬性)
- 9. 從Magento中的可配置產品中刪除屬性
- 10. 導入具有屬性的產品magento
- 11. Magento預購產品有日期屬性
- 12. Magento獲取沒有加載所有屬性的相關產品
- 13. 刪除Magento中的停產產品
- 14. 如何從Magento中刪除所有相關的產品鏈接?
- 15. SQL查詢刪除所有產品信息Magento
- 16. 獲取magento中所有產品屬性的列表
- 17. Magento產品系列選擇所有屬性
- 18. 所有Addtional的屬性分組的產品在Magento
- 19. Magento 1:如何爲所有產品分配屬性?
- 20. 得到一個magento中的所有產品屬性的數組
- 21. Magento:爲所有產品添加新屬性
- 22. 從所有類別的magento中獲取屬性的產品
- 23. Magento:從沒有產品的屬性集中獲取屬性
- 24. 導出產品的所有屬性
- 25. 如何刪除Magento中所有產品的所有自定義選項
- 26. XSLT - 刪除所有屬性
- 27. 刪除所有屬性
- 28. Magento產品刪除不起作用
- 29. Magento刪除產品自定義選項
- 30. Magento的刪除該產品在心願
這是否方法刪除產品和該屬性之間的關聯? – James 2012-08-17 02:41:07