Toolset lets you develop truly custom sites, including WooCommerce, Membership and Directory/Classifieds sites.
Visit our dedicated tutorials to learn how to build each of these sites using Toolset:
The issue here is that the user wanted to know if it was possible to display a different content template based on the category of the Product. Solution:
I am using below post type relationship structures:
- Child post type "State"
-- parent post type "State Groups", relationship "States in Group"
--- Grandparent post type "Cluster", there are two relationships between post type "Cluster" and "State Groups":
"Cluster Shift From" and "Cluster Shift to"
---- Great-grandparent post type "Explorers", relationship "Explorer Clusters"
I need to show in great depth of context. "Before" States turn into "after" States, are nested into "before" and "after" State Groups which are connected in Clusters which are sometimes grouped into Super-Clusters and are ultimately owned by Explorers.
Solution:
You can follow our document to display parent-> Grandparent-> Great-grandparent posts information.
I need to add a conditional that only displays content if the current logged in user has an active woocommerce subscription. Please advise how I can do this.
Solution:
I suggest you try these:
1) if the current logged in user has an active woocommerce subscription, setup them as user role A,
If not, the subscription is expired, then setup those user in another user role B