@include($_template.'products.list', [ 'use_header' => true, 'title' => $data->title('Đề xuất mua cùng'), 'products' => get_active_model('product')->getSuggestionProducts([ '@limit' => $data->limit && $data->limit > 0 ? $data->limit : 4, '@sorttype' => $data->sorttype(1), '@with' => ['promoAvailable'], '@withOption' => true, '@withCategory' => true, '@withGallery' => true, // 'a.a' => 0 ]), 'use_slide' => false, 'use_thubnail_slide' => true ])