Replies: 0
I am trying to include product categories to the short description of a product.
This piece of code lists categories.
<?php echo wc_get_product_category_list( $product->get_id(), '<br> ', '<p>' . ' ', '</p>' ); ?>but I would very much like the list just to be a simple text without the link.
How do I do that?
(sorry the web shop is in Danish.)