I am trying to add products to my cart using this function: WC()->cart->add_to_cart( $id, $quantity=1,$variation_id ); However, it only works when the cart is
WC()->cart->add_to_cart( $id, $quantity=1,$variation_id );