WPCommerce MultiDomain WPCommerce MultiDomain
  • 0
    • No products in the cart.
    • Home
    • Features
    • Pricing
    • Documentation
    • FAQ
    • Articles
    • Contact
    • My account
    WPCommerce MultiDomain WPCommerce MultiDomain
  • 0
    • No products in the cart.
    • Home
    • Features
    • Pricing
    • Documentation
    • FAQ
    • Articles
    • Contact
    • My account
    WPCommerce MultiDomain

    Documentation

    Create separate options for each domain

    Most of the WordPress Plugins and Themes use WordPress options to storage individual setup. Such data provides subsequent guidance to the code for further processing and outputs of texts, images, variables.

    When using WPCommerce MultiDomain, by default, all domains share the same options. Some exceptions apply, to ensure each shop uses its own:

    • Blog name
    • Blog Description
    • Active theme
    • Widgets
    • Menus
    • WooCommerce settings
    • etc.

    This is enough for the majority of the sites, as provides enough flexibility to customize each of the domain. If necessary, include more options in the ignore list is possible.
    The proper way to add options in the ignore list is through a WordPress filter woomd/ignore_options. The filter needs inserted through a custom file on /wp-contet/mu-plugins/.

    Through the filter, an exact option name can be provided, or if needed to match a group of options, the % char match any substring:
    theme_logo
    plugin_options
    credits_page
    divi_% ( this match any option name that starts with divi_ followed by any string combination )

    For example, if multiple domains use the same theme, that requires to show differently from a domain to another. Presuming the theme use theme_option to store the settings, the following code provides the ignoring function, so allows customization of the theme on each of the domains, using individual options:

        add_filter ( 'woomd/ignore_options' , '__woomd_ignore_options' );
        function __woomd_ignore_options( $ignore_options )
            {
                if ( is_array ( $ignore_options ) )
                    {
                        $ignore_options[]  =   'theme_option';
                    }
                return $ignore_options;
            }
    

    Leave a Reply Cancel reply

    Recent Posts

    • How Customers Shop Across Multiple Domains March 19, 2026
    • Selecting the Checkout Type option – Single Checkout / Each Store February 25, 2025
    • Easy Multilingual and Multi-Currency WooCommerce Shop November 18, 2023

    Social Links

    @2026. All Rights Reserved

    Terms & Conditions | Privacy Policy

    Latest Articles

    • How Customers Shop Across Multiple Domains
      WooMultiDomain is built for stores that want one WooCommerce product list to serve multiple domains...
    • Selecting the Checkout Type option – Single Checkout / Each Store
      The WordPress WPCommerce Multi-Domain plugin includes powerful global shopping cart functionality, allowing customers to add...
    • Easy Multilingual and Multi-Currency WooCommerce Shop
      Using the WooCommerce Multi Domain, managing the WooCommerce Products has never been easier. Multiple Domains...
    • Why use WP Multi Domain for WooCommerce with default WordPress instance over MultiSite environment
      Creating a centralised network of shops isn’t a straightforward implementation. That requires a lot of...

    Nsp Code Follow

    Nsp-Code official Twitter account

    nspcode
    nspcode Nsp Code @nspcode ·
    27 Feb

    Software License for WooCommerce - Implement Discount Pricing for Expiring Products

    #woocommerce #woosoftwarelicense #softarelicense

    Reply on Twitter 2027313354339913789 Retweet on Twitter 2027313354339913789 Like on Twitter 2027313354339913789 Twitter 2027313354339913789
    nspcode Nsp Code @nspcode ·
    19 Jan

    How to Synchronize Product Brands Across the Shops in the network
    #WooCommerce #GlobalCart

    Reply on Twitter 2013262939466191241 Retweet on Twitter 2013262939466191241 Like on Twitter 2013262939466191241 Twitter 2013262939466191241
    Load More