Woocommerce product set
Add a new product type to create bundles of existing products
by Elderbraum · github.com/pridestalker/woocommerce-product-sets
★ 2stars
14composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pridestalker/woocommerce-product-sets/archive/refs/heads/stable.zipAlso on Packagist as elderbraum/woocommerce-product-sets:
composer require elderbraum/woocommerce-product-setsFrom the readme
WooCommerce Product Sets
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
1. Upload the plugin files to the /wp-content/plugins/woocommerce-product-sets directory, or install the plugin through the WordPress plugins screen directly.
2. 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!
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| V2.0.5 | Jul 11, 2022 |
| V2.0.4 | Jul 11, 2022 |
| V2.0.3 | Jul 9, 2022 |
| V2.0.2 | Jul 2, 2022 |
| V2.0.1 | Jun 23, 2022 |
| V2.0.0 | Aug 29, 2021 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.