Support

Home Forums Event Espresso Premium Add-to-Cart Button that Does Not Change to View Details

Add-to-Cart Button that Does Not Change to View Details

Posted: March 3, 2016 at 2:57 pm

Viewing 11 reply threads


DamienGarber

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?


Tony

  • Support Staff

March 4, 2016 at 3:30 am

Hi there,

How are you setting this up currently?


DamienGarber

March 4, 2016 at 8:05 am

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/
Thanks! Love your Plugin by the way! πŸ™‚


Tony

  • Support Staff

March 4, 2016 at 8:07 am

If you go to Event Espresso -> Events -> Templates.

Within the event list section look for the ‘Display Ticket Selector’, is that set to No?

Love your Plugin by the way!

Great, I’m glad you like it πŸ™‚


DamienGarber

March 4, 2016 at 8:12 am

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?


Tony

  • Support Staff

March 4, 2016 at 8:30 am

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?


DamienGarber

March 4, 2016 at 8:32 am

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 πŸ™‚


Tony

  • Support Staff

March 4, 2016 at 8:40 am

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?


DamienGarber

March 4, 2016 at 8:40 am

YES!!!! Perfect. Thanks for all of your great help!


Tony

  • Support Staff

March 4, 2016 at 8:43 am

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.


DamienGarber

March 4, 2016 at 8:51 am

Awesome! Thanks again


Tony

  • Support Staff

March 4, 2016 at 9:05 am

You’re most welcome, Damien πŸ™‚

Viewing 11 reply threads

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.

Event Espresso