payment_gateways->get_available_payment_gateways() ) { // Chosen Method if ( sizeof( $available_gateways ) ) current( $available_gateways )->set_current(); foreach ( $available_gateways as $gateway ) { ?>
  • chosen, true ); ?> /> has_fields() || $gateway->get_description() ) { echo '
    '; $gateway->payment_fields(); echo '
    '; } ?>
  • ' . __( 'Sorry, it seems that there are no payment methods which support adding a new payment method. Please contact us if you require assistance or wish to make alternate arrangements.', 'bazaar-lite' ) . '

    '; } ?>