-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# developer_tools_extension | ||
|
||
Extension Developer Tools save time for tedious directory and file creation and eliminated small human mistakes. | ||
|
||
### Installation | ||
|
||
Visit developer_tools_extension page at GitHub. In the right corner select button 'Clone or Download' and choose Download Zip option. Unarchive it, locate developer_tools_extension version you need, upload code/extensions/developer_tools/ folder to your_site/extensions/ folder. | ||
|
||
It is important to make sure that developer_tools directory and directory for cloned template have complete rules to write files (777). For template extension clone, you need to set temporary /extensions/ directory to 777 and for core template clone set /storefront/view/ directory to 777 | ||
|
||
|
||
### Clone default template | ||
Read artcile [How to Clone default template with dev tools](https://abantecart.atlassian.net/wiki/spaces/AD/pages/11993115/Clone+Default+theme) |