Test WooCommerce Webhooks

How To Test WooCommerce Webhooks

Webhooks is a term used for sending data to a URL when an event happens. An example is when someone subscribes to an email marketing list, the service that manages the list can send data like the subscriber’s name and email to another system like a Customer Relationship Manager.

Read more

Remove Default WooCommerce Payment Gateways

By default, WooCommerce 2.2.8 ships with five payment gateways:

  • BACS (Bank Transfer/Wire)
  • Pay by Check (or Cheque)
  • Cash on Delivery
  • PayPal
  • Simplify Commerce

If you want to have only one payment gateway available on the Checkout page, the unused payment gateways can be disabled in the admin settings.

Read more