Woocommerce – Sum subtotal of a product with fixed + price in cart
My question is how to sum a fixed price with product subtotal en calculate. Woocommerce prices are based on quantity but i want the subtotal of a product in cart sum+ with a certain price my code: foreach ( WC()->cart->get_cart()…