• Hi everyone. I am new to wordpress. So sorry if it is silly question.
    I need to know how to category in cart page. I already saw a topic on the same. but was unable to follow it. The topic was closed.

    I edited the code in cart.php

    <th class=”product-remove”> </th>
    <th class=”product-thumbnail”> </th>
    <th class=”product-name”><?php _e( ‘Product’, ‘woocommerce’ ); ?></th>
    /*edited code */
    <th class=”product-cat”><?php _e( ‘Category’, ‘woocommerce’ ); ?></th>
    <th class=”product-price”><?php _e( ‘Price’, ‘woocommerce’ ); ?></th>

    I dont know what to do next.. Please help me…

  • The topic ‘Need Category to display on cart page’ is closed to new replies.