Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anttiviljami/woocommerce-custom-availability
Custom availability strings for products.
https://github.com/anttiviljami/woocommerce-custom-availability
Last synced: about 1 month ago
JSON representation
Custom availability strings for products.
- Host: GitHub
- URL: https://github.com/anttiviljami/woocommerce-custom-availability
- Owner: anttiviljami
- License: gpl-3.0
- Created: 2015-11-27T19:14:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T04:32:24.000Z (over 4 years ago)
- Last Synced: 2024-10-04T13:30:07.295Z (2 months ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/custom-availability-for-woocommerce/
- Size: 653 KB
- Stars: 19
- Watchers: 10
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-woocommerce - WooCommerce Custom Availability - Custom availability strings for products. (Handy Code Snippets and Plugins)
README
# WooCommerce Custom Availability
[![Build Status](https://travis-ci.org/anttiviljami/woocommerce-custom-availability.svg?branch=master)](https://travis-ci.org/anttiviljami/woocommerce-custom-availability) [![Latest Stable Version](https://poser.pugx.org/anttiviljami/woocommerce-custom-availability/v/stable)](https://packagist.org/packages/anttiviljami/woocommerce-custom-availability) [![Total Downloads](https://poser.pugx.org/anttiviljami/woocommerce-custom-availability/downloads)](https://packagist.org/packages/anttiviljami/woocommerce-custom-availability) [![Latest Unstable Version](https://poser.pugx.org/anttiviljami/woocommerce-custom-availability/v/unstable)](https://packagist.org/packages/anttiviljami/woocommerce-custom-availability) [![License](https://poser.pugx.org/anttiviljami/woocommerce-custom-availability/license)](https://packagist.org/packages/anttiviljami/woocommerce-custom-availability)Custom availability strings for products.
Features:
- Set custom availability strings for your products
- Works on simple & variable products## Screenshots
### Product stock edit view
![Simple Product View](/assets/screenshot-1.png)### Variable product edit view
![Variable Product View](/assets/screenshot-2.png)### Product page view in the front end
![Front End View](/assets/screenshot-3.png)## Installation
### The Composer Way (preferred)
Install the plugin via [Composer](https://getcomposer.org/)
```
composer require anttiviljami/woocommerce-custom-availability
```Activate the plugin
```
wp plugin activate woocommerce-custom-availability
```### The Old Fashioned Way
You can also install the plugin by directly uploading the zip file as instructed below:
1. [Download the plugin](archive/master.zip)
2. Upload to the plugin to /wp-content/plugins/ via the WordPress plugin uploader or your preferred method
3. Activate the plugin