Skip to content

Commit

Permalink
1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petazeta committed Sep 14, 2020
1 parent 77220a3 commit 789967a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions javascript/config.js
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

0 comments on commit 789967a

Please sign in to comment.