Hi, how can i add two or more cities to a itinerary?
there is a similar example that you can see here:
hidden link
section Virtual guide (resource tab) + ADD TO YOUR TRAVEL GUIDE
So every customer can decide his itinerary.
Best regards
Hello,
How do you setup "cities" and "itinerary"?
In my opinion, you can try these:
1) Create a custom post type "itinerary",
https://toolset.com/course-lesson/creating-a-custom-post-type/
2) Create a custom taxonomy "cities", and register it to above post type "itinerary"
https://toolset.com/course-lesson/creating-a-custom-taxonomy/
So when you edit a "itinerary" post, you will can assign multiple "cities" term to this "itinerary" post
Hi, I need that the customer can decide to add the location in the itinerary when he read the article about that location like the link that I sent you
Please have look to the link:
hidden link
best regards
Leonardo
I am not sure how do you setup the "cities" and "itinerary", are they custom post types?
Each customer can have multiple "itinerary" posts?
Each "itinerary" post
If they are, you can try these:
1) Setup many-to-many relationship between post types "cities" and "itinerary"
2) In single "cities" post, display relationship form, and connect current "cities" post with user's "itinerary" post
https://toolset.com/documentation/post-relationships/how-to-build-front-end-forms-for-connecting-posts/
3) And in single "itinerary" post, you can display related "cities" posts by follow our document:
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/#displaying-many-related-items
Hi,
thanks for your quick replay.
Is it possible to add the cities via click and not via form?
Please have look to the link:
hidden link
section Virtual guide (resource tab) + ADD TO YOUR TRAVEL GUIDE
regards
Leonardo
No, there isn't such kind of built-in feature within Toolset plugins, I have already checked the URL you mentioned above:
hidden link
That website is using custom JS codes to submit data, see my screenshot: Add-to-your-travel-guide.JPG
Within Toolset sider, in order to store data into your database from WP front-end, you will need to use Toolset Forms plugin to setup post forms to create/edit custom posts, and setup relationship form to connect many-to-many relationship posts.
My issue is resolved now. Thank you!
Hi, is it possible to collegate the different locations on the itinerary like this
hidden link
best regards
Leonardo