Hi,
I'm finishing the web and I need to do some last edits:
1) How can I add the field 'telephone' to customer contact form (/checkout/27)?
2) How can I change (translate) content of confirmation mail?
3) Is there any way to create the page with table of reservations (name - arrive - departure - room - mail - telephone)?
That is all.
I must say your support is awesome. I admire your patience with people like me.
Hi Niro,
Please wait. We will check and reply ASAP :)
Niro,
Here are some instruction:
1, Please go to admin/commerce/customer-profiles/types/billing/fields to add field
2, You can use module string override to translate.
3, Please take a look at admin/commerce/oders and /admin/commerce/oders/cart. Module room is built base on module commerce, data structure of module commerce does not allow you to create views as you would like. In case you know about code, you can customize.