Customi clients email..

Discuss here how to configure hoteldruid and better use its features.

Moderator: marco

Post Reply
checog0
Posts: 3
Joined: Tue Jul 07, 2009 8:17 pm

Customi clients email..

Post by checog0 »

Im trying to customize the clients email, I want to use some variables in the mail but didn't work

For example, I modify the next line in mdl_disponibilidad.php :

$var_fr_Hemos_recibido_su_pedido_de_reserva_etc = "Dear $nome_richiedente.
has been received successfully .";

In the mail only show:

Dear
has been received successfully .

I want to show the clients name

Another question:
How I can use select type in payment method field? I want to show some options that user can select payment method.
gonesouth
Posts: 105
Joined: Fri Apr 25, 2008 12:59 am
Location: Canada

Re: Customi clients email..

Post by gonesouth »

Hi,

i don't think the email function can do processing, as it's not PHP active. If you change your function to just a variable, does it work?

Jim
marco
Posts: 1332
Joined: Tue Jul 05, 2005 6:00 pm
Location: Roma, Italia

Re: Customi clients email..

Post by marco »

Hello,
as Jim has stated variables are not defined in internet templates phrases. In the instant booking template the confirmation email can be customized as a php-residence text document. For payment methods you have to insert them in "configure and customize" page first.

Regards,
Marco
Problems installing, configuring, upgrading?
Try the easiest way to use HotelDruid:
https://www.digitaldruid.net/hosted/index.php
gilbert
Posts: 2
Joined: Mon Mar 22, 2010 3:49 am

Re: Customi clients email..

Post by gilbert »

marco wrote: the confirmation email can be customized as a php-residence text document....
Regards,
Marco
Could you please elaborate on that?

Thanks

Gilbert
marco
Posts: 1332
Joined: Tue Jul 05, 2005 6:00 pm
Location: Roma, Italia

Re: Customi clients email..

Post by marco »

You can create a document with the text of the email, select "TXT" as its format, and then you'll be able to choose it as the text of the confirmation email when you create the instant booking webpage.

Regards,
Marco
Problems installing, configuring, upgrading?
Try the easiest way to use HotelDruid:
https://www.digitaldruid.net/hosted/index.php
Post Reply