Customize Registration Details

  • Carsten Paetzold
  • Topic Author
  • Offline
  • New Member
  • New Member
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

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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

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

  • Carsten Paetzold
  • Topic Author
  • Offline
  • New Member
  • New Member
More
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.
Attachments:

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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:
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
  • New Member
More
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

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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
The following user(s) said Thank You: Carsten Paetzold

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

Moderators: Tuan Pham Ngoc