HR
Asked
Good afternoon friends, first of all receive a cordial greeting, I would like to know how I can change the name of the folders of the store "Shop" and the administration panel "MPS".
Example:
Shop x Store
MPS x Admin
Thanks for your time and help.
Example:
Shop x Store
MPS x Admin
Thanks for your time and help.
- MSAnsweredHello,
You can change the `route` in the 'module.json' of any module `modules/Shop/`, `modules/MPS/` then run `npm run prod` and clear cache with `php artisan cache:clear` Once done system will use the new routes.
Thank you - HRAnsweredOk, at first glance I see that this changes the name of the path in the browser, but the idea is to change the name of the folder.
Example:
C:\server\www\mps-standard.test\modules\Shop
x
C:\server\www\mps-standard.test\modules\Store
Thanks for your time and help. - MSAnsweredWhy would you need to change the folder names?
- HRAnsweredIn my particular case I have a custom store in a folder called "ShopRS" and I would like to point the store there and leave the original "Shop" folder with the original store, I am looking for the same thing that could be done in the SMA than from the panel You can change the theme of the store.
Thanks for your time and help. - MSAnsweredHello,
I am not sure at this moment about changing the folder name. But for themes and styles, there will be option in stable releases. I will check the options after import/export module.
Thank you - Login to Reply