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.
使第三方扩展与不是默认主题的商店主题兼容的最佳方法是什么。我不想做以下事情: 1)我们不能修改扩展 css/phtml 文件,因为这会升级扩展,因为在这种情况下,我们的扩展将会消失。
谢谢!
我建议从标准的 Magento 安装中找到 CSS 并使用它。尽可能少的样式将意味着用户的最大灵活性。还包括有关文件默认位置以及安装在其主题模板位置的说明。我相信这可以通过编程方式确定并在您的扩展程序的管理区域中进行检查。