Managing Orders Docs

Table of Contents

Docs #

Email FAQ
WooCommerce, and most plugins sending email, send mail by using the wp_mail() function that is a core function of WordPress. In most cases, if email is not being sent/received, then the issue is not with WooCommerce itself, but with the core email function on your web host. Read on for solutions to common issues. I am getting […]

Managing Orders
Orders are created when a customer completes the checkout process, and they are visible to users with Admin and Shop Manager roles only. Each order is given a unique Order ID. Order Statuses An order also has a Status. Order statuses let you know how far along the order is, starting with “Pending payment” and ending […]

WooCommerce Refunds
Summary In WooCommerce itself you can process refunds in two ways: Automatic: Refunds change the WooCommerce order status and also reverse the charge so your customer gets their money (jump to section). Manual: Refunds change the WooCommerce order status, but you need to return the money manually to your customer (jump to section). Automatic Refunds […]

Powered by BetterDocs