elderbraum / woocommerce-product-sets
A new product type for woocommerce
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=8
- kint-php/kint: ^3.3
- league/flysystem: ^2.2
- league/plates: ^3.4
- monolog/monolog: ^2.3
- php-di/php-di: ^6.3
- symfony/http-foundation: ^5.3
Requires (Dev)
- roave/security-advisories: dev-master
README
This WordPress plugin aims to provide a developer and user-friendly way of creating sets of products that can be displayed.
The product stock is connected so selling a set also reduces the stock for the items in it. A set cannot be bought when one of the products is out of stock.
The pricing can be done with a fixed price, an auto sum of the products it contains, or a percentage of the sum of the products it contains. This percentage can be set to 100 for full price, or anything below that for a reduction. In case you want to up the price, you can set the percentage to a higher number than 100.
Installation
- Upload the plugin files to the
/wp-content/plugins/woocommerce-product-sets
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
Composer
You can also install the plugin via composer, it is registered as a "type": "wordpress-plugin". This way you can require it in a bedrock installation.
Security
If you discover any security related issues, please email plugins.wp@hijlkema.codes with the details!