All Projects → woocommerce → Wc Smooth Generator

woocommerce / Wc Smooth Generator

Smooth product, customer and order generation for WooCommerce

Projects that are alternatives of or similar to Wc Smooth Generator

Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (-42.69%)
Mutual labels:  wp-cli
Handbook
📖 Complete documentation for WP-CLI
Stars: ✭ 129 (-24.56%)
Mutual labels:  wp-cli
Dokan
Multivendor marketplace platform
Stars: ✭ 146 (-14.62%)
Mutual labels:  woocommerce
Wordup Cli
Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
Stars: ✭ 116 (-32.16%)
Mutual labels:  wp-cli
Woocommerce Coupon Links
A WordPress plugin to automatically apply WooCommerce coupon codes to the cart via a URL.
Stars: ✭ 127 (-25.73%)
Mutual labels:  woocommerce
Woocommerce Pagseguro
Claudio Sanches - PagSeguro for WooCommerce - WordPress Plugin
Stars: ✭ 130 (-23.98%)
Mutual labels:  woocommerce
Woocommerce Ios
WooCommerce iOS app
Stars: ✭ 93 (-45.61%)
Mutual labels:  woocommerce
Code Snippets Wp Speed Up
Code Snippets for WordPress and WooCommerce speed up, which can be imported into the plugin.
Stars: ✭ 168 (-1.75%)
Mutual labels:  woocommerce
Awesome Wp Cli
A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
Stars: ✭ 129 (-24.56%)
Mutual labels:  wp-cli
Woocommerce Subscribe All The Things
Experimental mini-extension for WooCommerce Subscriptions that explored the possibility of adding subscription plans to non-subscription product types. Now available on WooCommerce.com as "All Products For WooCommerce Subscriptions".
Stars: ✭ 143 (-16.37%)
Mutual labels:  woocommerce
Woocommerce Subscriptions Importer Exporter
Import your subscribers to WooCommerce from a CSV. Or export your subscription data from WooCommerce to CSV.
Stars: ✭ 117 (-31.58%)
Mutual labels:  woocommerce
Docker Compose Wordpress
An example Docker Compose setup for WordPress plugin or theme development.
Stars: ✭ 127 (-25.73%)
Mutual labels:  wp-cli
Restful
Unlocking the potential of the WP REST API at the command line
Stars: ✭ 134 (-21.64%)
Mutual labels:  wp-cli
Laravel5 Woocommerce Api Client
Laravel 5 wrapper for the Woocommerce REST API
Stars: ✭ 113 (-33.92%)
Mutual labels:  woocommerce
Docker Wordpress
WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux
Stars: ✭ 148 (-13.45%)
Mutual labels:  wp-cli
Woocommerce Gateway Lightning
A WooCommerce gateway for lightning payments
Stars: ✭ 93 (-45.61%)
Mutual labels:  woocommerce
Wcvendors
The Marketplace plugin for WordPress and WooCommerce
Stars: ✭ 130 (-23.98%)
Mutual labels:  woocommerce
Woo Poly Integration
Looking for maintainers! - Wordpress WooCommerce Polylang Integration
Stars: ✭ 168 (-1.75%)
Mutual labels:  woocommerce
Flutter Woocommerce App
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
Stars: ✭ 161 (-5.85%)
Mutual labels:  woocommerce
Image Optimize Command
Easily optimize images using WP CLI
Stars: ✭ 138 (-19.3%)
Mutual labels:  wp-cli

WooCommerce Smooth Generator

A smooth products, customer and order generator using WP-CLI. Future versions will include scheduled auto generation functionality.

Installation

WooCommerce Smooth Generator requires Composer and WP-CLI to function.

  1. Clone this repository into your site's plugins folder
  2. From command line CD into the cloned repository
  3. From command run composer install and wait for the installation to complete
  4. Run wp plugin activate wc-smooth-generator to activate the plugin
  5. You now have access to a couple of new WP-CLI commands under the main wp wc generate command.

Commands

Products

Generate products based on the number of products paramater.

  • wp wc generate products <nr of products>

Orders

Generate orders from existing products based on the number of orders paramater, customers will also be generated to mimic guest checkout.

Generate orders for the current date

  • wp wc generate orders <nr of orders>

Generate orders with random dates between --date-start and the current date.

  • wp wc generate orders <nr of orders> --date-start=2018-04-01

Generate orders with random dates between --date-start and --date-end.

  • wp wc generate orders <nr of orders> --date-start=2018-04-01 --date-end=2018-04-24

Generate orders with a specific status.

  • wp wc generate orders <nr of orders> --status=completed

You may wish to disable emails if creating a large number of orders as this will trigger emails. To block all emails from your site, install a plugin like Disable Emails.

Customers

Generate customers based on the number of customers paramater.

  • wp wc generate customers <nr of customers>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].