Support

Home Forums Event Espresso Premium Splitting ACDC and Express Payments

Splitting ACDC and Express Payments

Posted: October 15, 2024 at 10:20 am

Viewing 7 reply threads


clubgetaway

October 15, 2024 at 10:20 am

Is it possible to have 2 paypal buttons on the “Select a Payment Method”? We would like to have a Paypal button that when selected shows the ACDC options – then another that has a Credit Card button that then shows the express pay CC option.

Is there a way to do that?


Tony

  • Support Staff

October 15, 2024 at 10:26 am

Hi there,

Not currently no, those payment options are all part of one ‘payment method’ (PayPal Checkout) within EE so selecting that payment method shows its available options.


clubgetaway

October 15, 2024 at 1:03 pm

OK – If we can not separate them can we remove the “select a payment method” button and just show the 3 buttons and the aread to put in the CC?

We are only using this one payment method. Having that there is just adding an additional step that doesn’t really make sense. We would rather just have the paypal buttons and CC area show automatically.


Tony

  • Support Staff

October 15, 2024 at 1:34 pm

You can set the PayPal Commerce payment method to be open by default.

Go to Event Espresso -> Payment methods -> PayPal Commerce.

Set the ‘Open by Default?’ option to yes and save.

Does that help?


clubgetaway

October 15, 2024 at 2:19 pm

Thanks for that suggestion. Is it possible to have it “Open By Default” and to hide the “Select a payment Method” button?


Tony

  • Support Staff

October 15, 2024 at 3:16 pm

We don’t have that as a feature but ift can be done with some CSS:

#ee-available-payment-method-inputs-paypalcheckout-lbl {
    display: none !important;
}

Will hide the PayPal Commerce payment method selector, if its open by default it will still open on the page.

#method-of-payment-hdr {
    display: none !important;
}

Will hide the heading to select a payment method.

Combine them both into a single block:

#method-of-payment-hdr,
#ee-available-payment-method-inputs-paypalcheckout-lbl {
    display: none !important;
}

Add that to Appearance -> Customise -> Additional CSS.


clubgetaway

October 15, 2024 at 4:22 pm

That worked – thank you.


Tony

  • Support Staff

October 15, 2024 at 4:25 pm

You’re most welcome.

Viewing 7 reply threads

You must be logged in to reply to this support post. Sign In or Register for an Account

Event Espresso