Support

Home Forums Event Espresso Premium Page reload after "submit" Button / No PayPal Pop-Up

Page reload after "submit" Button / No PayPal Pop-Up

Posted: September 9, 2013 at 9:20 am


Stephanie Kennedy

September 9, 2013 at 9:20 am

Wordpress Version: 3.6
Event Expresso Version: 3.1.34.1.P
Site Url: http://www.islamicconference.org/registration/?ee=6

Hi,

When I click the submit button for the event. The page just reloads and nothing happens, no payment information or PayPal re-direct. How can this be resolved.


Josh

  • Support Staff

September 9, 2013 at 12:16 pm

Hi Stephanie,

Can you check the /registration/ page and verify that it has the [ESPRESSO_EVENTS] shortcode on it?


Stephanie Kennedy

September 9, 2013 at 1:46 pm

Thank You! I am getting the paypal button to work now, but I have another problem. I created One Event and placed several different price options under it. When I get to this page http://www.islamicconference.org/registration/ it lists the event and one of the price options. I have to click register to get to the entire list to show. If I press add to cart and then view cart it takes me to where I want the attendees to go the first time. It shows the complete list. This is what I would like to see on the first registration page, because if users have to click ‘add to cart’ and then ‘view cart’ to see the list it is confusing.


Sidney Harrell

September 9, 2013 at 10:19 pm

Hi Stephanie,
You can use the code Seth talks about here: https://eventespresso.com/topic/price-range-on-the-event-registration-page/ in order to get the range of prices or a list of prices to display on the event in the event list.


Stephanie Kennedy

September 10, 2013 at 9:25 am

Hi Sidney,

I used his suggestion for the second option where the code is located here:

https://gist.github.com/sethshoultes/ab1e992668cf3166a686

I created a ‘event_list_display.php’ file and put it in wp-content/uploads/espresso/templates/ with the code given in the github.
Then I created a ‘custom_functions.php ‘ file and put it in wp-content/uploads/espresso/ with the code given on github and there is no change to the registration page. It still only shows one price.

What could the problem be?


Josh

  • Support Staff

September 10, 2013 at 12:29 pm

Instead of creating a new event_list_display.php file in /wp-content/uploads/espresso/templates, you copy over the event_list.php and event_list_display.php file over to /wp-content/uploads/espresso/templates. Then make the edit in event_list_display.php where it normally displays one price, changing it to:

<?php do_action('action_hook_espresso_price_list', $event_id);?>

Please note: The price list/price range display on the event list will be a built in feature that is planned to be included in Event Espresso 3.1.37.P. So when that ships you can remove the event_list_display.php and event_list.php templates from /wp-content/uploads/espresso/templates and use the new feature.

The support post ‘Page reload after "submit" Button / No PayPal Pop-Up’ 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