i'm trying to remove some Variation from product permalink in cart : Its like this:
Product xxxx-105x25-left-side
Dimension: xxx Direction : left-side
product x (title only)
Dimension: xxx Direction : left-side
Examples of variations in image below :
so i need clean product link in cart only with product title nothing more in it!
i have found this hook :
add_filter( 'woocommerce_cart_item_permalink', '__return_null' ); but i don't know how to use it properly
add_filter( 'woocommerce_cart_item_permalink', '__return_null' );
i tried this and no better result just removing entire link that is not what i was intent to
