Skip to content

Sample WooCommerce data that can be imported into a test environment for plugin/theme testing

License

Notifications You must be signed in to change notification settings

crosspeaksoftware/woo-sample-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Woo Sample Data

This is a set of sample data for WooCommerce designed for testing your themes or plugins. Based off the default WooCommerce Core sample data, it includes data with the addition of incomplete, incorrect or malformed products. The issues with products are some of those observed while working with clients migrating from different eCommerce solutions, and are designed to help make sure your theme or plugin can account for these problems.

The product data is broken into groups and tags, as well as separate files to allow you to add the good or bad data.

Note that the bad data are duplicates of the original data with intentional issues added, and the product images are pulled from the same location as the WooCommerce Core sample data.

Getting Started

Prerequisites

Installation

  1. Download the repository zip file.
  2. Extract the zip file.
  3. Log into your WordPress/WooCommerce site.
  4. Go to: Products > All Products.
  5. Select Import.
  6. An Import Products screen appears.
  7. Select Choose file and then select the sample products CSV file you downloaded that you wish to import.
  8. Continue. A Column Mapping screen appears. WooCommerce maps columns from the sample CSV automatically.
  9. Scroll down and click the button to “Run the Importer“.
  10. Let the fun begin.

(back to top)

Usage

The original sample data in WooComemrce Core is included with the addition of the "Sample Data", and "Good Sample" tags to help differentiate and sort them.

The other sample data added has been created with incomplete, incorrect or malformed products data and "Sample Data", and "Bad Sample" tags added.

The "Sample Data" tag is there to quickly identify any and all sample data that may have been added to an site with existing product data so it may be easily filtered and removed.

The "Good Sample" and "Bad Sample" tags are their to differential the original WooComemrce Core sample data from the sample data with know issues.

All products with problems have a brief mention of their general issue they have added to their name and SKU.

Woo Sample Data - Example Bad Data in Product Screen

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU License. See LICENSE.txt for more information.

(back to top)

About

Sample WooCommerce data that can be imported into a test environment for plugin/theme testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published