{strip} {if !empty($products)} {$add2cart_label = '[`Buy`]'} {if $wa->shop->cart->total() > 0} {$add2cart_label = '[`Add to cart`]'} {/if} {if !empty($theme_settings.list_features)} {$features = $wa->shop->features($products)} {/if} {$_types = ["thumbs" => "thumbs-view", "table" => "table-view"]} {$_type = $_types["thumbs"]} {if !empty($type)} {$_type = $_types[$type]} {else} {$_settings_type = $theme_settings.related_view_type} {if !empty($_settings_type) && $_settings_type == "table"} {$_type = $_types["table"]} {/if} {/if}
{if !empty($sorting)} {include file="./products.sorting.html" inline} {/if} {if isset($pages_count) && $pages_count > 1}
{wa_pagination total=$pages_count attrs=["class" => "s-paging-list"]}
{/if}
{/if} {/strip}