Answer the question
In order to leave comments, you need to log in
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>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question