- Posts: 4
- Thank you received: 0
Customize Registration Details
- Carsten Paetzold
- Topic Author
- Offline
- New Member
-
Less
More
7 years 2 months ago #110819
by Carsten Paetzold
Customize Registration Details was created by Carsten Paetzold
Hi,
another short question from me...
Where can I find the 'module/tag' [Registration_Detail] to change and customize the facts that are shown in the messages to the members/users.
Thx for your support
Carsten
another short question from me...
Where can I find the 'module/tag' [Registration_Detail] to change and customize the facts that are shown in the messages to the members/users.
Thx for your support
Carsten
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
7 years 2 months ago #110830
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Customize Registration Details
Hi Carsten
In the email message? If so, it is one of the files below, depend on the type of registration
- components/com_eventbooking/view/emailtemplates/tmpl/email_individual_detail.php
- components/com_eventbooking/view/emailtemplates/tmpl/email_group_detail.php
- components/com_eventbooking/view/emailtemplates/tmpl/email_cart.php
Regards,
Tuan
In the email message? If so, it is one of the files below, depend on the type of registration
- components/com_eventbooking/view/emailtemplates/tmpl/email_individual_detail.php
- components/com_eventbooking/view/emailtemplates/tmpl/email_group_detail.php
- components/com_eventbooking/view/emailtemplates/tmpl/email_cart.php
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Carsten Paetzold
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 years 2 months ago #110862
by Carsten Paetzold
Replied by Carsten Paetzold on topic Customize Registration Details
Hi Tuan,
thank you for your fast reply.
So I have to find the right file and delete the information i don´t need?
Just to understand right before doing something stupid.
I only want to delete the 'transaction id' for paying. Some members are confused of this id and cannot use it right while paying the event.
thank you for your fast reply.
So I have to find the right file and delete the information i don´t need?
Just to understand right before doing something stupid.

I only want to delete the 'transaction id' for paying. Some members are confused of this id and cannot use it right while paying the event.
- Tuan Pham Ngoc
- Away
- Administrator
-
7 years 2 months ago #110870
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Customize Registration Details
Yes. You just need to find the right file to edit code and remove that part you don't want. In these files, you can easily see these lines of code and remove it:
Regards,
Tuan
Code:
<tr>
<td class="title_cell">
<?php echo JText::_('EB_TRANSACTION_ID'); ?>
</td>
<td class="field_cell">
<?php echo $row->transaction_id ; ?>
</td>
</tr>
Regards,
Tuan
The following user(s) said Thank You: Carsten Paetzold
Please Log in or Create an account to join the conversation.
- Carsten Paetzold
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 years 2 months ago #111213
by Carsten Paetzold
Replied by Carsten Paetzold on topic Customize Registration Details
hi tuan,
i found and cleared it for the email messages.
now i want to do it for the displayed message directly on the screen after completing the registration.
I could not find it - sorry and thank you for the support again.
regards
carsten
i found and cleared it for the email messages.
now i want to do it for the displayed message directly on the screen after completing the registration.
I could not find it - sorry and thank you for the support again.
regards
carsten
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
7 years 2 months ago #111218
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Customize Registration Details
Hi
You will need to find that similar code in the following files and remove it:
components/com_eventbooking/view/emailtemplates/tmpl/individual_detail.php
components/com_eventbooking/view/emailtemplates/tmpl/group_detail.php
components/com_eventbooking/view/emailtemplates/tmpl/cart.php
Regards,
Tuan
You will need to find that similar code in the following files and remove it:
components/com_eventbooking/view/emailtemplates/tmpl/individual_detail.php
components/com_eventbooking/view/emailtemplates/tmpl/group_detail.php
components/com_eventbooking/view/emailtemplates/tmpl/cart.php
Regards,
Tuan
The following user(s) said Thank You: Carsten Paetzold
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.