encoder(); $contentUrl = $this->config( 'client/html/common/content/baseurl' ) . '/'; $services = $this->get( 'deliveryServices', array() ); $servicePrices = $this->get( 'deliveryServicePrices', array() ); $serviceAttributes = $this->get( 'deliveryServiceAttributes', array() ); try { $orderService = $this->standardBasket->getService( 'delivery' ); $orderServiceId = $orderService->getServiceId(); } catch( Exception $e ) { $orderService = null; $orderServiceId = null; if( ( $service = reset( $services ) ) !== false ) { $orderServiceId = $service->getId(); } } $serviceOption = $this->param( 'c_deliveryoption', $orderServiceId ); $deliveryCss = array(); foreach( $this->get( 'deliveryError', array() ) as $name => $msg ) { $deliveryCss[$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', 'delivery' ), $enc::TRUST ); ?>

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

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