Plugin Author
Kuu
(@tanaka-hisao)
Hi, Gray.
Thank you for the suggestion.
1:add the ability to send confirmation mails to multiple people
I think first suggestion that this plugin send confirmation mails to the other user different from the reserved user.
What kind of a situation is this?
Please tell me the details, if possible.
2: have a dashboard that the admin can have a general overview of all bookings
Something like this?
salon
“admin”->”Salon Management”->”Reservation Regist”
3: have the logged in users email address/name pre populated
I will updates in the next version.
kuu
Hi Kuu,
Thanks for your reply.
1: The situation where I see the need for multiple replies is as follows. I book a room for a meeting and I need to let everyone else know when and where it is.
2: That looks like the thing im after
3: Thank you.
When are you planning your next update?
Regards.
Gary.
Plugin Author
Kuu
(@tanaka-hisao)
Hi Gary,
Thank you for your quick reply.
1:
I will add the field of “email address” to “Reservation screen”.
When a user make a reservation,
this plugin send “Notification mail to staff” to “email address”.
I will update this by the end of month.(after the next version)
2:
Ok, I will add this ability.
After update, if you need other contents of display, please suggest.
This update is in the next version or in the after the next version.
3:
I will update the next version until this weekend or next weekend.
Regards,
Kuu
Plugin Author
Kuu
(@tanaka-hisao)
Hi Gary
3:
I check the source of this plugin.
So this feature was already made.
But this feature is available to not admin of this plugin.
The role of “subscriber” is not this plugin’s admin.
If you need that this feature is available to other roles,
You need change the role of this plugin’s admin.
I prepare the short code.
Please try following short codes.
Example1) change “editor” to not admin of this plugin.
add_filter('rcal_set_admin_role',
function () {
return array('editor','subscriber');
});
Example2) change “editor” and “author” to not admin of this plugin.
add_filter('rcal_set_admin_role',
function () {
return array('editor',’author’,'subscriber');
});
Regards,
Kuu
Plugin Author
Kuu
(@tanaka-hisao)
The release has been put off for a few weeks.
Sorry…
Please wait for a few weeks.
Kuu
Plugin Author
Kuu
(@tanaka-hisao)
1: add the ability to send confirmation emails to multiple people
1)”Environment settings”->Check “Use reservation details”.
2)”Setting reservation detail”->Click “Show Detail”.
3)Set “Field Name” as “CC” (e.g.) and select “Field type” as “mail”.
4)Click “Add”.
5)You can set email address.If you are sending the email to several recipients, separate the email addresses with a comma.
Any questions here
Kuu
Nice plugin.
But selecting [resource_confirm] answers with this:
E005This message is not found37
Kind Regards
Leif
Plugin Author
Kuu
(@tanaka-hisao)
Hi lsommerdal
Which screen does this message answer ?
Show me detail, if possible.
Regards,
Kuu
Hi kuu
It is the ressource confirmation page created by the plugin.
You should be able to see it yourself at http://sommerdal.info/wp
Rgds
Leif
Plugin Author
Kuu
(@tanaka-hisao)
Hi Leif
(1) After installing, “Reservation Confirm” is added to “Pages” by the plugin.
The “Confirm Reservation Screen” is not displayed in the front screen. Do you delete and create the new “Reservation Confirm Screen”?
(2)I think that you select “Confirmation by an administrator” in “Environment settings”.In this case,the plugin does not use “Confirm Reservation Screen”.
(3)I suggest that “Confirm Reservation Screen” resotre in trash or reinstall the plugin. If you can operate Mysql, I send you the sql code.Mail me here
Regards,
Kuu