xpay✦ Commerce
Directory
WooCommerce plugins
Pfand Manager
Pfand Manager
Add per-product Pfand (deposit) fees to WooCommerce and display them as a separate cart and checkout fee.
Will this break my store?
What the WordPress.org registry says about keeping Pfand Manager running.
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.5 months ago
8.2
Your host must be running at least this version.6.0
woocommerce
These must be installed and active first.1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how Pfand Manager is looked after — not on how many stores run it.
Maintenance
35 / 35WordPress compatibility
14 / 20Support responsiveness
Not enough dataMerchant satisfaction
Not enough dataListing transparency
3 / 10Ratings
No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.
Pfand Manager is a lightweight WooCommerce plugin that allows you to add a per-product deposit (“Pfand”) and automatically display it as a separate fee in the cart and checkout.
The Pfand value is defined individually for each product and multiplied by the product quantity in the cart. The resulting amount is shown as a single fee line, keeping product prices clean and transparent.
This plugin is ideal for beverage deposits, reusable packaging, bottle Pfand systems, or any scenario where a refundable deposit is required.
Features
- Adds a Pfand (€) input field to WooCommerce products
- Calculates Pfand per product × quantity
- Displays Pfand as a separate fee in cart and checkout
- Pfand is not taxable by default
- Lightweight and fast — no settings page required
- Fully compatible with WooCommerce cart calculations
Usage
- Go to Products → Edit Product
- Enter a Pfand amount (e.g.
0.25) - Save the product
- Add the product to the cart
The Pfand will automatically appear as a separate fee in the cart and checkout.
Filters
You can customize the label and tax behavior using filters:
Change the fee label:
add_filter(‘pfand_manager_fee_label’, function () {
return ‘Deposit’;
});
Make the Pfand taxable:
add_filter(‘pfand_manager_fee_taxable’, function () {
return true;
});
No. The Pfand is added as a separate fee in the cart and checkout.
No, the Pfand is non-taxable by default. You can enable taxation via a filter.
Yes. The Pfand is applied to the selected variation if a Pfand value is set.
Yes. Since the Pfand is added as a WooCommerce fee, it is included in order totals and refunds.
Categories
Plugin details
Tags on WordPress.org
