Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 CMS Magento 中覆盖 ATTRIBUTE SOURCE ?尝试了标准方法但不起作用。
我认为这不真实:(
在 config.xml 文件中:
<models> <catalog> <rewrite> <category_attribute_source_mode>YOUR CLASS HERE</category_attribute_source_mode> </rewrite> </catalog> </models>