encoder(); $attributes = $this->get( 'selectionAttributeItems', array() ); $contentUrl = $this->config( 'client/html/common/content/baseurl' ); $prodDeps = json_encode( $this->get( 'selectionProductDependencies', new stdClass() ) ); $attrDeps = json_encode( $this->get( 'selectionAttributeDependencies', new stdClass() ) ); /** client/html/catalog/detail/basket/selection/type/length * Layout type for the product length selection * * This option determines the displayed selection method for the "length" * product variant attribute. * * Note: Up to 2015.03 this option was available as * client/html/catalog/detail/basket/selection/length * * @param string Layout type, e.g. "select" or "radio" * @since 2015.04 * @category Developer * @category User * @see client/html/catalog/detail/basket/selection/type/width */ /** client/html/catalog/detail/basket/selection/type/width * Layout type for the product width selection * * This option determines the displayed selection method for the "width" * product variant attribute. * * Note: Up to 2015.03 this option was available as * client/html/catalog/detail/basket/selection/width * * @param string Layout type, e.g. "select" or "radio" * @since 2015.04 * @category Developer * @category User * @see client/html/catalog/detail/basket/selection/type/length */ ?>
get( 'selectionProducts', array() ) as $prodid => $product ) : ?> getRefItems( 'price', 'default', 'default' ); ?>
partial( 'client/html/common/partials/price', 'common/partials/price-default.html', array( 'prices' => $prices ) ); ?>
get( 'selectionBody' ); ?>