• Resolved alex7054

    (@alex7054)


    I noticed duplicate title on cart page, not looking i used this code also but not working.

    Please solve this issue.

    add_filter( ‘woocommerce_cart_item_name’, ‘cart_product_title’, 20, 3);
    function cart_product_title( $title ) {
    return ”;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Duplicate Title On Cart Page’ is closed to new replies.