Problem:
There are two entities:
- Transporter
- User that need something moved from location A to location B
- we want to charge x$/mo for membership both players so they can see the contact infos
Solution:
It depends on your website settings, for example:
Q1) Transporter
What kind of "Transporter" do you need? if it is a custom wordpress user role, you can create the "Transporter" user role with Acccess plugin, and add custom fields in to it:
Managing WordPress Admin Capabilities with Access
https://toolset.com/documentation/user-guides/managing-wordpress-admin-capabilities-access/
Adding Fields to User Profiles
https://toolset.com/documentation/user-guides/user-fields/
Q2) User that need something moved from location A to location B
You can create a custom post type "Transportation", with two custom address fields: "From location" and "To location"
See our document:
Adding Google Map Addresses as Custom Fields for Posts
https://toolset.com/documentation/user-guides/display-on-google-maps/#map-address-fields
Then setup a CRED form for user to create the "Transportation" post, and setup field values of "From location" and "To location":
https://toolset.com/documentation/user-guides/how-address-fields-work-in-cred-forms/
Q3) we want to charge x$/mo for membership both players so they can see the contact infos,
You can setup a CRED form and charge for the membership when user create the WordPress users:
https://toolset.com/documentation/user-guides/charging-payments-with-cred-to-register-users/
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 3 replies, has 2 voices.
Last updated by 6 years, 9 months ago.
Assisted by: Luo Yang.