I would like to edit what is show on the calendar when you use the export calendar URL.
Right now I only see the name of the person that did the booking. I need to have the listing title and some user info like email telephone…
How can I edit this information?
Inside hivepress the vendor´s calendar only shows the booking ID which is not useful, I was hoping the external calendar will show more.
Hi,
Unfortunately, there’s no such feature, it would require a custom implementation. If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY
Thank you for your reply, unfortunatly didnt find anything in there…
You should take a look at the woocommerce‘s Plugin: „Bookings“ they got a calendar with useful information right in the calendar.
Can you please point me in which PHP page is this information created so I can to modify it myself?
Thank you.
Hi,
Sorry, there’s no simple code snippet for this, it would require a custom implementation. If customizations beyond the available features are required for your site, please consider hiring someone for custom work https://fvrr.co/32e7LvY
Yes I totally understood that your calendar is basic and it would need custom implementation to show some info.
My question is: can you point me where do these variables get populated (like you did with my previous question about changing what the calendar shows on the vendor´s page link to previous question)
Thank you in advance
Hi,
You can find template parts by following this path hivepress-bookings/includes/blocks
. But please note that the calendar cannot be changed in detail using hooks - a custom implementation is required.
Thank you for your reply, but thats not what im looking for, I want the place where the variable is created/sent like in my previous question: Show Listing Title instead of Booking ID on Vendor Calendar - #3 by rimba you answered it very good.
Hi,
Please check this path: hivepress-bookings/includes/controllers/class-booking.php in 1719 line.