Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindblownhq/wooping-shop-health
The WooCommerce Shop Health plugin by Wooping
https://github.com/mindblownhq/wooping-shop-health
webshop woocommerce wordpress
Last synced: 1 day ago
JSON representation
The WooCommerce Shop Health plugin by Wooping
- Host: GitHub
- URL: https://github.com/mindblownhq/wooping-shop-health
- Owner: MindblownHQ
- Created: 2024-11-05T18:01:42.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-11-13T22:16:03.000Z (7 days ago)
- Last Synced: 2024-11-13T23:20:31.350Z (7 days ago)
- Topics: webshop, woocommerce, wordpress
- Language: PHP
- Homepage: https://wooping.io
- Size: 235 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wooping Shop Health
Shop Health is a free tool for Woocommerce that helps you increase your sales with action-minded checklists.
Extend your Woocommerce shop with pre-launch, post-launch, and in-flight checklists to make sure you're always ready and up-to-date.Shop Health uses Action Scheduler and runs all analysis on the background, without disturbing your store.
Start your scan by visiting the Shop Health dashboard page?### Install Shop Health
1. Go to wooping.io/shop-health
2. Click the download button
3. Go to Plugins -> Add new
4. Click the Upload Plugin button
5. Drag or select the zip file to install Shop Health### Install Shop Health using composer
1. `composer config repositories.wooping composer https://composer.wooping.io`
2. `composer require wooping/wooping-shop-health`### WP CLI
Shop Health also works with WP-CLI, below you'll find a few of our commands_wp shop-health schedule_
- `wp shop-health schedule setting_scan ` _`(example: has_terms_and_conditions)`_
- `wp shop-health schedule product_scan ` _`(example: 12)`_
- `wp shop-health schedule all_product_scans`
- `wp shop-health schedule all_setting_scans`
- `wp shop-health schedule all`_wp shop-health run_
- `wp shop-health run setting_scan ` _`(example: has_terms_and_conditions)`_
- `wp shop-health run product_scan ` _`(example: 12)`_
- `wp shop-health run all_product_scans`
- `wp shop-health run all_setting_scans`
- `wp shop-health run all`_wp shop-health clean_
- `wp shop-health clean issues`
- `wp shop-health clean objects`
- `wp shop-health clean actions`
- `wp shop-health clean all`### How to install for contributing
1. Clone the repository: `[email protected]:MindblownHQ/wooping-shop-health.git`
2. Run `composer install` for installing composer dependencies
3. Run `npm install` to install node dependencies
4. And finally, run `npm run watch` to watch for SCSS and JS changes or `npm run production` for building the production assets