Posted: August 22, 2012 at 10:30 am
|
I have tried several different ways to get the correct price to show up on my events list page. I have swapped around the prices in the event itself, i have changed the names of the fees, and that worked on some events, but for my main event that we will be using the registration form on isn’t displaying the correct price, plus is there a way to include all the prices on the [EVENT_LIST] page and that would solve my problem. |
This is coming in 3.2 but there isn’t an easy way to do it in 3.1.x because the prices are stored as an array. Displaying each price separately is just a matter of pulling the price from each position in the array. Where this gets tricky is if you have multiple events with a different number of price levels for each since you can’t just say “give me price values 0, 1, 2 and 3 for all events” if some of your events have 4 price levels and some have 2. However, if you do have the same number of price levels for all of your events, a fairly reasonable workaround would be to use the |
|
|
Ok i commented out the event price section in the event_list_display.php and its working by not showing the prices and the code i entered is as follow: Now to show the prices I entered into my event the following: |
If you want it to display by default for all your events (and all your events have 2 price levels), you’ll need to add it to
|
|
|
I am still working on this and the code that you gave me works fine, but I am playing around with it some to see if i can tweak it to make it work for me. I have three price levels on the majority of my events. I have several free events that the price keeps showing as $0.00. That is where I am with that. Any recommendation that you can provide will always be helpful. |
Why don’t you do a check for a free event first, then do the event prices if it’s not free? Something like what’s already in
|
|
The support post ‘Event Price on [EVENT_LIST] page incorrect’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.