encoder(); $contentUrl = $this->config( 'client/html/common/content/baseurl' ) . '/'; $services = $this->get( 'paymentServices', array() ); $servicePrices = $this->get( 'paymentServicePrices', array() ); $serviceAttributes = $this->get( 'paymentServiceAttributes', array() ); try { $orderService = $this->standardBasket->getService( 'payment' ); $orderServiceId = $orderService->getServiceId(); } catch( Exception $e ) { $orderService = null; $orderServiceId = null; if( ( $service = reset( $services ) ) !== false ) { $orderServiceId = $service->getId(); } } $serviceOption = $this->param( 'c_paymentoption', $orderServiceId ); $paymentCss = array(); foreach( $this->get( 'paymentError', array() ) as $name => $msg ) { $paymentCss[$name][] = 'error'; } /// Price format with price value (%1$s) and currency (%2$s) $priceFormat = $this->translate( 'client/html', '%1$s %2$s' ); ?>

html( $this->translate( 'client/html', 'payment' ), $enc::TRUST ); ?>

html( $this->translate( 'client/html', 'Please choose your payment method' ), $enc::TRUST ); ?>

$service ) : ?>
    $attribute ) : ?> getAttribute( $key . '/hidden' ) ) !== null || ( $value = $orderService->getAttribute( $key ) ) !== null ) ? $value : $attribute->getDefault() ); ?>
  • getType() ) : case 'string': ?>
get( 'paymentBody' ); ?>
html( $this->translate( 'client/html', 'Back' ), $enc::TRUST ); ?>