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%%' ); ?> detailProductItem ) ) : $productItem = $this->detailProductItem; ?> str_replace( ' ', '-', strip_tags( $productItem->getName() ) ), 'd-product-id' => $productItem->getId() ); ?> getRefItems( 'media', 'default', 'default' ); ?>

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

price( $productItem->getRefItems( 'price', 'default', 'default' ) ); ?>
seenBody; ?>