-
-
Notifications
You must be signed in to change notification settings - Fork 29
How to create a new Apps Quickly
This tuto allow to make an app quickly without knowledge. Inside you will have important element to use and change to create a new app. you must after updated inside your need.
- First download a App name New_Template on Github and follow these instructions (https://github.com/ClicShoppingOfficialModulesV3/apps_catalog_new_template)
- Copy the app New_Template inside your includes/Apps/Catalog directory
- Rename the directory New_Template by MY_NEWS_APP (name of your new application)
- Replace all these terms in my MY_NEWS_APP directory :
Please respect the syntax lower and uppercase. it's very important.
- NewTemplateAdmin by MyNewAPPAdmin
- new_template by my_new_app
- New_Template by My_New_APP
- NEW_TEMPLATE by MY_NEWS_APP
- NT BY MA ==> becarefull when you make that.
- _nt_ by _ma_
Rename directories and files
- New_Template.php by My_New_App.php
- new_template.php by my_new_app.php
- NT.php by MA.php
- NT by MA
- Inside this directory Sites\ClicShoppingAdmin\Pages\Home\Actions\Configure
- edit Install.php
- Update in consequence.
- Update the language files
Note
These directories has been inserted to help you. If you don't need, you can remove.
- Remove Classes directories if you don't have need.
- Remove Hooks language and Products directory if you don't have need.
Don"t forget to update your clicshopping.json
If you need specific classes, create a specific directories ClicShoppingAdmin for the admin and Shop for the catalog.
now you are ready, you can find some apps to help you to continue your development on Github : https://github.com/ClicShoppingOfficialModulesV3
Now you ready to install you new app.
https://www.mydomain.net/shop/ClicShoppingAdmin/index.php?A&MY_NEWS_APP
Copyright ClicSHopping