Magento:我可以在哪个文件夹中看到我安装的扩展?

发布于 2024-11-08 19:32:10 字数 65 浏览 0 评论 0原文

我在 magento 1.5 中安装了一个扩展。只是想知道它在我的服务器上的位置,因为我想向它写入一个包含文件。谢谢

I have installed an extension in magento 1.5. Just wondering where it is on my server because i want to write an include file to it. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

离去的眼神 2024-11-15 19:32:10

通常在 [MagentoFolder]/app/code/community/[SomeCompanyName]/[SomePackageName]

(否则,它可能不是“社区”,而是“本地”)。

对于 Magento 本身在您服务器上的位置,这取决于您安装它的位置! :)

typically in [MagentoFolder]/app/code/community/[SomeCompanyName]/[SomePackageName]

(otherwise, instead of "community" it could be "local").

For the location of Magento itself on your server, that depends on where you installed it! :)

幸福还没到 2024-11-15 19:32:10

该扩展可以位于以下目录之一:

[YourMagentoFolder]/app/code/local/

或者,

[YourMagentoFolder]/app/code/community/

以下是 Magento 扩展中所有文件的文件夹结构列表:- Magento 文件夹结构

The extension can either be in one of the following directory:

[YourMagentoFolder]/app/code/local/

OR,

[YourMagentoFolder]/app/code/community/

Here is the list of folder structure for all the files that can be in a Magento extension:- Magento Folder Structure

恋你朝朝暮暮 2024-11-15 19:32:10

[magento 文件夹]/app/code/community

[magento folder]/app/code/community

提笔落墨 2024-11-15 19:32:10

您可以在以下位置找到已安装的扩展:
您的邮件文件夹 -> app/code/community

您的邮件文件夹 -> app/code/local

一些扩展也将安装在本地文件夹中

在此处输入图像描述

您可以在代码文件夹中找到所有内容

You can find your installed extensions in :
your mail folder -> app/code/community

or

your mail folder -> app/code/local

Some of the extensions will be installed in local folder as well

enter image description here

You can find all in code folder

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文