inpsyde / woocommerce-multisite-persistent-cart
Multisite aware persistent storage for user carts
Installs: 746
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 2
Open Issues: 1
Type:wordpress-plugin
Requires
- php: >=5.6
- woocommerce/woocommerce: ~2.6.0 || ~3.0.0
Requires (Dev)
- inpsyde/monkery-test-case: dev-master
This package is auto-updated.
Last update: 2022-06-06 07:51:57 UTC
README
Hotfix for WooCommerce #12534
The plugin stores carts persistent in the user meta _woocommerce_persistent_cart_<SITE_ID>
to avoid collisions on multiple shops in a multisite network.
UNMAINTAINED
Note: This version of the plugin is not maintained anymore.
Installation
Install this plugin via composer:
$ composer require inpsyde/woocommerce-multisite-persistent-cart
Usage
Just install and activate the plugin, nothing more to do.
Unit tests
Install PHPUnit via Phive:
$ phive install
and run $ tests/bin/phpunit
.
Alternatively can also install phpunit via Composer:
$ composer global require phpunit/phpunit
Crafted by Inpsyde
The team at Inpsyde is engineering the Web since 2006.
License
Copyright (c) 2016 David Naber, Inpsyde
Good news, this plugin is free for everyone! Since it's released under the MIT License you can use it free of charge on your personal or commercial website.
Contributing
All feedback / bug reports / pull requests are welcome.