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:
I have a client who is a locksmith. He has asked me to develop a site which will provide his customers with a private area on his site where they can view and purchase keys for their home. Each key will have a unique ID code, and when they log in to their private area they will be able to see the codes for any keys they own, and will then be able to purchase replacement keys through WooCommerce. On receiving an order he will cut and deliver the keys. The whole thing needs to be secure so no key codes are leaked.
Solution:
It is possible with Toolset + some custom codes.
For example:
1) Create a custom post type "Keys" + Custom single line field "unique ID code"
2) Create a form for creating the "Key" post, and charge the user after submit the form:
generate a unique ID code, and update the custom field value "unique ID code"
4) Create a wordpress page "private area", in this page display a post view, list "Keys" posts, filter by post's author is current user, and display the "unique ID code" field
And is there a way to programmatically add a function to e-mail the content of the Contact React when the user presses Submit?
Solution:
Since there is O2M relationship between post types "Contact Submission" and "Contact React", so when user create new "Contact React" with Toolset form, you can try this:
1) Create a view to retrieve the related "Contact Submission" post information
2) Display above view in the Email notification content
Problem: I would like to use a custom taxonomy to organize site content, and I need some advice about setting up pagination, archives, custom URLs and access restrictions.
Solution: See below for some general recommendations, and open separate tickets for each issue so we can discuss in detail.
Even - You should go to your account's projects page and follow the wizard that will give you most important links you need to review for your projects:
=> https://toolset.com/account/projects/