Support

Home Forums Event Espresso Premium EE4 – Alter registration order and order confirmation formatting

EE4 – Alter registration order and order confirmation formatting

Posted: March 26, 2014 at 6:18 am

Viewing 8 reply threads


Dominic Jerams

March 26, 2014 at 6:18 am

Hi

Is there any way to change the formatting on the attendee information section so that the invoicee information is separated from the attendees of the event?

http://cl.ly/image/280Z313S2v2x
e.g:
• Invoicee details(Group 1)
• Ticket type(Group 2)
• Delegate 1 (Group 2)
• Ticket type(Group 3)
• Delegate 2 (Group 3)
• Etc

In a similar vein is there any way of altering what is displayed on the order confirmation output as it is displaying in a random order and is showing hyperlinks that would ideally not be there.

http://cl.ly/image/1o3W2h3q3q2m

Many thanks


Dominic Jerams

March 27, 2014 at 4:38 am

Bump


Dean

March 27, 2014 at 5:20 am

Hi,

I’m not 100% sure what you are trying to achieve but it sounds like you will need to modify or create a template.

We have a guide here – https://eventespresso.com/2014/02/developers-corner-theming-event-espresso-4/


Dean

March 27, 2014 at 5:21 am

There is also this article – https://eventespresso.com/wiki/ee4-themes-templates/


Dominic Jerams

March 27, 2014 at 5:45 am

Hi Dean

What do you think would be the best approach for this?

I have been asked to separate the invoice information and the delegate information on the registration form:

So Invoicee would display as:
http://cl.ly/image/033Y2p273i3Y

and the following delegates would display as separate sections of the form:
http://cl.ly/image/1t2c3f0p0G0B

Currently the invoicee and the first delegate are joined together in a single box marked as “Attendee #1” which could be confusing to a user making a booking.


Dominic Jerams

March 27, 2014 at 5:59 am

In reference to my second question how do you edit what is displayed within the order confirmation screen as there are hyperlinks that I have been asked to remove and switching the order the fields are displayed.

See: http://cl.ly/image/0d2c1E3Z0b19

If its any help the event I am editing is here:

http://ieec.co.uk/events/ieec-2014/


Dean

March 27, 2014 at 6:47 am

Hi,

I think I see what you are trying to do.

Basically, in the event editor you can set it so that the additional attendees have to answer their own questions (http://take.ms/hWS3N)

You can create new questions and questions groups via the Registration Form menu. Once the new questions are assigned to question groups, those will appear in the event editor to be attached to the Primary or Additional attendees.

This will separate each attendee away from the primary.

As a very basic example, I just ticked the Personal Information question group under the Questions for Additional Attendees box shown above, and it creates two separate questions blocks – http://take.ms/t0M3D

(I only added two tickets, 5 tickets would create 5 question blocks etc)

Changing the terminology might be harder to do, as you have two terms (Invoicee and Delegate), if it was just one term such as Delegate you could use the language files to translate English to English.

Some CSS with get rid of those links for you. Add the following to your themes style.css file or better yet to a plugin such as My Custom CSS

.sub-section-title span, /* registration details edit */
h3.event-name .link, /* event name view */
.event-venues span  /* venue view */
{
display:none;
}


Dominic Jerams

March 27, 2014 at 9:09 am

I hear you & I have considered a solution, is there any way to create a ticket type for the invoice that is non user removable but always selected for every order? that way the invoice would always appear first in every order but any subsequent requesters would appear as additional delegates.

any advice?


Dominic Jerams

March 27, 2014 at 9:45 am

I have tried adding the css via “my custom css” plugin and the order confirmation is still displaying all the links ( http://cl.ly/image/3K0B1A1y361Y ).

I have also enclosed a screen dump of the css
http://cl.ly/image/0P2P2e2M3U22

Any clues as to why it would not work, you can try it yourself on:

http://ieec.co.uk/events/ieec-2014/


Dean

March 28, 2014 at 2:46 am

Hi,

“is there any way to create a ticket type for the invoice that is non user removable but always selected for every order?”

Unfortunately not no.

CSS wise, that was my bad. I assumed the normal styles would load but they dont, it only loads the invoice styles.

You will need to copy the Invoice folder (wp-content/event-espresso-core-reg/modules/gateways/Invoice) over to wp-content/uploads/espresso/gateways/Invoice

Then you can edit the /lib/templates/css/simple.css file to add in the new CSS.

Viewing 8 reply threads

The support post ‘EE4 – Alter registration order and order confirmation formatting’ 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