开发者

Magento: which folder can I see my installed extensions?

开发者 https://www.devze.com 2023-03-07 01:32 出处:网络
I have in开发者_StackOverflow社区stalled an extension in magento 1.5. Just wondering where it is on my server because i want to write an include file to it. Thankstypically in [MagentoFolder]/app/code

I have in开发者_StackOverflow社区stalled 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


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! :)


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


[magento folder]/app/code/community


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

Magento: which folder can I see my installed extensions?

You can find all in code folder

0

精彩评论

暂无评论...
验证码 换一张
取 消