Download the PHP package smartpack/wordpress-woocommerce-plugin without Composer
On this page you can find all versions of the php package smartpack/wordpress-woocommerce-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download smartpack/wordpress-woocommerce-plugin
More information about smartpack/wordpress-woocommerce-plugin
Files in smartpack/wordpress-woocommerce-plugin
Package wordpress-woocommerce-plugin
Short Description WordPress SmartPack addon to WooCommerce with full integration to smartpack.dk system.
License
Homepage https://github.com/SmartPackWMS/wms-data-transfer-wordpress-plugin-woocommerce
Informations about the package wordpress-woocommerce-plugin
wms-data-transfer-wordpress-plugin-woocommerce
Webhook rules
Hooks Smartpack WMS need endpoints to update different data for product, stock and order there will be some REST API endpoints for that. remeber to add a webhook key in the settings area else its have disabled security and all can sending webhook to your store.
Stock changed webhook
{domain-path}/wp-json/smartpack-wms/v1/stock-changed
Order changed webhook
{domain-path}/wp-json/smartpack-wms/v1/order-changed
Crontab
All data between SmartPack WMS and Woocommerce will be synced. We are using WordPress built-in cron-scheduler for processing order and product data, if you disabled the built-in cron-scheduler in WordPress, you need to run add custom-cronjob inside your crontab file and be sure to install the WP CLI on your system.
You can also use WP CLI to trigger cron events manually or delete existing cron events if something goes wrong.
Product hint:
- Simple product use its own SKU
- Product variations need there own SKU else its used parent SKU.
Module Featuers
WMS
- Product
- CLI: Full sync of products from shop to WMS integration
- Order
- CLI: Sync all with shipment status
- Stock
- Hook: update product stock on hook signals
- CLI: Full stock sync to be ajour from WMS into Woo
Woocommerce order process
Custom orders will not be automatically transfered to the WMS integration.