if ( $top_sellers ) {
                    // @codingStandardsIgnoreStart
                    foreach ( $top_sellers as $product ) {
                        echo '<tr class="' . ( in_array( $product->product_id, $this->product_ids ) ? 'active' : '' ) . '">
                            <td class="count">' . esc_html( $product->order_item_qty ) . '</td>