From 27ec31b150058172018fe82196f53a188aac83c0 Mon Sep 17 00:00:00 2001 From: Amir Arabnezhad Date: Mon, 28 Jun 2021 21:57:21 +0430 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8117bf2..20e2aed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# woo-daily-stock-limit -Set daily stock limits for your products in woocommerce. +# Woocommerce Daily Stock/Order Limit + +If you have a woocommerce based shop and need to set a daily limit for your products, this is the plugin you need. +This plugin create a metabox. In this metabox you can enter the daily limit of the produt's order. + +## Install as a separate plugin + +You can download the latest package from here and install it in the your dashboard, as a separate plugin. +All you need to do is to the `Plugins > Add New` Section and upload the `.zip` file you downloaded. + +## Put it in Your Theme +Since this plugin is not very big so far, you can add the code to your theme. Just make sure you're not editing the main theme and you've created a child theme, Then go the `functions.php` file and the code in the file `wdsl-daily-stock-limit.php` without the header comments. + +### Releases + - **0.1.0:** The Initial Release +