Posted: March 3, 2016 at 2:57 pm
|
I’m just looking for a way to add and Add-to-Cart button on a single event that adds one ticket to the cart. When I try this the button rolls over to “View Detail” and has no ability to add to cart. Any ideas? |
Hi there, How are you setting this up currently? |
|
|
On this page where it says “Event Details” I need either an “Add to Cart” button or a ticket selector. I have the ticket selector set to “yes”, the amount of tickets allowed set to “10” and the available tickets are something like “500”. Any ideas of how I can get a button there that will actually add tickets to the cart from an event listing page? http://www.buyingmorels.com/tiger-rock-dev/event-registration/ |
If you go to Event Espresso -> Events -> Templates. Within the event list section look for the ‘Display Ticket Selector’, is that set to No?
Great, I’m glad you like it π |
|
|
Ahhhh! Yep that works. Thanks so much! I do have another question about the same event listings. Is there a way to remove the “Event Details” box and replace it with the title of the ticket highlighted by the same text background? So in another words my ticket title would be “Pro Ticket-Ask Your Academy First!” with the same styling as the “Event Details” box below and no “Event Details” box? |
If I understand what your mean correctly, you would need to create your own ticket selector template, unless you are very familiar with PHP, HTML and CSS I would advise against it. (We couldn’t provide support for the custom template). However I’m not so sure that’s what you need. To remove the event details box you should be able to set ‘Display Description’ to No in the same section as above. Changing the event title can be done with CSS, you want it to look like the other headings with the grey background? |
|
|
Yep. I just would like the event title to look like the other headings with the grey bg. If you have a CSS snippet and tell me where to place it I’d be good to go π |
Something like this: #content .event-header h1 { font-family: Open Sans Light; text-shadow: 1px 1px 0 #FFFFFF; padding: 10px; background: rgba(232, 232, 232, 0.9); color: #444444; line-height: 1.5em; margin: 20px 0 0; font-weight: normal; width: 100%; } You can also hide the ticket options header with this: .event-tickets h3 { display: none; } Is that what you are looking for? |
|
|
YES!!!! Perfect. Thanks for all of your great help! |
Also if you want the font to match within the link, you can use: #content .event-header h1 a { font-family: Open Sans Light; } We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these. |
|
|
Awesome! Thanks again |
You’re most welcome, Damien π |
|
The support post ‘Add-to-Cart Button that Does Not Change to View Details’ 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.