I'm using Woocommerce on multisite using subdomains with a wildcard SSL. WordPress doesn't allow cross-domain cookies, so I want to exclude all shop/product pages when mapping a domain.
Using WPMUDEV's domain mapping plugin, I set the shop, cart and checkout pages to remain unmapped and with SSL forced. But the shop page (and all product/category pages) still map to the new domain.
Any suggestions how I can get shop/product pages to remain unmapped? Thanks. Tom