Support

Home Forums Event Espresso Premium EE4 SPCO Compress Registration and Checkout Layout

EE4 SPCO Compress Registration and Checkout Layout

Posted: December 8, 2018 at 1:20 pm


jmahan

December 8, 2018 at 1:20 pm

My goal is to compress the amount of display area for Attendee Information and the Checkout and remove blank space.

1. Attendee goal is showing
FIRST NAME, LAST NAME
EMAIL
=======
2. Reduce Attendee Personal Info Blank Space
It seems much of blank space is HIDDEN INFO that cannot be removed (Display:None) without breaking the processing?
==============
3. Conform Checkout Total Line
I changed the sequence of QTY, PRICE, TOTAL in the Checkout Total line per the FORUM suggestion to modify the templete… but only the Titles changed (not the Data sequence). Please advise
===========
4. Checkout Add New State/Province Link
How can this be not shown?
============
5. Checkout Layout Field Sequence Changes
The Checkout is much more compressed. THX., Is it possible to modify the Field Layout per the attached JPG? New Billing Layout
Regards

R
has


Tony

  • Support Staff

December 10, 2018 at 5:24 am

Hi there,

1. Attendee goal is showing
FIRST NAME, LAST NAME
EMAIL

By default thats the default questions within the personal information question group, I’m not really sure what you are asking with the above, could you rephrase?

2. Reduce Attendee Personal Info Blank Space
It seems much of blank space is HIDDEN INFO that cannot be removed (Display:None) without breaking the processing?

If you are getting a log of blank space from the hidden EE elements it usually means something on your site is filtering the content and adding <br> tags everywhere, which isn’t expected.

Can you link me to an event I can view this on, please?

3. Conform Checkout Total Line
I changed the sequence of QTY, PRICE, TOTAL in the Checkout Total line per the FORUM suggestion to modify the templete… but only the Titles changed (not the Data sequence). Please advise

We’ll need to see the event for this, can you link to the event and also the forum thread you followed to change the order, please.

4. Checkout Add New State/Province Link
How can this be not shown?

You can add this snippet to your site: https://gist.github.com/joshfeck/7bf112ee2dc9e49f7e3f14b8c2b59611

5. Checkout Layout Field Sequence Changes
The Checkout is much more compressed. THX., Is it possible to modify the Field Layout per the attached JPG? New Billing Layout

May I ask, which payment method is that?


jmahan

December 11, 2018 at 1:41 pm

I decided not to do 1, 2 and 5 to simplify upgrades and promote small display responsiveness.

4 works, THX

3) Cannot find the forum post. All the default SPCO total lines are QTY, PRICE, TOTAL sequence; except the default SPCO Step 2 Payment Options Registration Total line has PRICE QTY TOTAL. I have changed the Header sequence to QTY PRICE TOTAL per the change I made to the Template per the Forum Post. However, the data fields display is in the default PRICE QTY TOTAL sequence. How can I modify the data field sequence to QTY PRICE TOTAL.

6) New request. How can I remove advanced copy options


Tony

  • Support Staff

December 12, 2018 at 2:29 am

3) Cannot find the forum post. All the default SPCO total lines are QTY, PRICE, TOTAL sequence; except the default SPCO Step 2 Payment Options Registration Total line has PRICE QTY TOTAL. I have changed the Header sequence to QTY PRICE TOTAL per the change I made to the Template per the Forum Post. However, the data fields display is in the default PRICE QTY TOTAL sequence. How can I modify the data field sequence to QTY PRICE TOTAL.

I need to know how you changed the headers to answer this correctly.

Which template did you edit and where are you now loading that template from?

6) New request. How can I remove advanced copy options

You can hide them with CSS, if its just the advanced copy options you can use:

#display-more-attendee-copy-options {
    display: none;
}

Or all of the copy options yu can use:

#spco-copy-attendee-dv {
    display: none;
}


jmahan

December 13, 2018 at 4:21 pm

I HAVE DECIDED TO NOT MAKE THIS CHANGE… WILL WAIT UNTIL EE4 IS MODIFIED TO HAVE QTY, PRICE , TOTAL SEQUENCE.

SEE ANSWER TO Q BELOW:

3) Cannot find the forum post. All the default SPCO total lines are QTY, PRICE, TOTAL sequence; except the default SPCO Step 2 Payment Options Registration Total line has PRICE QTY TOTAL. I have changed the Header sequence to QTY PRICE TOTAL per the change I made to the Template per the Forum Post. However, the data fields display is in the default PRICE QTY TOTAL sequence. How can I modify the data field sequence to QTY PRICE TOTAL.

I need to know how you changed the headers to answer this correctly.

Which template did you edit and where are you now loading that template from?

ANSWER:
payment_options_main.template.php was modified to change HDR SEQ and stored in the ROOT of the CHILD THEME.

The HDR was OK but the echo transaction-details were in the default SEQ.
================

The support post ‘EE4 SPCO Compress Registration and Checkout Layout’ 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