show category in woocommerce

within a category you can use get_queried_object() to get data on the current category.

$current_category = get_queried_object();
$args = array( 'categories' => $current_category->term_id ); 
$tags = get_category_tags( $args ); 

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)