Product category colum to dashboard!

This topic contains 3 reply and 2 voices, and was last updated by Ari 10 years, 7 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
September 7, 2013 at 2:51 pm 7888
Ari Hi, Add category column working great but how to show woocommerce product category too! Date format is yy-mm-dd but how to change like this dd.mm.yy Thanks?
September 8, 2013 at 3:53 pm 7930
Tareq Hasan Tareq Hasan

Add this to show product category: echo get_the_term_list( $post->ID, 'product_cat' );
For date, change link this: <?php echo date_i18n( 'd.m.Y', strtotime( $post->post_date ) ); ?>

=> Reference: Add Category Column

September 13, 2013 at 5:47 pm 8110
Ari Ari

Hi,
Cant get product the category visible to dashboard for this code.
Date is showing right when i add a new (dd.mm.yy) product. When i edit product, it’s like this one again!
2013-09-10 14:09:50.

September 20, 2013 at 2:46 pm 8353
Ari Ari

Product category still missing from dashboard.:( Cant get it work!
Date format when editing is still problem! 🙁
Now i activated pmpro and when i add product, status is “waiting approval!! Post setting is published!

Viewing 3 Posts - 1 through 3 (of 3 total)