drrob67
Forum Replies Created
-
Well testing went quicker than I thought. Uhm in fact it’s working to good… I’ts now fully disabled so it even not let me click one time.
Well many many thanks Nate. I’m gonna test it and let you know if there are any hooks on it.
Much appreciated!Hi Nate thx for the quick response. Gladly it has nothing to do with the performance of the site but the connection on the client side. We tested this thoroughly.
But can you tell me where exactly I have to put the little snippet to prevent this?- This reply was modified 9 years, 3 months ago by drrob67.
Ok Nate, I just got my finger on the multiple email and booking problem. Yesterday my cient showed me a mail from a customer who got 5 notifications that her reservation was in progess. So we contacted her and asked what she did to get this. She said that she thought she had a poor internet connection and when she clicked it did nothing. So trying to reproduce finally worked. Once clicked on the submit button if the browser is not directly responding I tried clicking again. Some people do this 4 or 5 times. (unbelievable) but I managed to get 2 notifications and 2 bookings in the manager.
So i’m figuring out a way that it should be only possible to click the button one time. I think this should be possible to implement don’t you think?
Nate, that’s the thing. I cannot reproduce it. I tried to click the button like crazy but stil get one. However, I managed to get a double one when after submit i returned with the page back. And is there some way of field validation for the email field. Seem that i’m getting mail with non compliant mail adresses.
Hahaha Wow, Nate I never played with this option. So now I also added the column submitted by and now there’s only an icon if someone also actually typed a message. Thanks again Nate for your fantastic support!
Ok, just reading through this triggers my enthusiasm. I’m also struggling with the way that confirmations are being handled. I’m a customer friendly based person so the less clicks the better. What I have achieved so far is change some code in the AdminBookings.class.php What I wanted to achieve is that one should not have to set that with a confirmation also the checkbox should be ticked to also sent a mail. This should be done automatically always. So I changed this line: <input type=”checkbox” name=”rtb-<?php echo esc_attr( $slug ); ?>” value=”1″ checked=”checked”<?php// checked( $value ); ?>>
And that did the trick. Now on a mobile device (logged in) one should only click on confirm booking link and the reservation is confirmed. But i’m always in for the bigger and better so just a simple click on an icon would make life so much easier… 🙂
Thanks Nate, i’ll look into it.
Ok clear. And is this possible in an easier way with your custom fields? or will this require the same?
Great thanks!! BTW whole other question. I’m using your addon for the required phone field. Is it possible to set an * at the field to let customers know that it’s required??
Maybe this helps.. I had the same problem wit a restaurant that customers with a hotmail account didnt received the notifications’. It’s hard to blaim someone if you haven’t got the evidence of who to blaim. What i did: I created an account (free) on Sendgrid. then if you put in the mail who sends the notifications you can follow the whole process of what is being sent and what is failing and what the cause of failing is. That way I was able to find out that Hotmail uses a spamfilter based on titles. So you will know exactly where the issue is. Also had a customer claiming that they didn’t receive the confirmation but based on Sendgrid i saw that the mail was delivered. It seemed that it landed in his spamfolder. So very useful
Nate, does this only work with a page id? I don’t use id’s for a page actually..
Hi there, I’ve encountered the same issue with a client and SO pagebuilder. It’s like you said Nate. Set the general setting on empty and then use the shortcode anywhere you want. It seems like that the last change the general setting already provides the code automatically. So that’s also an option. Thing is that some people want tos add more text and images on the reservation page so then it’s hard to tell where the form will start. But for me it works like a charm…
- This reply was modified 9 years, 3 months ago by drrob67.
Thanks for the info Nate! I indeed encountered a refresh problem on the booking page itself. So that wasn’t a success. But i’m digging into the API.
Also I have to say that i’m glad that you’re so committed to your development. Not all of them are like that. Thanks for your effort and happy holidays!Ok well I’ve managed to set a header refresh for 20 seconds in the php page. So for now it’s ok. not the neatest way but it works.