Frame WooCommerce Stock Manager
WooCommerce Stock Manager
by F / R / A / M / E Creative / Vladislav Musílek · github.com/framedigital/frame-woocommerce-stock-manager · website
★ 1stars
134composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/framedigital/frame-woocommerce-stock-manager/archive/refs/heads/master.zipAlso on Packagist as framecreative/woocommerce-stock-manager:
composer require framecreative/woocommerce-stock-managerDeclares an update source (https://github.com/framedigital/woocommerce-stock-manager), so updates arrive through the plugin's own updater.
From the readme
Woocommerce Stock Manager
Frame Version
This plugin is a fork of the free Woocommerce Stock Manager Plugin.
The plugin had some bugs the author didn't seem to care about, and did not allow for the changing of the delimiter in CSV files - this was a pretty critical problem as clients using excel have a REALLY hard time opening files delimted with anything other than a comma.
Known issues
The current code will run on Woocommerce 3.0+ stores, but contains a lot of anti-patterns - most commonly that meta information regarding products is currently updated via the updatepostmeta() function, rather than utilising the new Woocommerce Data Stores to manage the product data.
Changing the delimited