Linux 软件免费装
Banner图

OfferDragon – Price Negotiation for WooCommerce

开发者 makeanofferpro
更新时间 2026年8月17日 22:09
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce name your price make an offer price negotiation best offer

下载

1.0.0

详情介绍:

OfferDragon adds price negotiation ("make an offer", "name your price", "best offer") to your WooCommerce store, so shoppers can negotiate instead of abandoning your product pages. Every offer arrives with the shopper's card already authorized — accept it to get paid instantly, decline to release the hold, or send a counter-offer. How it works
  1. A "Make an Offer" button is added to your single product pages (on all products, or only the ones you choose).
  2. When a shopper clicks it, a modal (served by the Make an Offer app) lets them enter the price they are willing to pay along with their contact and shipping details.
  3. The shopper's card is authorized via Stripe at that moment — it is only charged if you accept the offer (or the shopper accepts your counter offer) in your Make an Offer dashboard.
  4. When an offer is accepted and the card is captured, the Make an Offer service sends a cryptographically signed webhook to your site. This plugin verifies the signature and creates a paid WooCommerce order (status: Processing) at the agreed price, with the customer's details, so your fulfillment and inventory workflows stay entirely inside WooCommerce. Stock levels are reduced automatically.
What this plugin does on your site External service disclosure This plugin depends on the hosted Make an Offer service (the "App URL" you configure, e.g. https://makeanofferpro.com), a third-party external service. You must create an account there to obtain a Site Key and Webhook Secret; offer management, counter offers, and payment processing (via Stripe) all happen on that service, not on your WordPress site. Data flow: Please review the terms of service and privacy policy of the Make an Offer service you connect to, and of Stripe (https://stripe.com/privacy), and disclose this data flow in your own privacy policy as required. This plugin requires WooCommerce and is compatible with WooCommerce High-Performance Order Storage (HPOS).

安装:

  1. Install and activate WooCommerce (required).
  2. Upload the offerdragon-price-negotiation folder to /wp-content/plugins/, or install via Plugins → Add New, then activate the plugin.
  3. Sign up at your Make an Offer app and copy your Site Key (mao_pk_...) and Webhook Secret (mao_whsec_...) from its dashboard.
  4. Go to Settings → Make an Offer in WordPress, enter the App URL, Site Key, and Webhook Secret, and choose where the button appears.
  5. Copy the webhook callback URL shown at the bottom of the settings page (https://your-site.com/wp-json/offerdragon/v1/order) and paste it into your Make an Offer dashboard's webhook settings.
  6. Enable the button on all products, or edit individual products and tick "Enable Make an Offer" in the General settings tab.

屏幕截图:

  • Plugin settings with the webhook callback URL.
  • Per-product enable checkbox in the product's General settings.

升级注意事项:

1.0.0 Initial release.

常见问题:

Where do I get a site key?

Sign up at the Make an Offer app (the App URL configured in the plugin settings, e.g. https://makeanofferpro.com). Your Site Key and Webhook Secret are shown in that dashboard's settings after you register your store.

Why isn't the button showing on my product pages?

Check that (1) an App URL and Site Key are saved in Settings → Make an Offer, and (2) either "Enable on all products" is checked or the specific product has "Enable Make an Offer" ticked in its General settings. The button is rendered hidden and only revealed once the widget script loads its configuration, so an unreachable App URL or invalid Site Key will also keep it hidden.

When is the shopper's card charged?

Never at submission time. The card is only authorized when the offer is made. It is charged (captured) by the Make an Offer service via Stripe when you accept the offer — or when the shopper accepts your counter offer — and only then is the WooCommerce order created.

Are orders taxed or is shipping added?

The order is created at exactly the amount charged to the customer's card by the Make an Offer service. The plugin does not recalculate taxes or add shipping charges on top; the agreed price is treated as the final total. If you need tax breakdowns, handle pricing accordingly when accepting offers.

What happens with variable products?

The button is shown with the product's minimum variation price as the reference price. The accepted-offer order line references the parent product.

Is the webhook endpoint secure?

Yes. Every webhook must carry an X-MAO-Signature header containing a timestamp and an HMAC-SHA256 signature computed with your Webhook Secret. Requests with a missing or invalid signature, or a timestamp more than 5 minutes old, are rejected with a 401. Duplicate deliveries of the same offer are detected and never create a second order.

Does this plugin work with HPOS (High-Performance Order Storage)?

Yes, compatibility is declared and only CRUD APIs are used for orders.

更新日志:

1.0.0