@@ -175,18 +175,18 @@ discard block |
||
| 175 | 175 | <?php if( !empty( $orderItem->getBaseItem()->getAddress( 'payment' ) ) ) : ?> |
| 176 | 176 | <?= $this->partial( |
| 177 | 177 | /** client/html/account/history/summary/address |
| 178 | - * Location of the address partial template for the account history component |
|
| 179 | - * |
|
| 180 | - * To configure an alternative template for the address partial, you |
|
| 181 | - * have to configure its path relative to the template directory |
|
| 182 | - * (usually client/html/templates/). It's then used to display the |
|
| 183 | - * payment or delivery address block in the account history component. |
|
| 184 | - * |
|
| 185 | - * @param string Relative path to the address partial |
|
| 186 | - * @since 2017.01 |
|
| 187 | - * @see client/html/account/history/summary/detail |
|
| 188 | - * @see client/html/account/history/summary/service |
|
| 189 | - */ |
|
| 178 | + * Location of the address partial template for the account history component |
|
| 179 | + * |
|
| 180 | + * To configure an alternative template for the address partial, you |
|
| 181 | + * have to configure its path relative to the template directory |
|
| 182 | + * (usually client/html/templates/). It's then used to display the |
|
| 183 | + * payment or delivery address block in the account history component. |
|
| 184 | + * |
|
| 185 | + * @param string Relative path to the address partial |
|
| 186 | + * @since 2017.01 |
|
| 187 | + * @see client/html/account/history/summary/detail |
|
| 188 | + * @see client/html/account/history/summary/service |
|
| 189 | + */ |
|
| 190 | 190 | $this->config( 'client/html/account/history/summary/address', 'common/summary/address' ), |
| 191 | 191 | ['addresses' => $orderItem->getBaseItem()->getAddress( 'payment' )] |
| 192 | 192 | ) ?> |
@@ -223,18 +223,18 @@ discard block |
||
| 223 | 223 | <?php if( !empty( $orderItem->getBaseItem()->getService( 'delivery' ) ) ) : ?> |
| 224 | 224 | <?= $this->partial( |
| 225 | 225 | /** client/html/account/history/summary/service |
| 226 | - * Location of the service partial template for the account history component |
|
| 227 | - * |
|
| 228 | - * To configure an alternative template for the service partial, you |
|
| 229 | - * have to configure its path relative to the template directory |
|
| 230 | - * (usually client/html/templates/). It's then used to display the |
|
| 231 | - * payment or delivery service block in the account history component |
|
| 232 | - * |
|
| 233 | - * @param string Relative path to the service partial |
|
| 234 | - * @since 2017.01 |
|
| 235 | - * @see client/html/account/history/summary/address |
|
| 236 | - * @see client/html/account/history/summary/detail |
|
| 237 | - */ |
|
| 226 | + * Location of the service partial template for the account history component |
|
| 227 | + * |
|
| 228 | + * To configure an alternative template for the service partial, you |
|
| 229 | + * have to configure its path relative to the template directory |
|
| 230 | + * (usually client/html/templates/). It's then used to display the |
|
| 231 | + * payment or delivery service block in the account history component |
|
| 232 | + * |
|
| 233 | + * @param string Relative path to the service partial |
|
| 234 | + * @since 2017.01 |
|
| 235 | + * @see client/html/account/history/summary/address |
|
| 236 | + * @see client/html/account/history/summary/detail |
|
| 237 | + */ |
|
| 238 | 238 | $this->config( 'client/html/account/history/summary/service', 'common/summary/service' ), |
| 239 | 239 | array( 'service' => $orderItem->getBaseItem()->getService( 'delivery' ), 'type' => 'delivery' ) |
| 240 | 240 | ) ?> |
@@ -297,18 +297,18 @@ discard block |
||
| 297 | 297 | <div class="basket col-sm-12"> |
| 298 | 298 | <?= $this->partial( |
| 299 | 299 | /** client/html/account/history/summary/detail |
| 300 | - * Location of the detail partial template for the account history component |
|
| 301 | - * |
|
| 302 | - * To configure an alternative template for the detail partial, you |
|
| 303 | - * have to configure its path relative to the template directory |
|
| 304 | - * (usually client/html/templates/). It's then used to display the |
|
| 305 | - * product detail block in the account history component. |
|
| 306 | - * |
|
| 307 | - * @param string Relative path to the detail partial |
|
| 308 | - * @since 2017.01 |
|
| 309 | - * @see client/html/account/history/summary/address |
|
| 310 | - * @see client/html/account/history/summary/service |
|
| 311 | - */ |
|
| 300 | + * Location of the detail partial template for the account history component |
|
| 301 | + * |
|
| 302 | + * To configure an alternative template for the detail partial, you |
|
| 303 | + * have to configure its path relative to the template directory |
|
| 304 | + * (usually client/html/templates/). It's then used to display the |
|
| 305 | + * product detail block in the account history component. |
|
| 306 | + * |
|
| 307 | + * @param string Relative path to the detail partial |
|
| 308 | + * @since 2017.01 |
|
| 309 | + * @see client/html/account/history/summary/address |
|
| 310 | + * @see client/html/account/history/summary/service |
|
| 311 | + */ |
|
| 312 | 312 | $this->config( 'client/html/account/history/summary/detail', 'common/summary/detail' ), |
| 313 | 313 | ['orderItem' => $orderItem, 'summaryBasket' => $orderItem->getBaseItem()] |
| 314 | 314 | ) ?> |
@@ -177,18 +177,18 @@ discard block |
||
| 177 | 177 | <?php if( !empty( $item->getBaseItem()->getAddress( 'payment' ) ) ) : ?> |
| 178 | 178 | <?= $this->partial( |
| 179 | 179 | /** client/html/account/subscription/summary/address |
| 180 | - * Location of the address partial template for the account subscription component |
|
| 181 | - * |
|
| 182 | - * To configure an alternative template for the address partial, you |
|
| 183 | - * have to configure its path relative to the template directory |
|
| 184 | - * (usually client/html/templates/). It's then used to display the |
|
| 185 | - * payment or delivery address block in the account subscription component. |
|
| 186 | - * |
|
| 187 | - * @param string Relative path to the address partial |
|
| 188 | - * @since 2018.04 |
|
| 189 | - * @see client/html/account/subscription/summary/detail |
|
| 190 | - * @see client/html/account/subscription/summary/service |
|
| 191 | - */ |
|
| 180 | + * Location of the address partial template for the account subscription component |
|
| 181 | + * |
|
| 182 | + * To configure an alternative template for the address partial, you |
|
| 183 | + * have to configure its path relative to the template directory |
|
| 184 | + * (usually client/html/templates/). It's then used to display the |
|
| 185 | + * payment or delivery address block in the account subscription component. |
|
| 186 | + * |
|
| 187 | + * @param string Relative path to the address partial |
|
| 188 | + * @since 2018.04 |
|
| 189 | + * @see client/html/account/subscription/summary/detail |
|
| 190 | + * @see client/html/account/subscription/summary/service |
|
| 191 | + */ |
|
| 192 | 192 | $this->config( 'client/html/account/subscription/summary/address', 'common/summary/address' ), |
| 193 | 193 | ['addresses' => $item->getBaseItem()->getAddress( 'payment' )] |
| 194 | 194 | ) ?> |
@@ -223,18 +223,18 @@ discard block |
||
| 223 | 223 | <div class="basket"> |
| 224 | 224 | <?= $this->partial( |
| 225 | 225 | /** client/html/account/subscription/summary/detail |
| 226 | - * Location of the detail partial template for the account subscription component |
|
| 227 | - * |
|
| 228 | - * To configure an alternative template for the detail partial, you |
|
| 229 | - * have to configure its path relative to the template directory |
|
| 230 | - * (usually client/html/templates/). It's then used to display the |
|
| 231 | - * product detail block in the account subscription component. |
|
| 232 | - * |
|
| 233 | - * @param string Relative path to the detail partial |
|
| 234 | - * @since 2018.04 |
|
| 235 | - * @see client/html/account/subscription/summary/address |
|
| 236 | - * @see client/html/account/subscription/summary/service |
|
| 237 | - */ |
|
| 226 | + * Location of the detail partial template for the account subscription component |
|
| 227 | + * |
|
| 228 | + * To configure an alternative template for the detail partial, you |
|
| 229 | + * have to configure its path relative to the template directory |
|
| 230 | + * (usually client/html/templates/). It's then used to display the |
|
| 231 | + * product detail block in the account subscription component. |
|
| 232 | + * |
|
| 233 | + * @param string Relative path to the detail partial |
|
| 234 | + * @since 2018.04 |
|
| 235 | + * @see client/html/account/subscription/summary/address |
|
| 236 | + * @see client/html/account/subscription/summary/service |
|
| 237 | + */ |
|
| 238 | 238 | $this->config( 'client/html/account/subscription/summary/detail', 'common/summary/detail' ), |
| 239 | 239 | ['summaryBasket' => $item->getBaseItem()] |
| 240 | 240 | ) ?> |
@@ -169,19 +169,19 @@ discard block |
||
| 169 | 169 | |
| 170 | 170 | <?= $this->partial( |
| 171 | 171 | /** client/html/common/partials/badges |
| 172 | - * Relative path to the badges partial template file |
|
| 173 | - * |
|
| 174 | - * Partials are templates which are reused in other templates and generate |
|
| 175 | - * reoccuring blocks filled with data from the assigned values. The badges |
|
| 176 | - * partial creates an HTML block for the product badges. |
|
| 177 | - * |
|
| 178 | - * The partial template files are usually stored in the templates/common/partials/ folder |
|
| 179 | - * of the core or the extensions. The configured path to the partial file must |
|
| 180 | - * be relative to the templates/ folder, e.g. "common/partials/badges.php". |
|
| 181 | - * |
|
| 182 | - * @param string Relative path to the template file |
|
| 183 | - * @since 2022.04 |
|
| 184 | - */ |
|
| 172 | + * Relative path to the badges partial template file |
|
| 173 | + * |
|
| 174 | + * Partials are templates which are reused in other templates and generate |
|
| 175 | + * reoccuring blocks filled with data from the assigned values. The badges |
|
| 176 | + * partial creates an HTML block for the product badges. |
|
| 177 | + * |
|
| 178 | + * The partial template files are usually stored in the templates/common/partials/ folder |
|
| 179 | + * of the core or the extensions. The configured path to the partial file must |
|
| 180 | + * be relative to the templates/ folder, e.g. "common/partials/badges.php". |
|
| 181 | + * |
|
| 182 | + * @param string Relative path to the template file |
|
| 183 | + * @since 2022.04 |
|
| 184 | + */ |
|
| 185 | 185 | $this->config( 'client/html/common/partials/badges', 'common/partials/badges' ) |
| 186 | 186 | ) ?> |
| 187 | 187 | |
@@ -268,19 +268,19 @@ discard block |
||
| 268 | 268 | |
| 269 | 269 | <?= $this->partial( |
| 270 | 270 | /** client/html/common/partials/price |
| 271 | - * Relative path to the price partial template file |
|
| 272 | - * |
|
| 273 | - * Partials are templates which are reused in other templates and generate |
|
| 274 | - * reoccuring blocks filled with data from the assigned values. The price |
|
| 275 | - * partial creates an HTML block for a list of price items. |
|
| 276 | - * |
|
| 277 | - * The partial template files are usually stored in the templates/partials/ folder |
|
| 278 | - * of the core or the extensions. The configured path to the partial file must |
|
| 279 | - * be relative to the templates/ folder, e.g. "partials/price.php". |
|
| 280 | - * |
|
| 281 | - * @param string Relative path to the template file |
|
| 282 | - * @since 2015.04 |
|
| 283 | - */ |
|
| 271 | + * Relative path to the price partial template file |
|
| 272 | + * |
|
| 273 | + * Partials are templates which are reused in other templates and generate |
|
| 274 | + * reoccuring blocks filled with data from the assigned values. The price |
|
| 275 | + * partial creates an HTML block for a list of price items. |
|
| 276 | + * |
|
| 277 | + * The partial template files are usually stored in the templates/partials/ folder |
|
| 278 | + * of the core or the extensions. The configured path to the partial file must |
|
| 279 | + * be relative to the templates/ folder, e.g. "partials/price.php". |
|
| 280 | + * |
|
| 281 | + * @param string Relative path to the template file |
|
| 282 | + * @since 2015.04 |
|
| 283 | + */ |
|
| 284 | 284 | $this->config( 'client/html/common/partials/price', 'common/partials/price' ), |
| 285 | 285 | ['prices' => $productItem->getRefItems( 'price', null, 'default' )] |
| 286 | 286 | ) ?> |
@@ -27,16 +27,16 @@ |
||
| 27 | 27 | <div class="basket"> |
| 28 | 28 | <?= $this->partial( |
| 29 | 29 | /** client/html/basket/standard/summary/detail |
| 30 | - * Location of the detail partial template for the basket standard component |
|
| 31 | - * |
|
| 32 | - * To configure an alternative template for the detail partial, you |
|
| 33 | - * have to configure its path relative to the template directory |
|
| 34 | - * (usually client/html/templates/). It's then used to display the |
|
| 35 | - * product detail block in the basket standard component. |
|
| 36 | - * |
|
| 37 | - * @param string Relative path to the detail partial |
|
| 38 | - * @since 2017.01 |
|
| 39 | - */ |
|
| 30 | + * Location of the detail partial template for the basket standard component |
|
| 31 | + * |
|
| 32 | + * To configure an alternative template for the detail partial, you |
|
| 33 | + * have to configure its path relative to the template directory |
|
| 34 | + * (usually client/html/templates/). It's then used to display the |
|
| 35 | + * product detail block in the basket standard component. |
|
| 36 | + * |
|
| 37 | + * @param string Relative path to the detail partial |
|
| 38 | + * @since 2017.01 |
|
| 39 | + */ |
|
| 40 | 40 | $this->config( 'client/html/basket/standard/summary/detail', 'common/summary/detail' ), |
| 41 | 41 | [ |
| 42 | 42 | 'summaryEnableModify' => true, |