Magento: which folder can I see my installed extensions?

后端 未结 4 2061
北海茫月
北海茫月 2021-02-20 06:33

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

相关标签:
4条回答
  • 2021-02-20 06:51

    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

    You can find all in code folder

    0 讨论(0)
  • 2021-02-20 07:08

    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

    0 讨论(0)
  • 2021-02-20 07:09

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

    0 讨论(0)
  • 2021-02-20 07:09

    [magento folder]/app/code/community

    0 讨论(0)
提交回复
热议问题