Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi Jurgen,
    You can get a comma separated list of categories with the following code:

    <?php
    $product = new WC_Product ( $item['product_id'] );
    echo strip_tags($product->get_categories()); // outputs a comma separated list of categories
    ?>

    Let me know if you have any other questions!

    Ewout

    Thread Starter JurgenKnops

    (@jurgenknops)

    Hi Ewout,

    Awesome! Thanks for the quick response :-).

    Jurgen

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Output category of product’ is closed to new replies.