[REGISTRATION_DETAIL]

  • oibaf
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 months 4 weeks ago #157904 by oibaf
[REGISTRATION_DETAIL] was created by oibaf
I want to modify the [REGISTRATION_DETAIL] tag. How could I modify it?

Please Log in or Create an account to join the conversation.

More
11 months 4 weeks ago - 11 months 4 weeks ago #157907 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic [REGISTRATION_DETAIL]
Hello

That depends on the registration type you are using.

1. For individual registration, the files are:

-components/com_eventbooking/themes/default/emailtemplates/email_individual_detail.php
- components/com_eventbooking/themes/default/emailtemplates/individual_detail.php

2. For group registration:

- components/com_eventbooking/themes/default/emailtemplates/email_group_detail.php
- components/com_eventbooking/themes/default/emailtemplates/group_detail.php

3. If you use shopping cart:

- components/com_eventbooking/themes/default/emailtemplates/email_cart.php
- components/com_eventbooking/themes/default/emailtemplates/cart.php

Each of these options contains two files: The first one is the layout uses in email message and second one is the file use on registration complete page

Please note that if you make the change to these files, the modified files should be moved to template override PATH_TO_TEMPLATE/html/com_eventbooking/emailtemplates so that the change won't be lost when you update to future releases of the extension. PATH_TO_TEMPLATE is path to the template which you are using on your site.

Regards,

Tuan
Last edit: 11 months 4 weeks ago by Tuan Pham Ngoc.
The following user(s) said Thank You: oibaf

Please Log in or Create an account to join the conversation.