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.
在 Magento 中,我创建了一个带有 3 个自定义选项(选项按钮)的简单产品。我想用前端的超链接或图像替换选项按钮的文本。我在哪里可以这样做?
Magento 本身不支持该功能。为此,您必须创建主题覆盖或“自定义主题”(有很多关于如何执行此操作的教程),并扩展核心代码以支持自定义选项按钮。这是做到这一点的“正确”方式。
您可以尝试在 app/design/frontend/base/default/template/catalog/product/view/options 文件夹和子文件夹中寻找破解它的方法,但我不建议在生产中这样做。