Pinpoint World Support
Forum Replies Created
-
Hi,
Is it possible to send us a link so we view this behavior?
Best Regards,
Support TeamHi,
Thank you for the description and glad you found a solution.
Best Regards,
Support TeamHi Andy,
Thank you for your rating and your review, if it’s not a big bother to write to us here: https://pinpoint.world/contact and give us some details about the start hour/end hour bug. We would appreciate it.
Thank you,
Support TeamHi,
Is it possible to contact us via the form here: https://pinpoint.world/contact and send us a link and FTP account to check the files?
Best Regards,
Support TeamHi,
This is not possible now, but we will add it in the next update.
Best Regards,
Support TeamHi,
Sorry for the delay. For the check-in you have to do the following changes:
booking-system/includes/reservations/class-backend-reservation.php line 179
replace:for ( $i = $check_in; $i <= $check_out; $i = $i + 86400 )
with:$check_in_start = strtotime( $reservation['check_in'].' 12:00 - 1 day'); for ( $i = $check_in_start; $i <= $check_out; $i = $i + 86400 )
and
booking-system/includes/calendars/class-backend-calendar-schedule.php line 879
replace the code in the if with this:`$check_in_start = strtotime( $reservation->check_in.’ 12:00 – 1 day’);
$days = $wpdb->get_results($wpdb->prepare(‘SELECT * FROM ‘.$DOPBSP->tables->days.’ WHERE calendar_id=%d AND day>=”%s” AND day<=”%s”‘,
$reservation->calendar_id,
$check_in_start,
$reservation->check_out));’- This reply was modified 3 years, 12 months ago by Pinpoint World Support.
Hi,
I think I misunderstood the kind of information you need to get. Assuming that is information that is added in every day and only visible from the small (i) icon that one can’t be added in the email. You could add it in the form as a checkbox. But it would be easier if you give us an example of the text you want to use to be sure if it’s possible.
Best Regards,
Support TeaHi,
You have to go to Calendars -> Select Calendar -> Edit Calendar Payment Gateways and Enable Instant Approval.
Best Regards,
Support TeamHi,
To achieve this you have to modify the following files:
booking-system/includes/reservations/class-backend-reservation.php comment the if() starting from line 165.
booking-system/includes/calendars/class-backend-calendar-schedule.php and changeday<"%s"
today<="%s"
line 879.
Keep in mind that these modifications will never be added to the plugin and will be removed once you update.Best Regards,
Support Team- This reply was modified 4 years ago by Pinpoint World Support.
- This reply was modified 4 years ago by Pinpoint World Support.
Hi,
If you want you can edit the form to add the information there and if you add it to the form it will be also available in the email templates as a shortcode.
Best Regards,
Support TeamHi,
The issue was caused by a CSS code that was hidden the second product in the cart.
Best Regards,
Support TeamHi,
Please write us via the contact page here: https://pinpoint.world/contact, we would need the login info to check the configurations of WooCommerce and Pinpoint Booking System.
Best Regards,
Support TeamHi,
We have updated the plugin to be able to use the shortcode |ID| to get the reservation ID and be able to add it to the subject of the email.
Best Regards,
Support TeamHi,
We haven’t seen this issue before, can you please send us a link?
Best Regards,
Support TeamHi,
This will not be set automatically, as this is the feature that allows each user to have his own calendar.
Best Regards,
Support Team