This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. WeRePack – Reuse Packaging for WooCommerce

WeRePack – Reuse Packaging for WooCommerce

Request customer permission to use reused packaging. Join WeRePack.org to support sustainable e-commerce, reduce waste, and save money.

10+ active installs
5.0
(3 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping WeRePack – Reuse Packaging for WooCommerce running.

WordPress compatibility
Tested to 6.8.6 — 2 branches behind 7.0
A branch or two behind — normal for a plugin between releases.
Last updated
14 months ago
At least 4.5 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
5.6
Your host must be running at least this version.
Requires WordPress
4.0.0
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
2

10+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how WeRePack – Reuse Packaging for WooCommerce is looked after — not on how many stores run it.

63

out of 100
Mixed signalsSome ratings or support history.

Maintenance
15 / 35
Last update 1y ago.
WordPress compatibility
14 / 20
Tested to WP 6.8.6, 2 branch(es) behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
11 / 15
5.0/5 across 3 rating(s).
Listing transparency
10 / 10
Provides: screenshots, description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-02 from the WordPress.org plugin registry.
Ratings

5.0

3 ratings
5★3
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

This plugin is part of the WeRePack.org initiative to avoid packaging waste and helps shop owners and their customers save resources.
To do this, the plugin adds a field in the WooCommerce checkout process where customers can give their consent to receive reused shipping packaging. So simple, so effective. And with lots of customization options via filters, let us know if there’s anything else you need.

Current features

  • Checkbox in payment process with subtle animation, the position can be changed
  • Reward with a coupon: Shop owners can create a coupon code to encourage customers and share the savings. To do this, simply create an ordinary WooCommerce voucher called ‘WeRePack’.
  • Registered users can set their default value in the WooCommerce Dashboard.
  • Shortcodes [repack] & [repack_summary] to show your support and savings.
  • Clean code, no ads & no annoying notifications
  • Highly customizable via Hooks & Filters & since v1.2.0 via Settings Page
  • Optionally share basic stats, help us improve and get listed on WeRePack.org as a supporter site.
  • Available translations: English, German & German (formal)

Coming soon

  • Gutenberg Block additionally to Shortcode, which visually represents the savings to date.

Shortcodes

You can use the following shortcodes and functions to show your savings:

Shortcode [repack]

Display the savings of your site or individual users such as: Amount of reused packages, water saved, CO2 saved and mature trees saved. The shortcode attributes are:

  • type="": What amount to display: “packaging” (default), “co2”, “water” or “trees”
  • value="": Set to true if you only want to display the number/quantity without unit (e.g. “litres of water”)
  • packages="": Lets you overwrite the number of packages the output is calculated with. Leave empty to get your sites counter.
  • user_id="": User ID of whom you want to display the saving: Leave blank to use the sites total saving instead.
  • prepend="": HTML to prepend to output. Default: Empty string
  • append="": HTML to append to output. Default: Empty string

Shortcode [repack_summary]

Displays a summary of you sites savings. You can copy and overwrite the template file from plugins folder /public/templates/summary.php to your themes folder /repack/summary.php.

  • packages="": Lets you overwrite the number of packages the output is calculated with. Leave empty to use your sites counter.
  • prepend="": HTML to prepend to output. Default: Empty string
  • append="": HTML to append to output. Default: Empty string

Settings Page

Adjust the plugin to your liking on the settings page: WooCommerce Settings -> Shipping -> WeRePack Settings. If you miss an option use one of the following filters or let us know.

Available Filters

You can customize the plugin behavior and text by using the following filters in your themes functions.php or /mu-plugins/wc-repack.php file:

  • repack_checkout_consent_position: Position of the consent, default is woocommerce_after_order_notes.
  • repack_coupon_name: Name of the coupon code to apply. Default is WeRePack.
  • repack_consent_field_label: Label of the consent checkbox.
  • repack_consent_field_description: Description of the consent checkbox.
  • repack_consent_field_args: Arguments of the woocommerce_form_field() function to add the consent checkbox.
  • repack_consent_field_firework: Set to false to deactivate the checkbox animation on consent.
  • repack_coupon_applied_notice_text: Notice text after coupon was applied.
  • repack_coupon_removed_notice_text: Notice text after coupon was removed.
  • repack_email_label: Label in WooCommerce mails if consent was given.
  • repack_email_text: Text in WooCommerce mails if consent was given.
  • repack_deactivate_remove_all_meta: Set to true to delete all plugin related metadata on deactivation.
  • repack_template_summary_data: $data object passed to summary.php template.
  • repack_template_summary_saving: $saving object passed to summary.php template.

Missing something?

Write us what else is needed to make your shop more sustainable. Whatever it is, we will do our best to get as many shops as possible to join the initiative.

About WeRePack.org Initiative

Learn more about the initiative on WeRePack.org and join us.

Am I forced to give a discount?

No! You are not! But you can show your good will and that you are not taking part to maximize profit, but to support the initiative and environment.

How to set up and customize a coupon code

The plugin gives you maximum flexibility and accepts all WooCommerce coupons that can be applied to the shopping cart. Just create a new coupon named ‘WeRePack’, it will be added or removed automatically when you toggle the checkout checkbox. If you want to rename the coupon, add the filter add_filter( 'repack_coupon_name', 'MyCouponName' ) to your functions.php.

I like the initiative and want to support you

Yes, please! We need every heart, hand and mouth. Talk about us, help us improve the code on GitHub, translate the plugin. We really appreciate every support.

My language is missing. How to contribute it?

We are so happy and thankful that you support the initiative with your contribution! Since version 1.1.2 we use the official WordPress Translation System on translate.wordpress.org.
If it is the first time that you contribute translations, please have a short look at the First Steps.
Otherwise, just start to translate on translate.wordpress.org/projects/wp-plugins/repack-for-woocommerce.

Categories
Shipping rates & rules
Plugin details
Version1.4.8
Last updated2025-06-11 5:03pm GMT
Added2020-05-09
Requires WordPress4.0.0
Tested up to6.8.6
Requires PHP5.6

Tags on WordPress.org
recycle
reuse
shipping
sustainable
woocommerce
Alternatives
Other plugins in the same categories.
Weight Based Shipping Table Rate for WooCommerce – Flexible Shipping
100K+ installs
4.9(702)
DHL Shipping Germany for WooCommerce
4K+ installs
4.0(47)
Free Shipping Label and Progress Bar for WooCommerce
5K+ installs
5.0(43)
PiWeb Advanced Flat rate / Conditional shipping for WooCommerce
2K+ installs
4.9(58)
Advanced Shipping Rates for WooCommerce: Flexible Table Rate Shipping Rules
2K+ installs
4.9(49)
Virtuaria Correios – Frete, Etiqueta, Rastreio e Declaração
500+ installs
5.0(19)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy