Hi, I would like a high level scenario presented that describes how to implement a simple booking partial.
I have a page with items and I would like for members to be able to rent these items. Any good sugestions how to build this with views, partial views, document types and other umbraco stuff. Not custom database manipulation.
thanks in advance.
I think
- Create a new property for members to keep the rentitem (please keep unique id/name of the rent item),the property needs to be nested content,so member can rent multiple items.
Make sense?
Simple bookingform
Hi, I would like a high level scenario presented that describes how to implement a simple booking partial. I have a page with items and I would like for members to be able to rent these items. Any good sugestions how to build this with views, partial views, document types and other umbraco stuff. Not custom database manipulation. thanks in advance.
Hey klaus,
I think - Create a new property for members to keep the rentitem (please keep unique id/name of the rent item),the property needs to be nested content,so member can rent multiple items. Make sense?
Regards Dhanesh :)
Hi Dhanesh, thank you for your feedback.
Would it not be more correct to have the booking attached to the equipment/item?
is working on a reply...