Set price to "Call for Pricing"

More
11 years 5 months ago #21828 by htown
Set price to "Call for Pricing" was created by htown
is there a way to use text instead of a price when you do not want to display the price for a specific event. All other events are fine to display an amount but I have an event I want to have people call to get pricing.

Many thanks,
Houston

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

More
11 years 5 months ago #21839 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Set price to "Call for Pricing"
Hi Houston

Unfortunately, this feature is not available in the extension. If an event is "Call for Pricing", how the registration process should be processed ? How a users can register and pay for their registration ?

Tuan

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

  • Kostas
  • Offline
  • Junior Member
  • Junior Member
  • Only education can make you better
More
11 years 4 months ago #23769 by Kostas
Replied by Kostas on topic Re: Set price to "Call for Pricing"
I have the same problem.
I use Event Booking to present seminars and all of education programms.
Many customers don't want to present the price because plays a role the number of participants!

How we can fix the code to be show "Call for Pricing" maybe we can put -1 to price field and automatically show this message.

The registration can process only with off line pay!
Someone have done this.
Take a look here, goseminars.gr/index.php/seminars/list?ta..._event&event_id=2550 and if is clear what change have done in code please inform us.
To help you with Greek -> Τιμή Ατόμου=Price of one , Κατόπιν επικοινωνίας=After Contact

If admins needs any helps with Greek Language please sent me an email!

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

More
11 years 3 months ago #23816 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Set price to "Call for Pricing"
Please try to get this file below (I made modification to the file based on version 1.5.2 of Events Booking), unzip it and upload the file to components/com_eventbooking/views/event/tmpl folder. After that, if you entered price = -1, the text will be displayed : Call for pricing .

Tuan
Attachments:
The following user(s) said Thank You: Kostas

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

  • Kostas
  • Offline
  • Junior Member
  • Junior Member
  • Only education can make you better
More
11 years 3 months ago #23854 by Kostas
Replied by Kostas on topic Re: Set price to "Call for Pricing"
Dear Tuan,

For the moment my site is in 1.5.26 Joomla and i use version 1.4.5
I tryed to copy the code into version 1.4.5 but does not work.

It is easy to make it work in my case?

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

More
11 years 3 months ago #23935 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Set price to "Call for Pricing"
Hi Kotas

Yes. It is easy. Please try to look at the file, it is simply an IF Command in PHP programming. Please try to edit the code yourself, if you cannot do it, you can submit a support ticket sending me administrator and FTP account of your site so that I can edit the code for you.

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

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

  • Kostas
  • Offline
  • Junior Member
  • Junior Member
  • Only education can make you better
More
10 years 1 month ago #43413 by Kostas
Replied by Kostas on topic Re: Set price to "Call for Pricing"
Dear Tuan,

I finished my compulsory military service for my "mother" country and I 'm back.
After editing the code in version 1.6.3 and insert the 2 line code in line 258
"elseif ($item->individual_price == -1)
echo JText::_('Call For Pricing');" I can tell you that is working inside of a event.
But,
in category list appears as "free" !
How i can fix that?
One solution is to not appear the individual price in category list, however, i prefer your solution with editing code :)

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

More
10 years 1 month ago #43441 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Set price to "Call for Pricing"
Hi

For the list of events in category, you will need to edit the code in the following files :

components/com_eventbooking/views/common/events_default.php

Tuan

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

Moderators: Tuan Pham Ngoc