xpay✦ Commerce
Directory
WooCommerce plugins
CartBridge Checkout Links for WooCommerce
CartBridge Checkout Links for WooCommerce
Fills the WooCommerce cart automatically when customers arrive from a Meta (Facebook or Instagram) shop checkout URL.
Will this break my store?
What the WordPress.org registry says about keeping CartBridge Checkout Links for WooCommerce running.
Tested to 7.0.4 — 1 branch behind 7.1
Tested against the WordPress branch in use today.3 months ago
7.4
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 CartBridge Checkout Links for WooCommerce is looked after — not on how many stores run it.
Maintenance
35 / 35WordPress compatibility
20 / 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.
Since mid-2025 Meta no longer supports native on-platform checkout for Facebook and Instagram shops. Merchants must instead configure a Checkout URL on their own website — Meta documents this approach in the Commerce Platform Checkout URL setup guide. That URL should pre-fill the store cart and send customers straight to checkout.
CartBridge Checkout Links for WooCommerce handles this seamlessly. You configure your store URL as the checkout URL in Meta Commerce Manager and the plugin takes care of the rest: it reads the product list from the URL, fills the WooCommerce cart, and redirects the customer to the checkout page.
How it works
Meta appends a products query parameter to your checkout URL every time a customer taps “Buy” on your Facebook or Instagram shop listing:
https://yourstore.com/checkout?products=wc_post_id_123:2,wc_post_id_456:1
The plugin intercepts this request, adds the right products (and quantities) to the cart, and bounces the customer to /checkout in one smooth redirect.
Supported product ID formats
wc_post_id_123:2— simple product with WooCommerce post ID 123, quantity 2wc_post_id_123_variation_456:2— variable product 123, variation 456, quantity 2123:2— plain WooCommerce post ID (fallback format)
Optional parameters
coupon=CODE— applies a coupon code automaticallyutm_source,utm_medium,utm_campaign,utm_content,utm_term— forwarded to the checkout URL for analyticsfbclid,cart_origin— forwarded for Meta attribution
Setup
- Install and activate the plugin.
- Follow Meta’s official Checkout URL setup guide.
- In Meta Commerce Manager → Settings → Checkout, choose Checkout on another website.
- Set the Checkout URL to your store’s checkout page, e.g.
https://yourstore.com/checkout. - Meta will automatically append the
?products=…parameter when a customer buys.
Security
- All query-string values are sanitised before use.
- Product IDs are validated against the WooCommerce catalogue; non-existent or non-purchasable products are silently skipped.
- Quantities are capped at 99 per item; item count is capped at 50 per request.
- The final redirect uses
wp_safe_redirect().
Requirements
- WordPress 6.0 or later
- WooCommerce 7.0 or later
- PHP 7.4 or later
Yes. Meta passes variation IDs in the format wc_post_id_123_variation_456:qty. The plugin maps those to the correct WooCommerce variation automatically.
Out-of-stock and non-purchasable products are silently skipped. If no valid product can be added to the cart, the redirect is suppressed and the customer stays on the landing page.
Yes. The plugin listens on every front-end request and activates only when the products parameter is present, so you can point Meta to any page of your site.
URLs containing the products parameter should be excluded from your caching layer. Most caching plugins (LiteSpeed Cache, W3 Total Cache, WP Rocket, etc.) allow you to add query-string exclusion rules for this parameter.
The plugin does not collect, store, or transmit any personal data. It only reads URL parameters provided by Meta and uses them to populate a server-side WooCommerce cart session.
Plugin details
Tags on WordPress.org
