Skip to main content

Order Table

Order Table

The WooCommerce Order Details short_code is a valuable tool that enables you to showcase specific order information from your WooCommerce store on a WordPress page or post. By utilizing this short_code, you can provide customers with a comprehensive summary of their order details, enhancing their shopping experience and fostering transparency regarding their purchases.

The short_code retrieves and displays essential information about an order, including the order number, date, status, billing and shipping addresses, payment method, and shipping method. This allows customers to quickly reference and review the specific details of their order.

info

You have the ability to customize the short_codes according to your specific needs. We have incorporated filters into the short_codes, enabling users to easily modify the short_code templates to their desired specifications. This empowers you to personalize the short_code functionality and make adjustments as per your preferences.

Short Code Implementation

You can choose to implement the short_code in your WordPress page or post, or alternatively, you have the option to directly render the short_code from your code. This gives you the flexibility to decide how you want to utilize and display the short_code, depending on your specific requirements and preferences.

<?php echo do_shortcode('[turbo_orders_table]')?>
info

Add your short_code to your page/post editor panel

orderTable.png

Frontend View

orderTableView.png