summaryBasket->getService( 'delivery' ); ?>
getMediaUrl() ) != '' ) : ?>
html( $service->getName() ); ?>
getAttributes() ) > 0 ) : ?>
getAttributes() as $attribute ) : ?>
getType() === 'delivery' ) : ?>
-
html( ( $attribute->getName() != '' ? $attribute->getName() : $this->translate( 'client/html/service', $attribute->getCode() ) ) ); ?>
getValue() ) : case 'array': case 'object': ?>
html( join( ', ', (array) $attribute->getValue() ) ); ?>
html( $attribute->getValue() ); ?>