Freeio WC Service Cart
Integrates Freeio service cart with WooCommerce (single payment for multiple services).
by j-tap · github.com/j-tap/freeio-wc-service-cart · website
★ 0stars
7release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/j-tap/freeio-wc-service-cart/releases/download/v1.0.2/freeio-wc-service-cart-1.0.2.zipFrom the readme
Freeio WC Service Cart
Plugin that integrates the Freeio service cart with WooCommerce: multiple services, single payment. WooCommerce is used only as the payment layer; Freeio orders are created after payment.
Requirements
- WordPress 6+
- WooCommerce 8+
- PHP 8.1+
- Freeio theme (required; the plugin will not activate without it)
Installation
1. Copy the freeio-wc-service-cart folder to wp-content/plugins/.
2. Activate the plugin in the WordPress admin.
3. Create a page with the shortcode [freeioservicecart].
4. Set that page in settings: Freeio Settings → Service Cart — select the cart page from the dropdown and save.
The Freeio parent menu in the theme uses the slug freelancer-settings. Override it: addfilter('freeiowcservicecartsettingsparentslug', fn() = 'other-slug');
Alternative (via code): option freeiowcservicecartpageid, or use the URL filter:
Adding a service to the cart
Button shortcode
On the service page (or in a widget) insert:
Parameters (all except serviceid are optional):
| Parameter | Description |
|------------|-------------|
| serviceid | Service ID (required) |
| package | Package key (servicepackage) |
| addons | Comma-separated ad
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.2 | Feb 26, 2026 | freeio-wc-service-cart-1.0.2.zip | 0 |
| v1.0.1 | Feb 26, 2026 | freeio-wc-service-cart-1.0.1.zip | 0 |
| v1.0.0 | Feb 26, 2026 | freeio-wc-service-cart-1.0.0.zip | 6 |
| v0.1.6 | Feb 26, 2026 | freeio-wc-service-cart-0.1.6.zip | 0 |
| v0.1.5 | Feb 26, 2026 | freeio-wc-service-cart-0.1.5.zip | 1 |
| v0.1.4 | Feb 26, 2026 | freeio-wc-service-cart-0.1.4.zip | 0 |
| v0.1.3 | Feb 20, 2026 | freeio-wc-service-cart-0.1.3.zip | 0 |