TCP Category Subdomains

Back to Plugin Page

Installation

  1. Unzip zip and Upload Folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Visit TheCartPress > TCP Category Subdomains > Choose categories that need to set as subdomain.
  4. Save Changes.

FAQ

How to configure a WildCard Subdomain

Read the following tutorial https://codex.wordpress.org/Configuring_Wildcard_Subdomains

Where to set the subdomain

In TheCartPress Menu > Category Subdomains > Choose to enable product or post categories > Save Changes

When using WooCommerce, add cart not working?

- This seems to be regarding cookies availability in subdomain issue. One of the solution is to change the cookie domain.

- Eg: go to wp-config file, add in define("COOKIE_DOMAIN", ".example.com"); need to add "." in front of the domain to support multiple subdomain.

Changelog

Version 1.4.0

  1. Support category page subdomain
  2. fix bugs reported

Version 1.3.0

  1. Refactor code structure
  2. Use tcp.php

Version 1.2

  1. fix redirect bug reported
  2. fix unidentified index warning in menu page

Version 1.1

  1. implement TheCartPress menu
  2. fix bugs reported

Version 1.0

  1. First release