' . __('PayPal settings saved.', 'event_espresso') . '

'; } ?>

'; switch (get_option('events_paypal_active')) { case 'false': echo '
  • PayPal Gateway is installed.
  • '; echo '
  • ' . __('Activate PayPal IPN?', 'event_espresso') . '
  • '; break; case 'true': echo '
  • ' . __('Deactivate PayPal IPN?', 'event_espresso') . '
  • '; event_espresso_display_paypal_settings(); break; default: echo '
  • ' . __('The PayPal IPN addon is installed. Would you like to activate it?', 'event_espresso') . '
  • '; break; } echo ''; ?>




    • Add an Image

    • Add an Image
      'N', 'text' => __('No', 'event_espresso')), array('id' => 'Y', 'text' => __('Yes', 'event_espresso'))); echo select_input('bypass_payment_page', $values, $paypal_settings['bypass_payment_page']); ?>  
    • '1', 'text' => __('Do not prompt for an address', 'event_espresso')), array('id' => '0', 'text' => __('Prompt for an address, but do not require one', 'event_espresso')), array('id' => '2', 'text' => __('Prompt for an address, and require one', 'event_espresso'))); echo select_input('no_shipping', $values, $paypal_settings['no_shipping']); ?>  
    • />  

    • ' : ''); ?>