Back to Plugin Page
Installation
- Unzip zip and Upload Folder to the /wp-content/plugins/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Visit TheCartPress > TCP Category Subdomains > Choose categories that need to set as subdomain.
- 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
- Support category page subdomain
- fix bugs reported
Version 1.3.0
- Refactor code structure
- Use tcp.php
Version 1.2
- fix redirect bug reported
- fix unidentified index warning in menu page
Version 1.1
- implement TheCartPress menu
- fix bugs reported
Version 1.0
- First release