-
Notifications
You must be signed in to change notification settings - Fork 37
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
4 additions
and
8 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 |
---|---|---|
@@ -1,9 +1,5 @@ | ||
/* Config.configOption=value; */ | ||
/* Config.configOption=value; | ||
Check options at default.js | ||
*/ | ||
|
||
Config.logRequests = false; //false, true sometimes for production | ||
Config.importExportOn = false; //true or false if deactivated | ||
Config.chkt2_On = true; //if false skip address insertion | ||
Config.chkt3_On = true; //if false skip shipping type selection | ||
Config.chkt4_On = true; //if false skip payment type selection | ||
Config.defaultmenu_On = true; //if true click first menu on load | ||
Config.defaultcat_On = false; //if true click first category on load | ||
Config.showsubcategory_On=true; //if true expand subcategories |