https://github.com/framecreative/frame-woocommerce-stock-manager
https://github.com/framecreative/frame-woocommerce-stock-manager
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/framecreative/frame-woocommerce-stock-manager
- Owner: framecreative
- License: gpl-2.0
- Created: 2017-07-17T05:07:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T05:27:39.000Z (about 5 years ago)
- Last Synced: 2026-01-11T17:50:30.682Z (5 months ago)
- Language: PHP
- Size: 541 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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 `update_post_meta()` function, rather than utilising the new Woocommerce Data Stores to manage the product data.
## Changing the delimited
````php