Posted: October 21, 2014 at 4:33 am
|
Hi All, I am currently integrating EE3 and Memberpress together for a event signup through client portal. Everything is going well until a member signs up for an event and proceeds through to the payment page. The payment page then displays all available methods instead of giving the user an option to select which method they would like to use. Obviously I would only like one displayed at a time instead of 4 which we are offering. When a user clicks the ‘Change Payment Method’ text link nothing happens. Am I missing something fairly simple or has anyone had this experience before? We are going to be offering Electronic Bank Transfer and Credit card so ideally would like the client to be able to select from those two. Any help would be extremely appreciated Josh. |
Hi Josh, Event Espresso displays all of the activate payment gateways to allow the user to select the payment method they would like to use.
I’m not sure what you mean here, could you explain a little further please? Or, if possible could you like to one of your events so we can see what is happening on the site? |
|
|
Hi Tony, |
Hi Josh, Normally the payment options are displayed as buttons and when one is click, the section expands. From your description of what’s happening, it sounds to me like there’s a JavaScript error on the page, so they all show up at once. Can you check the page for JS errors with Firebug, Chrome Inspector, or post a link to an example event page so we can investigate? |
|
|
Hi, |
Hi Josh, I checked this and it turns out that the WordPress theme is in serious need of fixing. A few items that need to be fixed: 1) The jQuery library is loaded twice, it needs to be loaded only one time. Please pass these links on to your theme developer so they can know how to fix: |
|
|
Hi, Josh |
Hi Josh, There’s no change in the script loading. Here’s what you have right now: Can you post the contents of the header.php file and the footer.php file in a pastebin or github gist? We can take a look and let you know if you need to make any adjustments there. |
|
|
Hi There, I have removed the second Jquery instance. Header.php -> http://pastebin.com/QhHds08A Custom Events Template -> http://pastebin.com/GX0ZTYDW I noticed above the Event Espresso JS Should be loaded. Could you please provide the link so that I can add it in. |
Hi Josh, The Event Espresso JS loads via the wp_footer(); function call that you added. |
|
The support post ‘Change Payment EE3 Link Is Broken’ 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.