echo TravelHelper::format_money_raw($price, $currency);
        ?>
                            </td>
                            <td class="post-title page-title column-title">
                                <?php 
        echo date(get_option('date_format'), strtotime($value->post_date));
        ?>
                            </td>
                            <td class="post-title page-title column-title">
                                <?php 
        echo get_post_meta($order_id, 'status', true);
        ?>
                            </td>
                            <td class="post-title page-title column-title">
                                <?php 
        echo STPaymentGateways::get_gatewayname(get_post_meta($order_id, 'payment_method', true));
        ?>
                            </td>
                        </tr>
                    <?php 
    }
}
?>
        </tbody>
    </table>
    <div class="tablenav bottom">
        <div class="tablenav-pages">
            <span class="displaying-num"><?php 
echo sprintf(_n('%s item', '%s items', $data['total']), $data['total'], ST_TEXTDOMAIN);
?>
</span>