Support

Home Forums Event Espresso Premium Default Cart URL + Registration Cancelation

Default Cart URL + Registration Cancelation

Posted: February 15, 2017 at 1:34 pm


Liz Rice

February 15, 2017 at 1:34 pm

1- I opened a different topic some time ago and you guys mention a default cart URL is: /registration-checkout/event_cart=view#checkout
However that does not work. Please advice.

2- After some researching, I realized that a user can’t cancel their own registration. So why do you guys have the link “Cancel Registration” on the “Edit Registration” page? I can’t really hide it with CSS because theres no ID or unique class. Please advice.


Tony

  • Support Staff

February 15, 2017 at 1:52 pm

Hi Liz,

For #1 you have changed the slug of the registration-checkout page, so now you need to use:

/project-registration/?event_cart=view#checkout

So why do you guys have the link “Cancel Registration” on the “Edit Registration” page?

That link is shown on all sections within checkout, it doesn’t cancel the registration but it does clear the users current session to allow them to register onto other events.

We may need to add another class to that link to allow it to be styled easier.


Liz Rice

February 20, 2017 at 3:58 pm

#1 Thanks for the URL correction.

#2 The link doesn’t show only at checkout. Once I am register to an event, if I go to my account and “Edit” that event, there is a link to cancel the registration. There is no point to leave that link there if the functionality doesn’t work. Right?


Lorenzo Orlando Caum

  • Support Staff

February 20, 2017 at 5:36 pm

Hi Liz,

It currently works by clearing the current session and does not affect an existing registration.

We have an open ticket to change the current registration status to cancelled if clicked. I’ve added feedback to that ticket.


Lorenzo


Liz Rice

February 21, 2017 at 3:52 pm

I don’t think you guys are understanding. Let me try it again:

I just registered for a event, right? A week later, I log in into My Account > Edit Event, the “cancel registration” link is there. And not only while you are registering as you guys a saying.

Makes no sense to have the link there if the functionality doesn’t work in your end. There is not even a class/id where we can hide thru CSS.

Please advice with a possible solution.
Thanks!


Josh

  • Support Staff

February 22, 2017 at 10:19 am

Hi Liz,

There’s an open ticket and the plan is to fix the link so that when you click on the link, it will actually change the status of the registration to “Cancelled”.

You can hide the link with CSS if you’d like though, example follows:

#ee-single-page-checkout-dv a[href*="registration-cancelled"] {
display: none;
}


Liz Rice

February 26, 2017 at 1:11 pm

Thanks Josh!

The support post ‘Default Cart URL + Registration Cancelation’ 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