Posted: May 20, 2014 at 7:54 pm
|
I have entered price 1 and price 2 (one for members and one for non members) but only the second price is showing. How can I show both? Thanks. |
Hi! I see $45 for the event that you shared. Is that the non-member price? — |
|
|
Yes, that’s correct. It should show $30 for members, and $45 for non-members. Thanks you. |
And when you are logged into the site, what do you see on that page for pricing? — |
|
|
When I’m editing the event, I see both prices in the edit screen. I don’t see both on the published page. |
Hello, This depends on if you are logged into the site. If you are logged in, then you’ll see the member price only. You can relocate the member price to the the Standard Pricing area. Just click on Add a Price and then enter the information. Then remove the member pricing and save changes to the event. — |
|
|
This is what I see when I look at the prices. I’m not sure what I need to do. Thank you. Standard Pricing Name 2 Price $30.00 Surcharge Surcharge Type Remove Price Price $45.00 Surcharge Surcharge Type |
That looks correct: http://cl.ly/image/2W0z2m061v42 Be sure to also delete any member pricing (see right side of screenshot above). Then save changes to the event. On your event page, you should then have a dropdown for the two pricing options. — |
|
|
I don’t have an option on the right side for member pricing. What I have is: |
|
Hi, It looks like you do not have the WP User Integration add on active. And that’s fine, it’s mainly useful in certain use cases. The single price on the event list is basically how it was designed, which we know isn’t suitable for everyone. There are two ways to resolve this: 1) Use one of the following code snippets to add a list of prices or a range of prices on the event list: List – https://gist.github.com/sethshoultes/ab1e992668cf3166a686 2) Hide the price with some CSS. Add the following to your themes style.css or alternatively to a plugin like (and free) the excellent My Custom CSS .event_price { display:none; } |
|
Thank you, Dean. I used My Custom CSS and added the display none code and now all is well! Thank you. |
The support post ‘two prices, but only one is showing’ 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.