Book Image

Building E-Commerce Solutions with WooCommerce - Second Edition

By : Robbert Ravensbergen
Book Image

Building E-Commerce Solutions with WooCommerce - Second Edition

By: Robbert Ravensbergen

Overview of this book

Building an online store is often considered to be a difficult, complex task. Using the combination of WordPress and the WooCommerce plugin, this is no longer the case. WooCommerce is the most popular e-commerce platform for WordPress and is being rapidly developed by WooThemes. It provides a strong e-commerce solution to set up your own online store in just a couple of hours. This easy and practical book will help you make the most of WooCommerce to be able to set up and run your online store yourself. Installing WooCommerce is an easy task, but this book will explain in detail all the possible settings. After that you'll be adding products, different payment methods, and shipping solutions to your store. You will then customize your store by adding themes to change the look and feel. Once your store is running, you'll learn how to use discount coupons, process your orders, look at reports, and even expand the functionality further with additional plugins. By the end of the book, you will learn everything you need to add a fully functional online store to you WordPress website and start running an online business.
Table of Contents (15 chapters)
Building E-Commerce Solutions with WooCommerce Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing WooCommerce


Installing a plugin is a fairly simple task:

  1. Click on Plugins in the menu on the left and click on Add New.

  2. Next, simply enter WooCommerce in the Search Plugins field and hit Enter.

  3. Verify if the correct plugin is shown on top and click Install Now. Over time results will vary, but the WooCommerce plugin itself should always appear on top:

  4. Click on Activate Plugin. Note that in the shown screenshot, we're installing version 2.4.8 of WooCommerce. New versions will follow rather quickly, so you might already see a higher version number:

  5. Next, WooCommerce starts a quick setup wizard, that gives the possibility to go through the most important settings. The wizard is optional. If you'd like to skip it just press Not right now, otherwise click the Let's go button. If you chose to skip the wizard, please read on at number 11 of this step-by-step guide.

  6. When using the wizard, first a couple of pages will be created by WooCommerce. These pages are necessary to correctly run your store, so just press Continue:

  7. Next, choose your local settings, like the country you're based in and the currency you want to use. Also, set the units of measure, even if you think you won't need those for your products:

  8. Set some basic shipping costs and determine how you want to work with taxes. Don't worry if you're still unsure here. You may Skip this step if you want to. Later on in this chapter these topics will be discussed in more detail:

    If you enable the checkbox Yes, I will be charging sales tax, additional options will become visible. WooCommerce will suggest some default tax settings, based on the country/region you selected at step 7:

  9. In the next screen, you can decide which of the default available payment methods you'd like to use. PayPal is widely used and adding your PayPal e-mail address is enough to start using it. Also in here, you may skip the step if you're unsure about it. Adding other payment possibilities than the ones shown here will be discussed later on:

  10. In the last step you're asked if you want to allow WooCommerce to gather diagnostic data of your store. If you do, you'll receive a discount coupon for extensions, which might be handy later on. Of course this step is optional. We recommend to click on the link Return to the WordPress Dashboard on the bottom. Although it is possible to immediately start adding products, we suggest to first pay more attention to the other WooCommerce settings:

    Tip

    In our example project, we're installing the English version of WooCommerce. But you might need a different language. By default, WooCommerce is already delivered in a number of languages. This means that the installation will automatically follow the language of your WordPress installation. If you need something else, just browse through the plugin directory on WordPress.org to find any additional translations.

  11. Once we finished the wizard and returned to the WordPress Dashboard, two new menu items (WooCommerce and Products) have been added to the main menu on the left:

  12. Meanwhile the plugin created the necessary pages that you can access by clicking on Pages in the menu on the left:

    Note that if you open a page that was automatically created by WooCommerce, you'll only see a shortcode, that is used to call the needed functionality. Do not delete the shortcodes, or important WooCommerce pages like Cart, Checkout, and Shop will not work properly. However, it's still possible to add your own content before or after the shortcode on these pages.

Note

Note that WooCommerce also added some widgets to your WordPress Dashboard, giving an overview of the latest product- and sales statistics. At this moment this is all still empty of course.