JoshgunPRO adlı üyeden alıntı: mesajı görüntüle
Ürün fotoğrafını kaldırmak için temanızın functions.php dosyasına ekleyin:
add_filter( 'woocommerce_cart_item_thumbnail', '__return_false' );
Ürün linkini kaldirmak için ise:
function sv_remove_cart_product_link( $product_link, $cart_item, $cart_item_key ) {
$product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
return $product->get_title();
}
add_filter( 'woocommerce_cart_item_name', 'sv_remove_cart_product_link', 10, 3 );
Scrape key check failed. Please try again.

iki kodu da tek tek denedim ama şu şekilde bir hata mesajı veriyor kaydetmiyor