Product Packages For WooCommerce Guide
Overview
Product Package allows you to define product packages for your store. Customers can select the package based on the number of products they want to buy. They will, then, be able to checkout only when they have completely filled the selected package.
Store Owner Guide
Requirements
Product package requires:
WooCommerce 4.8+
Installation
Download the .zip file from your WooCommerce account.
Go to WordPress Admin > Plugins > Add New and Upload Plugin with the file you downloaded with Choose File.
Install Now and Activate the extension.
Configuration
Product package Functions
- Navigate to Product packages.
- Click Add New to create a new product package. Here you will get the option to add a title for a new product package along with the package limit, Shipping Charge.
- Optional: If applicable, Shipping Charge includes the cost that will be added to the order total, default 0.
- Optional: If applicable, Product package image adds an image to a product package.
- Save.
Product package Settings
- Navigate to Product packages > Settings.
- There multiple options settings section:
- Required Product Categories: Only products with assigned category/categories will require a package to be chosen by the customer. This sets the product categories that required packages to purchase a product.
- Packages to show: This sets which package sizes will be show in the default pack selection on the shop page. The additional pack sizes you decide not to list on the shop page can be shown using a shortcode anywhere on the site.
- Package Selection title/description: This is used to give your customers some context around the pack selections. This can be anything you feel would help your customer
- Save Changes.
Shortcodes
Basic: [product_packages]
Select pack sizes to show: [product_packages packages=”5, 10, 15, 20”]
Hide title and description: [product_packages title=“false” and description=“false”]
View the plugin page
This plugin may be purchased through WooCommerce
See the plugin-in action
FAQ
Frequently asked questions
from our community
How can I show the product packages on a page other than Shop or Cart?
Just put the shortcode [product_packages] on the content of the page(s) you would like to display the packages.
I don’t want to show any title or description over the packages.
Just leave the fields empty and it won’t appear on the frontend.

I want to show only certain packages on a particular page.
Use the “packages” attribute on the product_package shortcode to display the specific packages. For example, to only display packages with limit 10 and 20 use: [product_packages packages=”10, 20”].
I want to hide the title and description over the packages on certain pages.
Use [product_packages title=”false” description=”false”] when using shortcode on that page.
