Support

Home Forums Event Espresso Premium Copying Attendee 1's information for all attendees

Copying Attendee 1's information for all attendees

Posted: September 30, 2014 at 10:09 am


matt madill

September 30, 2014 at 10:09 am

Hello,
We have been working on trying to fix this issue. We had a previous ticket that was closed, https://eventespresso.com/topic/use-attendee-1s-information-for-all-attendees/

Anyway we are now running the latest Event espresso 4 and also wordpress 4. We verified our footer is loading:
<?php get_header(); ?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
the_content();
edit_post_link( __( ‘Edit’, ‘twentyfourteen’ ), ‘<span class=”edit-link”>’, ‘</span>’ );
endwhile;
else:
get_404_template();
endif;
?>
<?php get_footer(); ?>

This is the an example page that has the issue http://semcme.tmvgroup.com.php53-14.ord1-1.websitetestlink.com/event-registration/?ee=_register

If that link doesnt work go to http://semcme.tmvgroup.com.php53-14.ord1-1.websitetestlink.com/semcme-courses/ and with the quantity selector on the right select a quantity greater than 1. once you submit and go to the form page fill out all the info for attendee 1 and click Use Attendee #1’s information for ALL attendees. you will notice the success message comes up but nothing is copied to attendee 2, 3, 4 etc. However in that section were you clicked Use Attendee #1’s information for ALL attendees, there is “advanced options.” Open that and you will notice all the attendees are checked. If you uncheck one and then check it again you will notice at that point all the information will copy to that clicked attendee.

So my question how do we fix the bug for Use Attendee #1’s information for ALL attendees? We are not seeing any errors in the console by inspecting the element.


Lorenzo Orlando Caum

  • Support Staff

September 30, 2014 at 1:27 pm

Hi,

Could you temporarily deactivate your template customizations and re-test this?


Lorenzo


matt madill

September 30, 2014 at 2:12 pm

Thanks Lorenzo, We will work on deactivating our form customization. Lorenzo, are their any special actions or filters that our custom needs to have outside of the standard wordpress action and filters that can help us pinpoint the issue? Or any suggestions you might have for us to look into?


matt madill

September 30, 2014 at 2:23 pm

*theme


Lorenzo Orlando Caum

  • Support Staff

September 30, 2014 at 2:48 pm

Hi Matt,

I can see that the ticket selector was customized and those can be done through the Arabica templates.

Any edits to the core plugin?


Lorenzo


matt madill

September 30, 2014 at 3:09 pm

“no edits done to core, however i noticed there are some new actions in 4.3, specifically FHEE__registration_page_attendee_information__auto_copy_attendee_pg is this something we need to incorporate into our theme/functions.php?”


Lorenzo Orlando Caum

  • Support Staff

September 30, 2014 at 7:31 pm

Hi,

I believe you are referring to Event Espresso 4.4.3.

Yes, we did introduce some new features in 4.4 which came with some coding changes. Please start here and take a look at the changes:

https://eventespresso.com/wiki/ee4-changelog/#4.4.0

Then temporarily deactivate your customizations for Event Espresso. Does the selector then begin to work?

Then restore your customizations a few at a time until you find out where it is breaking.

I’ve double-checked to ensure this is working in 4.4.3:

http://cl.ly/image/3L0B3T0L181Z


Lorenzo

The support post ‘Copying Attendee 1's information for all attendees’ 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