Once WooCommerce is installed, a few new entries appear in the WordPress left-side menu: WooCommerce, Products, Analytics, and Marketing. The feature count can feel overwhelming on first encounter, but most people's day-to-day usage concentrates around just a few areas: managing products, processing orders, and reviewing data. Everything else can be learned as the need arises.
For anyone setting up a new store, the right sequence is configure Settings first, upload products second, then start accepting orders. A lot of beginners skip the configuration step and go straight to products, only to discover later that the currency is wrong, taxes weren't set up, or shipping rules don't work as expected โ all of which are significantly more annoying to fix after the fact.
Start in Settings: Get the Store Basics Right
WooCommerce โ Settings is the first place to spend time in the entire admin panel. It's divided into several tabs:
General is where to start: store address (which affects tax calculations and default behavior in various shipping plugins), sales scope (specific countries or global), and default currency. Cross-border independent stores typically use USD as the primary currency. If you need to display multiple currencies, that requires a separate plugin โ WooCommerce natively supports only a single settlement currency.
Payments is where you enable and configure payment methods. WooCommerce ships with a few basic options (bank transfer, cash on delivery), but for actual cross-border collection you'll need to install dedicated Stripe or PayPal plugins โ once installed, come back to this tab to enable them and enter your API keys. The specifics of applying for and setting up each payment gateway are covered in the payment tools articles and don't need repeating here.
Shipping is where you define delivery zones and shipping rules. The process is: create zones first (something like "United States," "Europe," "Rest of World"), then add shipping methods within each zone (flat rate, weight-based, free shipping above a threshold, etc.). If you need real-time carrier rate calculations for DHL, FedEx, or similar, that requires a plugin โ the basic zone setup in Settings is still necessary either way.
Emails gets overlooked by a lot of beginners but has a direct effect on the buyer experience. WooCommerce automatically sends emails to buyers and store owners at key order milestones โ order created, payment confirmed, shipped, completed. This tab lets you customize the subject lines and styling of each email, and toggle which notifications are sent. It's also worth setting up an SMTP plugin like WP Mail SMTP so emails go out from your domain email address rather than the server's default sender โ better deliverability and a more professional appearance.
Accounts & Privacy has one setting worth flagging: whether to allow guest checkout. Enabling it is the default recommendation โ requiring account registration before purchase adds friction to the checkout flow and tends to hurt conversion.
Product Management: the Products Module
Products โ All Products is the main hub for managing inventory. WooCommerce supports four product types; the two beginners use most often:
Simple Product is for items without variations โ an ebook, a product that comes in one size and one configuration. Variable Product is for items with multiple options โ a T-shirt available in red, blue, and white, in sizes S, M, and L. For variable products, you'll first need to create the relevant attributes (color, size) under Products โ Attributes, then return to the product edit page and combine those attributes into individual Variations, each of which can have its own price and stock level.
Products โ Categories organizes your catalog. Categories aren't just for user navigation โ the category archive pages themselves carry SEO value. Someone searching "women's sneakers" might land directly on a category page rather than a specific product page. When setting up categories, write a unique description for each one โ this is an SEO opportunity most people don't bother with.
For digital products (ebooks, courses, downloadable software): change the product type to Downloadable in the product settings, upload the file, and configure download permissions and expiry as needed.
Order Processing: the Orders Module
WooCommerce โ Orders is the area you'll open every single day once you're live. The order list filters by status: Pending Payment, Processing (paid, awaiting fulfillment), Completed, Refunded, and Cancelled.
Clicking into an individual order shows the complete customer information, shipping address, items purchased, payment method, and amount. The standard fulfillment workflow: change the order status from Processing to Completed in the order details, and if you have a tracking number, add it in the Order Notes field with "Send this note to the customer" checked โ the system automatically sends the customer an email with the tracking information.
Refunds are also handled here: open the relevant order, click the Refund button, enter the refund amount, and choose whether to push the refund back through the payment channel. Both Stripe and PayPal support automatic refunds to the original payment method โ clicking through executes the refund directly without needing to go into the payment platform's own dashboard.
Customers and Coupons
WooCommerce โ Customers displays registered user data including total spend and most recent order date. This list is useful for customer re-engagement โ identifying your highest-spending or most recently active customers is a starting point for targeted retention campaigns.
WooCommerce โ Coupons is where discounts get created: fixed amount off (e.g., $10 off), percentage discount (e.g., 20% off), free shipping, with configurable minimum spend thresholds, expiry dates, and usage limits. The most common applications for coupon codes in independent store operations: first-order discounts for new subscribers collected via email popups, exclusive codes inside abandoned cart recovery emails, and dedicated codes for affiliate partners (see the Awin affiliate marketing guide for that use case).
Data Review: the Analytics Module
The Analytics module provides store-level sales data: total revenue, order volume, average order value, refund amounts, top-selling products, coupon usage, and revenue trends across time periods.
This data complements what Google Analytics 4 provides โ they're answering different questions. WooCommerce Analytics tells you what sold and how much you made. GA4 tells you where users came from and how they moved through the site. Running both and reading them together gives you a clearer picture of which products are worth pushing harder and which traffic sources actually convert. The Analytics module lets you set custom date ranges and export CSV reports โ getting into the habit of downloading these periodically for your own records is worth doing.
The Marketing Module: Limited on Its Own, Needs Plugins
The Marketing module's content varies somewhat across WooCommerce versions. In its current form it primarily surfaces the built-in coupon management (pointing to the same functionality as the Coupons module) and a list of officially recommended marketing plugins.
Email marketing, automated workflows (abandoned cart recovery, customer lifecycle emails), and SMS campaigns all require separate plugin installations โ Klaviyo's WooCommerce integration and MailPoet are common choices. These plugins typically add their own menu entries in the left sidebar after installation and don't route through the Marketing module. The Marketing section is better understood as a navigation pointer rather than a self-contained marketing hub โ don't expect too much from it as a standalone feature set.
The Setup Sequence That Saves Beginners the Most Trouble
A quick summary of the recommended order for first-time store configuration:
Step one โ complete Settings: fill in the store address and currency, configure payment gateways, build out shipping zones, and set up email notifications. Step two โ in Products, create categories and attributes first, then upload your initial product catalog and confirm that pricing, inventory, and images are all correct. Step three โ run a complete purchase flow with a test account, from adding to cart through payment confirmation, and verify that payment processes correctly, order confirmation emails arrive, and the order appears in the Orders list. Step four โ once testing checks out, connect Google Analytics 4 and Search Console at the WordPress level (not within WooCommerce itself), so data collection starts accumulating from day one. From there it's ongoing operations: Orders for daily fulfillment and customer service, Analytics for periodic sales review, and Coupons for discount campaigns as needed.