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

  1. Navigate to Product packages.
  2. 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.
  3. Optional: If applicable, Shipping Charge includes the cost that will be added to the order total, default 0.
  4. Optional: If applicable, Product package image adds an image to a product package.
  5. Save.

Product package Settings

  1. Navigate to Product packages > Settings.
  2. There multiple options settings section:
    1. 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.
    2. 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.
    3. 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
  3. 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

Just put the shortcode [product_packages] on the content of the page(s) you would like to display the packages.

Just leave the fields empty and it won’t appear on the frontend.

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”].

Use [product_packages title=”false” description=”false”] when using shortcode on that page.