We are officially unavailable due National Holidays from 10 April 2024 to 12 April 2024. During these days support time could be a little bit high. As soon as we will be back, we will reply to you on an urgent basis

Okay
  Print

Why WooCommerce doesn't update package or bookings once PayPal is used

Why WooCommerce doesn't update package or bookings once PayPal is used

We have used WooCommerce for the packages and bookings process and have used below hooks

  • woocommerce_payment_complete
  • $order->payment_complete(). 

Most payment methods use the above hooks to process the order.

Any gateways that default to On Hold or Pending Payment instead of Processing will not process the order against packages update or booking.

For this, you also contact to PayPal about this situation. To make sure of this, you can try to use Stripe Credit card payments plugin, which sends the status processing and all the functions of our theme seems to be working fine.