@@ -58,7 +58,10 @@ |
||
58 | 58 | <?php $current = $params; if( is_array( $current['f_optid'] ) ) { unset( $current['f_optid'][$key] ); } ?> |
59 | 59 | <?php elseif( isset( $oneIds[$attrType] ) && ( $key = array_search( $id, (array) $oneIds[$attrType] ) ) !== false ) : ?> |
60 | 60 | <?php $current = $params; if( is_array( $current['f_oneid'][$attrType] ) ) { unset( $current['f_oneid'][$attrType][$key] ); } ?> |
61 | - <?php else : continue; ?> |
|
61 | + <?php else { |
|
62 | + : continue; |
|
63 | +} |
|
64 | +?> |
|
62 | 65 | <?php endif; ?> |
63 | 66 | <li class="attr-item"> |
64 | 67 | <a class="attr-name" href="<?= $enc->attr( $this->link( 'client/html/catalog/lists/url', $attribute->get( 'params', [] ) ) ); ?>"> |
@@ -253,20 +253,20 @@ |
||
253 | 253 | |
254 | 254 | <?= $this->partial( |
255 | 255 | /** client/html/common/partials/price |
256 | - * Relative path to the price partial template file |
|
257 | - * |
|
258 | - * Partials are templates which are reused in other templates and generate |
|
259 | - * reoccuring blocks filled with data from the assigned values. The price |
|
260 | - * partial creates an HTML block for a list of price items. |
|
261 | - * |
|
262 | - * The partial template files are usually stored in the templates/partials/ folder |
|
263 | - * of the core or the extensions. The configured path to the partial file must |
|
264 | - * be relative to the templates/ folder, e.g. "partials/price-standard.php". |
|
265 | - * |
|
266 | - * @param string Relative path to the template file |
|
267 | - * @since 2015.04 |
|
268 | - * @category Developer |
|
269 | - */ |
|
256 | + * Relative path to the price partial template file |
|
257 | + * |
|
258 | + * Partials are templates which are reused in other templates and generate |
|
259 | + * reoccuring blocks filled with data from the assigned values. The price |
|
260 | + * partial creates an HTML block for a list of price items. |
|
261 | + * |
|
262 | + * The partial template files are usually stored in the templates/partials/ folder |
|
263 | + * of the core or the extensions. The configured path to the partial file must |
|
264 | + * be relative to the templates/ folder, e.g. "partials/price-standard.php". |
|
265 | + * |
|
266 | + * @param string Relative path to the template file |
|
267 | + * @since 2015.04 |
|
268 | + * @category Developer |
|
269 | + */ |
|
270 | 270 | $this->config( 'client/html/common/partials/price', 'common/partials/price-standard' ), |
271 | 271 | ['prices' => $productItem->getRefItems( 'price', null, 'default' )] |
272 | 272 | ) ?> |