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.
- A WordPress/WooCommerce install
- General understanding of WooCommerce Documentation
- Download the repository zip file.
- Extract the zip file.
- Log into your WordPress/WooCommerce site.
- Go to: Products > All Products.
- Select Import.
- An Import Products screen appears.
- Select Choose file and then select the sample products CSV file you downloaded that you wish to import.
- Continue. A Column Mapping screen appears. WooCommerce maps columns from the sample CSV automatically.
- Scroll down and click the button to “Run the Importer“.
- Let the fun begin.
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.
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU License. See LICENSE.txt
for more information.