@@ -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 | ) ?> |