-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|