S
S
Stanislav62020-11-08 16:25:51
WooCommerce
Stanislav6, 2020-11-08 16:25:51

How to display product category name in YITH Wishlist?

How to display the category name of the selected product? I'm trying like this:

<span class="fav-detail__attribute">
  <?php
    foreach ($terms as $term) {
      $product_cat = $term->name;
    }
    echo $product_cat ;
  ?>
  </span>

Doesn't output.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question