protected function render_product_cat_column() {
        $terms = get_the_terms( $this->object->get_id(), 'product_cat' );
        if ( ! $terms ) {
            echo '<span class="na">&ndash;</span>';
        } else {