- Posts: 1
- Thank you received: 0
quantity of tickets, $ amount doesn't show properl
- Derek Runions
- Topic Author
- Offline
- New Member
-
I want to have the payment form have these features...
Customer must choose one of three ticket options, $50, $100, $150
Customer must choose the number of tickets they want, 1-10
Once the customer chooses the above to options (and also fills in their name, phone number, etc.) they click on Next and the confirmation page needs to display the price (number of tickets multiplied by the ticket option then multipied by 1.12% (sales tax))
I can get the ticket option and # ticket fields to display on the form but I cannot figure out how to get the amount to display properly on the confirmation page.
thanks for the help!!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
It is alitle difficult to explain the settings here. So please submit a support ticket sending me administrator account of your site so that I can setup it for you (after that, you can look at the settings I made and understand the solution) .
Tuan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
1. First, you need to setup Ticket Options custom field (using radio or dropdown custom field in this case).
- Enter $50, $100, $150 into Values property of the custom field (each option in one line, I believe you know that already).
- Enter 50, 100, 150 into Fee Values property of the custom field (each option in one line).
- Mark Fee Field property of this custom field to No .
- Set name of this custom field to something like pf_ticket_options (the name of this custom field will be used in the setting of the next custom field).
2. Set the Number of Tickets custom field (I think you can use dropdown custom fields in this case).
- Enter 1, 2, 3.... 10 into Values property of the custom field (each item in one line).
- Mark Fee Field attribute of this custom field to Yes .
- In the Fee Formula of the custom field, enter [FIELD_VALUE]*[PF_TICKET_OPTIONS]*1.012
Please try the settings above and it should be calculated properly .
Tuan
Please Log in or Create an account to join the conversation.
- lbrown
- Offline
- New Member
-
- Posts: 6
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
lbrown wrote: I have the exact same problem i am trying to implemented but its not showing the price on the confirmation page for some reason are you able to have a look at my admin at all
Have you submitted a support ticket ? I haven't seen any support request like this in our support ticket system !
Tuan
Please Log in or Create an account to join the conversation.
- lbrown
- Offline
- New Member
-
- Posts: 6
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
It seems something is incorrect here. I checked the page you mentioned but there is nothing related to number registrants ? Maybe you posted a wrong link ?
Tuan
Please Log in or Create an account to join the conversation.
- Nigel Brown
- Offline
- New Member
-
- Posts: 2
- Thank you received: 0
I have a similar issue and have followed the instructions below, but unfortunately The calculation for group bookings is not working. I am using a custom text box called eb_numberoftickets, set as a fee field and a custom radio list called eb_PF_TICKET_OPTIONS which has fee values set and is not a fee field.
in eb_numberoftickets I have set the fee formula to be [FIELD_VALUE]*[eb_PF_TICKET_OPTIONS] but this does not calculate.
I have noticed on the source code of the group registration : billing information page the text and values of the eb_PF_TICKET_OPTIONS are both set to the text value[as well as the content label] and not the [numeric] fee value and this is why it is not calculating (ie its trying to multiply an number from eb_numberoftickets with a string..).
Any thoughts on how to resolve?
thanks
Administrator wrote: I will try to explain the solution here (hope it will be clear enough for you).
1. First, you need to setup Ticket Options custom field (using radio or dropdown custom field in this case).
- Enter $50, $100, $150 into Values property of the custom field (each option in one line, I believe you know that already).
- Enter 50, 100, 150 into Fee Values property of the custom field (each option in one line).
- Mark Fee Field property of this custom field to No .
- Set name of this custom field to something like pf_ticket_options (the name of this custom field will be used in the setting of the next custom field).
2. Set the Number of Tickets custom field (I think you can use dropdown custom fields in this case).
- Enter 1, 2, 3.... 10 into Values property of the custom field (each item in one line).
- Mark Fee Field attribute of this custom field to Yes .
- In the Fee Formula of the custom field, enter [FIELD_VALUE]*[PF_TICKET_OPTIONS]*1.012
Please try the settings above and it should be calculated properly .
Tuan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
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.