Customer note
This commit is contained in:
parent
d09b6eb839
commit
a6ca13333a
|
@ -81,7 +81,7 @@ function woocommerce_order_data_meta_box($post) {
|
||||||
</select></p>
|
</select></p>
|
||||||
|
|
||||||
<p class="form-field form-field-wide"><label for="excerpt"><?php _e('Customer Note:', 'woothemes') ?></label>
|
<p class="form-field form-field-wide"><label for="excerpt"><?php _e('Customer Note:', 'woothemes') ?></label>
|
||||||
<textarea rows="1" cols="40" name="excerpt" tabindex="6" id="excerpt" placeholder="<?php _e('Customer\'s notes about the order', 'woothemes'); ?>"><?php echo esc_textarea( $post->post_excerpt ); ?></textarea></p>
|
<textarea rows="1" cols="40" name="excerpt" tabindex="6" id="excerpt" placeholder="<?php _e('Customer\'s notes about the order', 'woothemes'); ?>"><?php echo $post->post_excerpt; ?></textarea></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="order_data_right">
|
<div class="order_data_right">
|
||||||
|
|
|
@ -91,6 +91,7 @@ Yes you can! Join in on our GitHub repository :) https://github.com/woothemes/wo
|
||||||
* Reworked term ordering system to make it more flexible and easier to manage
|
* Reworked term ordering system to make it more flexible and easier to manage
|
||||||
* add_to_cart_url shortcode
|
* add_to_cart_url shortcode
|
||||||
* French translation
|
* French translation
|
||||||
|
* Customer note field quote fix
|
||||||
|
|
||||||
= 1.3 - 01/12/2011 =
|
= 1.3 - 01/12/2011 =
|
||||||
* Minor bug fixes + localisations
|
* Minor bug fixes + localisations
|
||||||
|
|
Loading…
Reference in New Issue