Support

Home Forums Event Espresso Premium MIGS payment form questions modification

MIGS payment form questions modification

Posted: February 15, 2017 at 5:44 pm

Viewing 1 reply thread


Allan Browning

February 15, 2017 at 5:44 pm

The registration checkout form for MIGS has changed between Version 1 and version 1.0.3. A number of extra fields have been added. (Address, state, postcode etc).

I looked in the code for EEA_MIGS_Billing_Form.form.php and found that a line has been removed between versions.

Line 50: ‘exclude’ => array( ‘phone’, ‘address’, ‘address2’, ‘city’, ‘state’, ‘country’, ‘zip’ )

is no longer in version 1.0.3.

Is there a way to limit the fields being display without having to modify the core code of the plugin and put line 50 back.


Tony

  • Support Staff

February 16, 2017 at 5:18 am

Hi there,

You can add this function to a Custom Functions Plugin to remove those fields:

https://github.com/eventespresso/ee-code-snippet-library/blob/master/payment-methods/loc_ee_remove_address_fields_from_migs_billing_form.php

Viewing 1 reply thread

The support post ‘MIGS payment form questions modification’ 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