UniTheme2 - второе поколение премиум шаблона от AB

@alexbranding, а можно попросить Вас добавить хук в тему?
В файл /design/themes/abt__unitheme2/templates/blocks/list_templates/grid_list.tpl в конце блока .ut2-gl__bottom {hook name=“products:additional_info_after”}{/hook}, чтобы можно было подкинуть информации в выпадайку в списке товаров

                                    <div class="ut2-gl__bottom">
	                                    {hook name="products:additional_info"}{/hook}
	
	                                    {if $show_descr}
	                                        <div class="product-description">
	                                            {assign var="prod_descr" value="prod_descr_`$obj_id`"}
	                                            {$smarty.capture.$prod_descr nofilter}
	                                        </div>                                        
	                                    {/if}
		                                {if $show_features and $product.abt__ut2_features}
	                                        <div class="ut2-gl__feature">
	                                            {assign var="product_features" value="product_features_`$obj_id`"}
	                                            {$smarty.capture.$product_features nofilter}
	                                        </div>
	                                    {/if}
                                    {hook name="products:additional_info_after"}{/hook}
                                    </div>