Lesson 1: WooCommerce Setup & Product Types.
1. Introduction: The E-commerce Advantage
Moving from basic informational websites to e-commerce sites is the biggest jump in a freelancer’s career earnings. E-commerce sites (online stores) process money, manage inventory, and handle customer data, which makes them inherently higher-value and requires specialized skills, skills you will master in this course.
WooCommerce is the world’s most popular e-commerce platform, controlling a massive share of all online stores. Because it is a free WordPress plugin, it integrates seamlessly with your existing WordPress knowledge.
2. Installing and Initial Configuration
A. Installation
- Navigate to your WordPress Dashboard.
- Go to Plugins > Add New.
- Search for “WooCommerce” and click Install Now, then Activate.
- WooCommerce will automatically launch a Setup Wizard.
B. The Setup Wizard Essentials
During the setup wizard, pay close attention to the following crucial settings:
- Store Details: Enter the client’s physical address (required for shipping and tax calculations).
- Industry: Select the best fit for the client’s business (e.g., Fashion, Electronics).
- Product Types: Select the types of products the store will sell (e.g., Physical products, Digital downloads).
- Business Details: Enter the number of products the client plans to sell and check the box for necessary free features (e.g., automated taxes).
3. Setting Up Core Store Pages
WooCommerce automatically creates four essential pages. Do not delete them! You must ensure they are correctly integrated into the site navigation.
|
Page Title |
Purpose |
|---|---|
|
Shop |
Displays all the products available in the store (the main browsing page). |
|
Cart |
Where customers review their selected products before checkout. |
|
Checkout |
The secure page where payment and shipping details are entered (the conversion page). |
|
My Account |
Where registered customers can view past orders, track shipments, and update personal details. |
4. Understanding Product Types
Mastering product types is key to building complex, professional stores. Every product must be classified correctly.
A. Simple Product (The Default)
- Definition: A physical product with no variations in size, color, or material (e.g., a single book, a standard hammer).
- Setup: Requires a name, a price, and a stock quantity.
B. Grouped Product
- Definition: A collection of related simple products sold as a set (e.g., a “Starter Kit” bundle of five individual items).
C. Virtual/Digital Product
- Definition: Products that are intangible and do not require shipping (e.g., e-books, software licenses, audio files, course downloads).
- Setup: Check the “Virtual” and “Downloadable” boxes in the product data section. You must upload the file and set an expiration limit if needed.
D. Variable Product (The Advanced Choice)
- Definition: A single product available in different options (variations) that affect the price or stock (e.g., A T-shirt available in Small, Medium, Large, and colors Red and Blue).
- Setup: This requires defining Attributes (like Color) and then creating Variations (like Red-Small) for each combination, with each variation having its own price and stock level.
5. Student Activity: Your First E-commerce Setup
- Task 1: Install and run the WooCommerce setup wizard on your staging WordPress environment.
- Task 2: Create three different product types: a Simple physical product, a Digital product (e-book), and a Variable product (T-shirt with size and color attributes). Ensure each has a price and stock quantity.