Additional fields for events

More
10 years 7 months ago #66998 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional fields for events
Dear cy

a. We need to insert an Event-Number which is also displayed in the Confirmation Emails. We need this for our accounting. And with "Extrafields" its not possible to display them in the confirmation-Emails.


=> Agree that it should be possible. And I can implement it into the core feature of the extension. If you are not in rush, give me the time until the end of this week to have it ready in the extension.

b. The Eventdetails are not displaying the whole information about the event. Exact date is missing.


=> I don't understand this issue. Exact Date ? What's exact date? Could you please send me the link to the page and explain exactly what's missing so that I can look at it?

Tuan
The following user(s) said Thank You: cyrock

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

More
10 years 7 months ago #67012 by cyrock
Replied by cyrock on topic Additional fields for events
Edit:
Sorry, i was wrong in describing the issue in b.! Better: The confirmation Emails do not show the Date of the event.

[REGISTRATION_DETAIL] is not complete

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

More
10 years 7 months ago #67013 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional fields for events
You can go to Events Booking -> Configuration, look at Themes tab, find the config option "Show event date", set it to Yes.

After that, event date will be available in the email

Tuan
The following user(s) said Thank You: cyrock

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

More
10 years 7 months ago #67014 by cyrock
Replied by cyrock on topic Additional fields for events
PERFECT!

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

More
10 years 7 months ago #67015 by cyrock
Replied by cyrock on topic Additional fields for events
a. Than EB will be best booking app!!

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

More
10 years 7 months ago #67080 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional fields for events
Hi

Today, I updated the code to add support for this option. Now, if you extra information tab, you have a field with name field_speaker, you can use the tag [FIELD_SPEAKER] in the email message to show the information of that field

Please note that the tag is based on the name of the field, not the title. For example, if you look at the default file fields.xml under components/com_eventbooking folder of the site, you will see this content
Code:
<?xml version="1.0" encoding="UTF-8"?> <config> <fields name="params"> <fieldset name="basic"> <field name="field_speaker" type="text" label="Speaker" size="50" description=""></field> <field name="field_hours" type="text" label="Number Hours" size="50" description=""></field> </fieldset> </fields> </config>

From the above code, you will see two fields, so you can use the two tags [FIELD_SPEAKER] and [FIELD_HOURS] in the email message.

Ask me any questions if it is not clear to you. And upgrade to use this option :)

Tuan

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

More
10 years 7 months ago #67084 by cyrock
Replied by cyrock on topic Additional fields for events
Ok, cool! Where did you put the upgraded version?

Thx.
Cy.

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

More
10 years 7 months ago #67085 by cyrock
Replied by cyrock on topic Additional fields for events
2.0.2. isn´t?! then i got it!

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

More
10 years 7 months ago #67086 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional fields for events
You can access to My Downloads menu item to see your order and download latest version from there

Tuan

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

More
10 years 7 months ago #67087 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional fields for events

cyrock wrote: 2.0.2. isn´t?! then i got it!


Yes. I haven't updated version number yet. Just make sure you download it Today, not Yesterday or Before and you will have latest version

Tuan

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

Moderators: Tuan Pham Ngoc