Hi there,
many thanks for your support.
I can confirm that the product id of the cleaning fee is correct.
Also i tried to implement the removal of the quantity selector by adding
function wc_remove_quantity_field_from_cart( $return, $product ) { if ( is_cart() ) return true;}
add_filter( ‘woocommerce_is_sold_individually’, ‘wc_remove_quantity_field_from_cart’, 10, 2 );
to my childs theme functions php file.
Unfortunately this does not affect the selector at all.
I am using the latest woocommerce version. Can it be that this function is already deprecated ?
Greetings
Andreas