Skip to content

Commit

Permalink
Add config to control variable search
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Jul 16, 2024
1 parent cbfe7e3 commit 67b90b8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,18 @@
$config['catalog_default_sort_order']='';


$config['catalog_variable_view']=false;
/*
|--------------------------------------------------------------------------
| Enable/Disable variable search view
|--------------------------------------------------------------------------
|
| True | False
|
| true or NULL - enable variable search view
| false - disable variable search view
|
*/
//$config['catalog_variable_view']=false;

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 67b90b8

Please sign in to comment.