Added order number to order details write panel
This commit is contained in:
parent
18cc9a9442
commit
62b84f4666
|
@ -52,7 +52,7 @@ function woocommerce_order_data_meta_box($post) {
|
|||
|
||||
<div class="order_data_left">
|
||||
|
||||
<h2><?php _e('Order Details', 'woothemes'); ?></h2>
|
||||
<h2><?php _e('Order Details', 'woothemes'); ?> — #<?php echo $thepostid; ?></h2>
|
||||
|
||||
<p class="form-field"><label for="order_status"><?php _e('Order status:', 'woothemes') ?></label>
|
||||
<select id="order_status" name="order_status" class="chosen_select">
|
||||
|
|
|
@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sh
|
|||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce
|
||||
Requires at least: 3.1
|
||||
Tested up to: 3.3
|
||||
Stable tag: 1.3.2
|
||||
Stable tag: 1.3.2.1
|
||||
|
||||
An e-commerce toolkit that helps you sell anything. Beautifully.
|
||||
|
||||
|
|
Loading…
Reference in New Issue