public function get_product_attribute( $id, $fields = null ) {
        global $wpdb;

        try {
            $id = absint( $id );