Skip to content

Initial public release: WooCommerce Facebook Cart Handler v1.0.0

Choose a tag to compare

@blahpunk blahpunk released this 05 Jul 08:55
· 4 commits to main since this release

WooCommerce Facebook Cart Handler v1.0.0

First public release of the WordPress plugin that auto-populates the WooCommerce cart from Meta (Facebook/Instagram) shop deep-link URLs.

Features

  • Automatically parses products param from Meta/Facebook/Instagram shop links (e.g., /cart/?products=...)
  • Adds correct products and quantities to the WooCommerce cart using SKU mapping
  • Debug logging to WordPress debug log (wp-content/debug.log)
  • Supports bulk-add and multi-item cart URLs

Installation

  1. Download the ZIP below
  2. Upload as a plugin to WordPress (Plugins > Add New > Upload)
  3. Activate and ensure your SKUs match Meta Product IDs

Usage

  • Test with a Meta Shop URL such as:

    https://yourstore.com/cart/?products=10082880026543902930_3336:1,10133825423895016647_2910:1
    
  • Cart should populate with the correct items

Requirements

  • WordPress 6.x+
  • WooCommerce 8.x+
  • PHP 7.4+

Feedback & Contributions

Open issues or PRs at [github.com/blahpunk/woo-facebook-cart-handler](https://github.com/blahpunk/woo-facebook-cart-handler)


Attach the plugin ZIP below for easy installation.