WooCommerce Lightspeed POS Integration 2.16.7

No permission to download (772.7 KB)
Download WooCommerce Lightspeed POS Integration 2.16.7 from nulled fire. Connect your WooCommerce-powered store to Lightspeed Retail's Point of Sale system.
* Fix - Plugin will no longer set "stock status" if "Stock Quantity" is unchecked under "Selective Sync for WooCommerce Product"
* Fix - "Processing Order ..." on the "Order Thank You" page fixed so it does not show "undefined" values
* Fix - Syncing products from WooCommerce to Lightspeed improved, should result in less 429 errors, especially for Variable products
* Tweak - Optimizations around backgrounds jobs conflicting with other actions resulting in a reduction of errors
* New - Much better handling around 429 errors - now keeps track of Lightspeed's API bucket level header, and adjusts API requests dynamically depending on bucket level
* New - New "Prune deleted variations" setting. On a Manual Update, deletes variations in WooCommerce that have been deleted in Lightspeed matrix products.
* New - New "WCLSI Poller" settings, allows users to turn background job on or off
* New - Settings UI is now tabbed
* New - wclsi-error.log now has a stack trace included in it
* New - Updating Variations in the WooCommerce dashboard is now more efficient and should not cause as many 429 errors
* Fix - Fixes some DB duplicate errors that can happen during the check_for_new_ls_prods background job, now checks if the product exists before trying to insert it
* Tweak - Code consolidation and cleanup
* New - New "wclsi-error" log under WooCommerce -> Status -> Logs; tracks sync errors and other various issues with the plugin
* Fix - If multiple items are added to the cart, the plugin would get a 429 error trying to check inventory levels in Lightspeed
* Fix - On checkout, the plugin can now handle updating multiple items on checkout/order completion
* Fix - Bulk updates on import page are now throttled and should no longer show 429 errors
* Fix - Image sync would throw a fatal error, now should write to error log
* Fix - Hotpatch for fixing NULL item_id values (only fixes simple/single products)
* Tweak - wclsi-debugger.log will now only record active sync changes, instead of all activity
* Tweak - Code cleanup & optimizations