Hello, I have one problem with module.
When I make a reservation, although it appears on the Booking calendar, but only the node is displayed, the order id is not displayed (I'm put order id to know who made the reservation). But it seems that the command and the node is unable to bind and as they are not linked, the cron delete my reservation.
But if I go through "structure" and "Content types" and when I go to "manage display" of "Reservation" and I click on "Save" that's work. I have my reservation in order.
I don't know what's the probleme and i hope you can't help me. I work in French langage.
I hope I was clear because my English is not very good
pictures:
O = Order Id
Comments
Comment #1
agill commenteddo you mean after you do what you describe above the according reservations show the order id?
i would guess the clear cache has the same result?
somehow this behavior sounds familar i think its possible i fixed this in the 7.x-2.x-dev version.
Comment #2
Garonja2 commentedYes it's that because we can't display the name / first name of one person in place of "OnlineReservation"
You're right, I get the same result.
Thank you for what you do and your module
Comment #3
Garonja2 commentedI took your version dev and it works great.
Thank you again.
By the way, there is a problem with the sort of day in Booking Calendar. When you click on the name of your "Categories" and then click the "units" that you created, it's doesn't work.
For my part I just added "$currentcategory" in the "agres-views-day.tpl.phps" on line 49 and 53 and it's works.
If that can help you
Comment #4
agill commentedok if all goes well i will release another beta this month, its still too early for a stable version i think.
i also don´t know why i did not include the $category in the link-building, i probably just forgot it.
thanks for your contribution Garonja2.