encoder(); $detailTarget = $this->config( 'client/html/catalog/detail/url/target' ); $detailController = $this->config( 'client/html/catalog/detail/url/controller', 'catalog' ); $detailAction = $this->config( 'client/html/catalog/detail/url/action', 'detail' ); $detailConfig = $this->config( 'client/html/catalog/detail/url/config', array() ); /// Price format with price value (%1$s) and currency (%2$s) $priceFormat = $this->translate( 'client/html', '%1$s %2$s' ); /// Percent format with value (%1$s) and % sign $percentFormat = $this->translate( 'client/html', '%1$s%%' ); $fparams = ( ( $catid = $this->param( 'f-catalog-id' ) ) != '' ? array( 'f-catalog-id' => $catid ) : array() ); ?>
get( 'listProductItems', array() ) as $id => $productItem ) : $firstImage = true; ?> str_replace( ' ', '-', strip_tags( $productItem->getName() ) ), 'd-product-id' => $id ) + $fparams; ?>
getRefItems( 'media', 'default', 'default' ) as $mediaItem ) : ?> content( $mediaItem->getPreview() ); ?>

html( $productItem->getName(), $enc::TRUST ); ?>

getRefItems( 'text', 'short', 'default' ) as $textItem ) : ?>
html( $textItem->getContent(), $enc::TRUST ); ?>
price( $productItem->getRefItems( 'price', 'default', 'default' ) ); ?>
get( 'itemsBody' ); ?>