WP Global Cart >
Articles >
Fix the notice “COOKIE_DOMAIN constant already defined. The SSO and cart cross-domain features possible not fully functional.”
Fix the notice “COOKIE_DOMAIN constant already defined. The SSO and cart cross-domain features possible not fully functional.”
In WordPress the COOKIE_DOMAIN constant is used to specify the CMS cookie for unusual domain setups. The plugin use this constant to handle SSO and some of the cross-domain features.
If the constant is already defined, this must be removed or commented out. Most of the time it can be found in wp-config.php file and looks like this:
define( 'COOKIE_DOMAIN', 'mydomain.com' );
The notice appear on SuperAdmin dashboard on top of page:

In majority of cases the constant is defined by “WordPress MU Domain Mapping” plugin, which is used by few users to set-up different domains for sites in the network. This is however useless, the WooCommerce Global Cart take care of that functionality through WordPress core functions and additional classes. The above plugin should be de-activated and uninstalled.
If the notice still persist, it must be defined on another place or by another plugin, doing a server files search for ‘COOKIE_DOMAIN’ should bring up the exact spots where this is being used.
Related Posts
Name: woogc/checkout/single/split/trigger_email
Type: Filter
Arguments: $status, $args
By default,...
The capability to Split...
Splitting Orders, is a...
The Synchronization procedure is...
When running multiple Shops, a WordPress MultiSite environment is the optimal way to go. That provides a lot of interconnectivity possibilities, at an astonishing speed.
Our WooCommerce Global Cart plugin implements key features to make everything a robust, fast render and flexible marketplace.
The WooCommerce Product Synchronisation is a new powerful functionality recently introduced. This is designed to help with product synchronisation between multiple Shops in the network.
This newly implemented functionality helps with displaying WooCommerce Products across shops, in the network, under your WordPress MultiSite environment. Promote specific products, types of merchandise, category of goods, so boosting overall network sales. The new function is available as a Woocommerce Product Shortcode and is easy to implement. Any section of a site can include the shortcode to output the required products. The woocommerce shortcode is usable within the default WordPress editor ( classic ) or any advanced layout composer like Elementor, Divi, Visual Builder etc.
WooCommerce Tax area provides...
Name: woogc/get_cart_from_session/validate_hash
Type: Filter
Arguments: $force_validation, $values
When reconstructing...
Incredibly flexible, the WooCommerce...
On the Synchronization screen...