{"id":279558,"date":"2026-02-18T15:50:43","date_gmt":"2026-02-18T15:50:43","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wc-pfand-fee\/"},"modified":"2026-02-18T15:52:13","modified_gmt":"2026-02-18T15:52:13","slug":"pfand-manager","status":"publish","type":"plugin","link":"https:\/\/id.wordpress.org\/plugins\/pfand-manager\/","author":18298780,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.4","stable_tag":"1.0.4","tested":"6.9.4","requires":"6.0","requires_php":"8.2","requires_plugins":null,"header_name":"Pfand Manager","header_author":"Erik Ivanov","header_description":"Adds per-product Pfand fees as a separate checkout fee.","assets_banners_color":"606151","last_updated":"2026-02-18 15:52:13","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":195,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.4":{"tag":"1.0.4","author":"erikivanov","date":"2026-02-18 15:52:13"}},"upgrade_notice":{"1.0.4":"<p>Security-focused hardening for sanitized, validated input and safer output handling.<\/p>","1.0.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3464477,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3464477,"resolution":"1544x500","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.4"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Pfand input field in the WooCommerce product editor","2":"Pfand displayed as a separate fee in the cart","3":"Pfand shown in checkout totals"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3148,73197,17242,256111,286],"plugin_category":[45],"plugin_contributors":[256112],"plugin_business_model":[],"class_list":["post-279558","plugin","type-plugin","status-publish","hentry","plugin_tags-checkout","plugin_tags-deposit","plugin_tags-fee","plugin_tags-pfand","plugin_tags-woocommerce","plugin_category-ecommerce","plugin_contributors-erikivanov","plugin_committers-erikivanov"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/pfand-manager\/assets\/icon-256x256.png?rev=3464477","icon_2x":"https:\/\/ps.w.org\/pfand-manager\/assets\/icon-256x256.png?rev=3464477","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>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.<\/p>\n\n<p>This plugin is ideal for beverage deposits, reusable packaging, bottle Pfand systems, or any scenario where a refundable deposit is required.<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Adds a <strong>Pfand (\u20ac) input field<\/strong> to WooCommerce products<\/li>\n<li>Calculates Pfand <strong>per product \u00d7 quantity<\/strong><\/li>\n<li>Displays Pfand as a <strong>separate fee<\/strong> in cart and checkout<\/li>\n<li>Pfand is <strong>not taxable by default<\/strong><\/li>\n<li>Lightweight and fast \u2014 no settings page required<\/li>\n<li>Fully compatible with WooCommerce cart calculations<\/li>\n<\/ul>\n\n<h3>Usage<\/h3>\n\n<ol>\n<li>Go to <strong>Products \u2192 Edit Product<\/strong><\/li>\n<li>Enter a Pfand amount (e.g. <code>0.25<\/code>)<\/li>\n<li>Save the product<\/li>\n<li>Add the product to the cart<\/li>\n<\/ol>\n\n<p>The Pfand will automatically appear as a separate fee in the cart and checkout.<\/p>\n\n<h3>Filters<\/h3>\n\n<p>You can customize the label and tax behavior using filters:<\/p>\n\n<p>Change the fee label:\nadd_filter('pfand_manager_fee_label', function () {\n    return 'Deposit';\n});<\/p>\n\n<p>Make the Pfand taxable:<\/p>\n\n<p>add_filter('pfand_manager_fee_taxable', function () {\n    return true;\n});<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to <code>\/wp-content\/plugins\/pfand-manager\/<\/code><\/li>\n<li>Activate the plugin via the WordPress admin panel<\/li>\n<li>Edit a WooCommerce product<\/li>\n<li>Set a value in the <strong>Pfand (\u20ac)<\/strong> field under the <em>General<\/em> tab<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"is%20the%20pfand%20included%20in%20the%20product%20price%3F\"><h3>Is the Pfand included in the product price?<\/h3><\/dt>\n<dd><p>No. The Pfand is added as a separate fee in the cart and checkout.<\/p><\/dd>\n<dt id=\"is%20the%20pfand%20taxable%3F\"><h3>Is the Pfand taxable?<\/h3><\/dt>\n<dd><p>No, the Pfand is non-taxable by default. You can enable taxation via a filter.<\/p><\/dd>\n<dt id=\"does%20it%20work%20with%20variable%20products%3F\"><h3>Does it work with variable products?<\/h3><\/dt>\n<dd><p>Yes. The Pfand is applied to the selected variation if a Pfand value is set.<\/p><\/dd>\n<dt id=\"does%20it%20support%20refunds%3F\"><h3>Does it support refunds?<\/h3><\/dt>\n<dd><p>Yes. Since the Pfand is added as a WooCommerce fee, it is included in order totals and refunds.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Improved input handling with stricter sanitization and validation for product Pfand values.<\/li>\n<li>Sanitized filtered fee label output before adding the cart fee.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Updated name to Pfand Manager<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Added license header and updated readme metadata.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added required plugin woocommerce<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Per-product Pfand fee<\/li>\n<li>Cart and checkout fee integration<\/li>\n<\/ul>","raw_excerpt":"Add per-product Pfand (deposit) fees to WooCommerce and display them as a separate cart and checkout fee.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/279558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=279558"}],"author":[{"embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/erikivanov"}],"wp:attachment":[{"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=279558"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=279558"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=279558"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=279558"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=279558"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=279558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}