add_filter( 'wc_smart_cod_fee', 'change_cod_price' );
function change_cod_price( $price ) {
return $price < 6.20 ? 6.20 : $price;
}
Yes this what I put but is charging always the minimum fee 6.20 maybe is the 0 ? i should use 6.2?
is the calculation made on the Cart Total? (products + shipping + VAT) ??
Thanks!
my fault!
i had also facebook connector plugin active but thanks Otto.
now i have problemd with LIKE button and PODPRESSS
if I have posts with podpress video and LIKE button the videos don’t show.
even if i put the LIKE button manually (with the function)
st