extOrderBaseItem->getService( 'delivery' ); ?> translate( 'client/html', 'Delivery' ) ); ?>: getName() ); ?> getAttributes() as $attribute ) : ?> getType() === 'delivery' ) : ?> getName() != '' ? $attribute->getName() : $this->translate( 'client/html/code', $attribute->getCode() ) ); switch( $attribute->getValue() ) { case 'array': case 'object': $value = join( ', ', (array) $attribute->getValue() ); break; default: $value = $attribute->getValue(); } ?> - : extOrderBaseItem->getService( 'payment' ); ?> translate( 'client/html', 'Payment' ) ); ?>: getName() ); ?> getAttributes() as $attribute ) : ?> getType() === 'payment' ) : ?> getName() != '' ? $attribute->getName() : $this->translate( 'client/html/code', $attribute->getCode() ) ); switch( $attribute->getValue() ) { case 'array': case 'object': $value = join( ', ', (array) $attribute->getValue() ); break; default: $value = $attribute->getValue(); } ?> - : get( 'serviceBody' ); ?>