Fee Displayed in Overview Box of Event

  • rjcaroff
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 2 months ago #7539 by rjcaroff
Fee Displayed in Overview Box of Event was created by rjcaroff
Hello,

So far, I'm very impressed with this component! I mainly have an issue learning what I can do about the box that is displayed with the event overview. Here are my three issues:

#1 The box displays a fee for one level, but I will have a multiple level registration structure. The one listed reflects, of course, a fee entered on the basic event form. However, I am using the custom fields. This is displayed properly on the form on the next page, but the box display is misleading. Can the fee line in the box be removed or extended to reflect the different available options? The attached file is a screen shot of the page.

#2 I was also wondering if it's possible to change the dimensions of the box so that "event date" and "event end date" did not spill over into a second line?

#3 Regarding the "registration complete" button: It is hard to read because it leaves the background of the button. Is there a fix for that?

Thanks!

Attachment screenshot-20110213.docx not found

Attachments:

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

More
14 years 2 months ago #7565 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Fee Displayed in Overview Box of Event
Hi

Great to hear you love this extension :) . Here are my answers to your questions :

#1 The box displays a fee for one level, but I will have a multiple level registration structure. The one listed reflects, of course, a fee entered on the basic event form. However, I am using the custom fields. This is displayed properly on the form on the next page, but the box display is misleading. Can the fee line in the box be removed or extended to reflect the different available options? The attached file is a screen shot of the page


=> Right now, It is not possible. However, It will be available in the next version (you can hide the event price, it is configurable within the extension) . The next version will be release in lately 2 weeks from now (which is also compatible with Joomla 1.6) .
So in this case, I think you should wait for new verison instead of doing some hacks into the extension code .

#2 I was also wondering if it's possible to change the dimensions of the box so that "event date" and "event end date" did not spill over into a second line?


=> We will need to alter css alitle. Please open the file components/com_eventbooking/assets/css/style.css, looks at line 12 :
Code:
.eb_props { width: 240px; }

Change 240px to something larger until it meets the size of the box. For example, change 240px to 280px should make it looks fine .

#3 Regarding the "registration complete" button: It is hard to read because it leaves the background of the button. Is there a fix for that?


=> Could you please send me the link to the page or make a screenshot so that I can have a look and guide you ?

Thanks,

Tuan

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

  • rjcaroff
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 2 months ago #7621 by rjcaroff
Replied by rjcaroff on topic Re: Fee Displayed in Overview Box of Event
Thanks for your prompt attention with the included fix and information. It worked fine!

Regarding the display button - I changed the language file to a shorter description and it fits fine now.

I will be looking forward to the next release!

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

More
14 years 2 months ago #7622 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Fee Displayed in Overview Box of Event
That's great !

I am working hard right now to add more features to the extension and make it compatible with Joomla 1.6. Please keep an eye on my site to get future releases, you will love my works .

Regards,

Tuan

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

More
13 years 7 months ago #11536 by penguinhead
Replied by penguinhead on topic Re: Fee Displayed in Overview Box of Event

=> Right now, It is not possible. However, It will be available in the next version (you can hide the event price, it is configurable within the extension) . The next version will be release in lately 2 weeks from now (which is also compatible with Joomla 1.6) .
So in this case, I think you should wait for new verison instead of doing some hacks into the extension code .


Hi Tuan

In relation to your comments above, you mentioned that "(you can hide the event price, it is configurable within the extension)"
Can you tell me where in the component I configure this - I've looked everywhere???!

You also mentioned that it would be possible to display multiple prices. Is this now possible? I have a cost of $90 for the first child and $70 for each child thereafter, and have configured the group registrationb method to register both individual and mutliple registrations.

How would I display these different costs in the table?
I am currently using version 1.4.2

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

More
13 years 7 months ago #11630 by JeffG
Replied by JeffG on topic Re: Fee Displayed in Overview Box of Event
penguinhead wrote:

Hi Tuan

In relation to your comments above, you mentioned that "(you can hide the event price, it is configurable within the extension)"
Can you tell me where in the component I configure this - I've looked everywhere???!


I would like to know the answer to this also.

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

More
13 years 7 months ago #11646 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Fee Displayed in Overview Box of Event
@All :
The extension can only hide the price when the event is free at the moment (event with Individual price set to 0). If your event is free and you want to hide the text "Free", go to Event Booking -> Configuration, in the Themes tab, set "Show Price for Free Event" config option to No. After that, it will be hided .



You also mentioned that it would be possible to display multiple prices. Is this now possible? I have a cost of $90 for the first child and $70 for each child thereafter, and have configured the group registrationb method to register both individual and mutliple registrations.

@penguinhead : The idea uses to display multiple price is using custom fields doesn't work on table layout, it only works on detail page. If you want to know how to display these information using custom field, check the solution on the post joomdonation.com/index.php?option=com_ku...atid=62&id=8959#8964

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc