I need to know, where should I extract the files of this plugin.(paths need app/code/ .... / ...)
Also need proper steps for installation.
Asked
Active
Viewed 781 times
2
-
Welcome to MSE you can follow this answer – Abhishek Tripathi Apr 02 '19 at 05:49
2 Answers
0
Follow this on how to install that module on your Magento Webshop
- Copy its files to your_Magento_root/app/code/Eadesigndev/RomCity
- After copying, run the upgrade command
php bin/magento setup:upgrade
then redeploy static content
php bin/magento setup:static-contents:deploy -f
fmsthird
- 4,592
- 4
- 17
- 41
-
Thank you! I have followed this steps, but still there is an issue. hope my extension files having some issues. – BathiyaD Apr 03 '19 at 03:52
-
-
Specified invalid parent id (Eadesigndev_Eacore::eadesign) this is a issue. i have changed some codes. but its not working.
need help!
– BathiyaD Apr 08 '19 at 06:32 -
open menu.xml in path /etc/adminhtml/menu.xml and remove this
parent="Eadesigndev_Eacore::eadesign"– fmsthird Apr 08 '19 at 06:35
0
Follow below Steps
- In
app/codecreate folder namedEadesigndev - Create
RomCityfolder with in that - Copy all content in this and follow below steps
- run
php bin/magento se:upcommand in CLI - run
php bin/magento s:d:ccommand in CLI - run
php bin/magento s:s:d -fcommand in CLI
Murtuza Zabuawala
- 14,814
- 9
- 44
- 75
-
-
@BathiyaD install the core package also "https://github.com/EaDesgin/eacore" – sheraz khan May 12 '20 at 19:16