
Settings
System settings
Although the component is registered in the namespace "msextrafields", its settings are stored in miniShop2 under "Plugin msExtraFields".
| Key | Description |
|---|---|
| ms2efs_autotype | Changes "List" and "Radio" property types to "List (multiple)". Needed for the filter to work, since those types cannot be unset and the filter is not run twice on page load. |
| ms2efs_debug_console | Enables JS debugging; extra runtime info is printed to the developer console. |
| ms2efs_frontend_debug_console | Prints extra frontend runtime info to the developer console. |
| ms2efs_deny_cat_templates | Comma-separated template IDs; property editing is disabled in categories using these templates. |
| ms2efs_deny_props_templates | Comma-separated template IDs; property editing is disabled in products using these templates. |
| ms2efs_extracolumnsseparate | Moves the standard "Category tree" panel in the product to a separate tab. |
| ms2efs_frontend_css | Path to the store frontend CSS file. |
| ms2efs_frontend_js | Path to the store JS file. Do not remove this parameter. |
| ms2efs_frontend_js_multiselect | Auto-loads Bootstrap multiselect on the frontend; Bootstrap must be loaded separately. |
| ms2efs_inheritprops | Auto-fill product properties on creation from parents; values are taken from the "default value" field. |
| ms2efs_iscookies | Saves component table column positions in the user’s browser. |
| ms2efs_product_custom_measure | Units of measure as an array: [[0, "Not specified"], [1, "pcs."], ["part", "batch"], ...]; keys can be string or number. |
| ms2efs_settingswithscroll | When set, the properties table in global settings uses horizontal scrolling; otherwise it scales to screen size. |
| ms2efs_withscroll | When set, the product properties table uses horizontal scrolling; otherwise it scales to screen size. |
| ms2efs_showcolumns | List of visible columns when the user first opens the tables (ignored if cookies are used). Format: "grid ID":"dataIndex list, order does not affect position". The plugin uses e.g. "minishop2-grid-product-props":"id, article, group, prop_id, type, cond, defaultval, value, measure, price, tip, count, order_discount, createdby, createdon, updatedby, updatedon, disabled" |
| ms2efs_strictmaxlen | In product property editing, allows only one selected value for "List" and "Radio" (listbox, option) types. |
| ms2efs_usediscount | Enables or disables use of discounts. |
| ms2efs_version | Current component version. |