Check WPGlobalCart for WordPress MultiSite

Search
TOP

Plugin Settings

WP Global Cart offers robust settings within the main Shop ( Network Server ) instance to efficiently control all Shops in your network. These settings provide flexibility and control over various aspects of your multi-store e-commerce environment. In this comprehensive documentation, we'll explore the key settings available in the Network Server instance.   Checkout Type The Checkout Type setting determines how the checkout process occurs within your multi-store network. It affects how payments are collected when customers make purchases across different shops...

View More

Replace the Cart Products with Local Version

What Is "Replace the Cart Products with Local Version"? The "Replace the Cart Products with Local Version" feature is a game-changing addition to WP Global Cart's arsenal of tools for managing multi-store e-commerce. This feature is designed to enhance the user experience by seamlessly substituting products in the shopping cart with their local shop counterparts. Here's how it works: Identification by SKU Attribute The feature operates by comparing the SKU attribute of products in the cart with the products available in the current...

View More

woogc/sync/on_post_vars

Name: woogc/sync/on_post_vars Type: Filter Arguments: $PostVars Filter being used to acknowledge the plugin engine to proceed with synchronization, usually following a custom AJAX call which is not being recognized as a WooCommerce default. (e.g. wc-ajax=add_to_cart,  wc-ajax=get_refreshed_fragments) Certain plugins and themes use their own methods to handle the cart operations like add, remove.  To create a compatibility between such code and the WooCommerce Global Cart plugin, at least a POST parameter must be registered through the 'woogc/sync/on_post_vars' filter, recommended to be a unique field. The following sample code,...

View More

woogc/disable_global_cart

Name: woogc/disable_global_cart Type: Filter Arguments: $is_disabled The filter is being used to disable the Global Cart functionality. add_filter( 'woogc/disable_global_cart', 'WooGC_Disable_GlobalCart', 10, 2 ); function WooGC_Disable_GlobalCart ( $status, $_blog_id = '' ) { return TRUE; ...

View More

Plugin Requirements

The plugin does not require any special server capabilities, it can run on any. As it connects multiple stand-alone WordPress instances by default, it's essential to have the WooCommerce plugin active on the respective sites for optimal performance. Our server requirements are deliberately kept minimal. The code is not only compact but also meticulously organized, ensuring lightning-fast processing without demanding excessive server resources. In fact, it operates with the efficiency of a small plugin, thanks to its highly optimized internal code....

View More

Plugin Installation

After purchasing, you can easily access and download the plugin via your user account on our website. Simply navigate to the 'Downloads' section within 'My Account' by clicking on the following link: My Account. To install the plugin on your WordPress instance, follow these steps: Begin by logging in as the administrator to access the Dashboard interface. In the Dashboard, navigate to 'Plugins' and then click on 'Add New.' Select 'Upload Plugin,' and then click 'Browse' to locate the plugin archive that you...

View More