@include($_template.'products.list', [ 'use_header' => $data->title, 'title' => 'Đề xuất mua cùng', 'products' => get_active_model('product')->getRelated([ '@limit' => 8, '@with' => ['gallery', 'promoAvailable'], '@withOption' => true ]), 'use_slide' => true, 'use_thubnail_slide' => true ])