Author: Dawid Adach
WooCommerce
In this tutorial, we will learn how to create our own ecommerce store! After finishing this set of lessons you will be able to place your products online or create a fully customized shop for your customers as WordPress developers. In order to start selling in WordPress we will install the Woocommerce plugin.
Warning
If you haven't finished a Blog tutorial before you can continue with this tutorial — both tutorials are independent and supplementary. You can create either a Blog, an Ecommerce shop or both together, however, it is required to either finish the "Theme" tutorial or at least download the starter package from here.
1. Install WooCommerce
There are two ways to install WooCommerce plugin.
- Log into your WordPress site.
- Go to: Plugins > Add New.
- Search for ‘WooCommerce’.
- Select Install Now when you see it’s by Automattic.
- Select Activate Now and you’re ready for the WooCommerce Wizard!
- What's your shop name/address?
- Which currency do you want to use?
- Whether you use the Metric System (meters, kilograms) or the Imperial (feet,inches, pounds)?
- Whether you are selling digital (code, songs, e-books) or physical (paper books, jewelery) goods?
- What kind of payment you want to accept (wire transfer, PayPal etc.)
- Do you want to automatically apply taxes and rates?
- If you want to go through the wizard click Let’s go! to get started. Otherwise select Not Right Now if you prefer to manually set up your WooCommerce shop later.
1. Using WordPress Admin
WooCommerce Setup Wizard
When WooCommerce is activated for the first time, the
WooCommerce Setup Wizard
helps you set up your shop. It will guide you through few steps and ask questions like:
Based on your answers WooCommerce will adjust a store setting.
- Download newest version from WordPress.org or GitHub
- Unzip the file.
- Move the woocommerce folder to your plugin destination inside the root WordPress folder
wp-content/plugins/
- Log into your WordPress site.
- Go to: Plugins.
- Click Activate next to WooCommerce plugin.
2. Using the zip package
Now as in the previous step you can decide whether to run WooCommerce Setup Wizard
or skip it.
2. Import sample products
In order to start developing our theme, we will need to create a few products. You can do it manually (Products -> Add product
) or import set of predefined products which can be easily incorporated into your shop:
- Download this sample file.
- Unzip it.
- From the WordPress Dashboard go to: Tools > Import.
- Select WooCommerce Products CSV.
- Run the Importer. An Import Products screen appears.
- Select Choose file and then select the
sample-products.csv
file you downloaded. - Continue. A Column Mapping screen appears.
- Scroll down and Run the Importer.
- Go to Products (in the menu on the left).



Now you should see a list of sample products. Since we have our store and products ready we can start developing our custom theme.
Previous lesson Download Live preview Next lesson
Spread the word:
