2017 © Pedro Peláez
 

wordpress-plugin woocommerce-stock-manager

image

framecreative/woocommerce-stock-manager

  • Wednesday, May 30, 2018
  • by framecreative
  • Repository
  • 1 Watchers
  • 0 Stars
  • 127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Woocommerce Stock Manager

Frame Version

This plugin is a fork of the free Woocommerce Stock Manager Plugin., (*1)

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., (*2)

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., (*3)

Changing the delimited

<?php

// Define a custom delimiter, standard is now ','
define('WC_STOCK_CSV_SEPERATOR', ';');

The Versions

30/05 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

30/05 2018

1.1.7

1.1.7.0

  Sources   Download

The Requires

 

24/07 2017

1.1.6

1.1.6.0

  Sources   Download

The Requires

 

17/07 2017

1.1.5

1.1.5.0

  Sources   Download

The Requires