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%%' ); $position = $this->get( 'itemPosition', 0 ); /** client/html/common/partials/price * Relative path to the price partial template file * * Partials are templates which are reused in other templates and generate * reoccuring blocks filled with data from the assigned values. The price * partial creates an HTML block for a list of price items. * * The partial template files are usually stored in the layouts/partials/ folder * of the core or the extensions. The configured path to the partial file must * be relative to the layouts/ folder, e.g. "partials/price-default.html". * * @param string Relative path to the template file * @since 2015.04 * @category Developer */ ?>