- Posts: 4
Fill the room other info in the email
- Buro26
- Topic Author
- Offline
Less
More
8 years 2 months ago - 8 years 2 months ago #9320
by Buro26
Fill the room other info in the email was created by Buro26
Hello i would like to fill the other info in the array below. Can i do that from the backend?
in reservation_complete_customer_html_inliner.php :
$displayData->reserved_room_details :
stdClass Object
(
[id] => 82
[reservation_id] => 37
[room_id] => 1
[room_label] => Vlot 1
[adults_number] => 1
[children_number] => 0
[guest_fullname] =>
[room_price] => 106.00
[room_price_tax_incl] => 106.00
[room_price_tax_excl] => 100.00
[tariff_id] => 3
[tariff_title] => Kampeervlot
[tariff_description] => Deze prijs is per vlot voor de gehele duur van de reservering
[room_type_id] => 1
[room_type_name] => Kampeervlot de Heen
[other_info] => Array
(
)
)
Thanks in advance!
in reservation_complete_customer_html_inliner.php :
$displayData->reserved_room_details :
stdClass Object
(
[id] => 82
[reservation_id] => 37
[room_id] => 1
[room_label] => Vlot 1
[adults_number] => 1
[children_number] => 0
[guest_fullname] =>
[room_price] => 106.00
[room_price_tax_incl] => 106.00
[room_price_tax_excl] => 100.00
[tariff_id] => 3
[tariff_title] => Kampeervlot
[tariff_description] => Deze prijs is per vlot voor de gehele duur van de reservering
[room_type_id] => 1
[room_type_name] => Kampeervlot de Heen
[other_info] => Array
(
)
)
Thanks in advance!
Last edit: 8 years 2 months ago by Buro26.
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2953
8 years 2 months ago #9326
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Fill the room other info in the email
Hi,
You can fill that info into the email template by editing the template file directly. You can not do that via the back-end.
Regards,
You can fill that info into the email template by editing the template file directly. You can not do that via the back-end.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- Buro26
- Topic Author
- Offline
Less
More
- Posts: 4
8 years 2 months ago #9331
by Buro26
Replied by Buro26 on topic Fill the room other info in the email
i want to add some info to the email per asset.
How would you suggest i do that?
How would you suggest i do that?
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2953
8 years 2 months ago #9332
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Fill the room other info in the email
Hi,
You'd need to edit the email template file directly as we suggested in previous reply, please note that it'd require basic programming experience.
Regards,
You'd need to edit the email template file directly as we suggested in previous reply, please note that it'd require basic programming experience.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
Moderators: solidres