{php} $pageConfig = [ 'is_page' => 2, 'list_rows' => 8 ]; $where = [ ['is_hot', '=', 1] ]; $hotProductList = siteGetList(modelId:1, pageConfig:$pageConfig, where:$where); {/php} {if !empty($hotProductList)}