generate functionMon, 05 Dec 2022

changed grouped product items in cart woocommerce

function change_grouped_price_html($price, $product) { //$price = '<span class="amount">'.$product->get_price().'$</span>.'; $price = ''; return $price; } add_filter('woocommerce_grouped_price_html','change_grouped_price_html', 10, 2);

Questions about programming?Chat with your personal AI assistant