{
"query_block": {
"select_id": 1,
"nested_loop": [
{
"table": {
"table_name": "lang",
"access_type": "const",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "392",
"used_key_parts": ["lang_code", "name"],
"ref": ["const", "const"],
"rows": 1,
"filtered": 100
}
}
]
}
}
| value |
|---|
| <b>[min_price]</b> — minimal product price in the section (as is, by currency settings)<br><b>[min_price_nocurrency]</b> — minimal product price in the section (without currency sign)<br><b>[min_price_noseparate]</b> — minimal product price in the section (without thousand separator)<br><b>[min_price_noseparate_nocurrency]</b> — minimal product price in the section (without thousand separator and currency sign)<br><b>[min_price_prefix]</b> — value of the language variable <code>ab__em.min_price_prefix</code>. Prints when minimal product price greater than 0 only. Can be changed by translations<br><b>[min_price_suffix]</b> — value of the language variable <code>ab__em.min_price_suffix</code>. Prints when minimal product price greater than 0 only. Can be changed by translations |