Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento: which folder can I see my installed extensions?

Tags:

magento

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

like image 542
karto Avatar asked May 20 '11 10:05

karto


1 Answers

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

like image 54
Tao Avatar answered Oct 12 '22 06:10

Tao