@@ -161,9 +161,12 @@ discard block |
||
| 161 | 161 | </select> |
| 162 | 162 | </div> |
| 163 | 163 | </div> |
| 164 | - <?php else : ?> |
|
| 164 | + <?php else { |
|
| 165 | + : ?> |
|
| 165 | 166 | <input class="item-currencyid" type="hidden" |
| 166 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.currencyid' ) ) ); ?>'.replace('idx', idx)" |
|
| 167 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.currencyid' ) ) ); |
|
| 168 | +} |
|
| 169 | +?>'.replace('idx', idx)" |
|
| 167 | 170 | value="<?= $enc->attr( key( $currencies ) ) ?>" /> |
| 168 | 171 | <?php endif; ?> |
| 169 | 172 | |
@@ -183,9 +186,12 @@ discard block |
||
| 183 | 186 | <?= $enc->html( $this->translate( 'admin', 'Types for additional prices like per one lb/kg or per month' ) ); ?> |
| 184 | 187 | </div> |
| 185 | 188 | </div> |
| 186 | - <?php else : ?> |
|
| 189 | + <?php else { |
|
| 190 | + : ?> |
|
| 187 | 191 | <input class="item-type" type="hidden" |
| 188 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.type' ) ) ); ?>'.replace('idx', idx)" |
|
| 192 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.type' ) ) ); |
|
| 193 | +} |
|
| 194 | +?>'.replace('idx', idx)" |
|
| 189 | 195 | value="<?= $enc->attr( key( $priceTypes ) ) ?>" /> |
| 190 | 196 | <?php endif; ?> |
| 191 | 197 | |
@@ -233,9 +239,12 @@ discard block |
||
| 233 | 239 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
| 234 | 240 | </div> |
| 235 | 241 | </div> |
| 236 | - <?php else : ?> |
|
| 242 | + <?php else { |
|
| 243 | + : ?> |
|
| 237 | 244 | <input class="listitem-type" type="hidden" |
| 238 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'service.lists.type' ) ) ); ?>'.replace('idx', idx)" |
|
| 245 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'service.lists.type' ) ) ); |
|
| 246 | +} |
|
| 247 | +?>'.replace('idx', idx)" |
|
| 239 | 248 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
| 240 | 249 | <?php endif; ?> |
| 241 | 250 | |
@@ -123,9 +123,12 @@ discard block |
||
| 123 | 123 | <?= $enc->html( $this->translate( 'admin', 'Types for additional images like icons' ) ); ?> |
| 124 | 124 | </div> |
| 125 | 125 | </div> |
| 126 | - <?php else : ?> |
|
| 126 | + <?php else { |
|
| 127 | + : ?> |
|
| 127 | 128 | <input class="item-type" type="hidden" |
| 128 | - v-bind:name="'<?= $enc->attr( $this->formparam( ['media', '_idx_', 'media.type'] ) ); ?>'.replace('_idx_', idx)" |
|
| 129 | + v-bind:name="'<?= $enc->attr( $this->formparam( ['media', '_idx_', 'media.type'] ) ); |
|
| 130 | +} |
|
| 131 | +?>'.replace('_idx_', idx)" |
|
| 129 | 132 | value="<?= $enc->attr( key( $mediaTypes ) ) ?>" /> |
| 130 | 133 | <?php endif; ?> |
| 131 | 134 | |
@@ -188,9 +191,12 @@ discard block |
||
| 188 | 191 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
| 189 | 192 | </div> |
| 190 | 193 | </div> |
| 191 | - <?php else : ?> |
|
| 194 | + <?php else { |
|
| 195 | + : ?> |
|
| 192 | 196 | <input class="listitem-type" type="hidden" |
| 193 | - v-bind:name="'<?= $enc->attr( $this->formparam( ['media', '_idx_', 'service.lists.type'] ) ); ?>'.replace('_idx_', idx)" |
|
| 197 | + v-bind:name="'<?= $enc->attr( $this->formparam( ['media', '_idx_', 'service.lists.type'] ) ); |
|
| 198 | +} |
|
| 199 | +?>'.replace('_idx_', idx)" |
|
| 194 | 200 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
| 195 | 201 | <?php endif; ?> |
| 196 | 202 | <div class="form-group row optional"> |
@@ -140,9 +140,12 @@ discard block |
||
| 140 | 140 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
| 141 | 141 | </div> |
| 142 | 142 | </div> |
| 143 | - <?php else : ?> |
|
| 143 | + <?php else { |
|
| 144 | + : ?> |
|
| 144 | 145 | <input class="text-langid" type="hidden" |
| 145 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 146 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
| 147 | +} |
|
| 148 | +?>'.replace('_idx_', idx)" |
|
| 146 | 149 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
| 147 | 150 | <?php endif; ?> |
| 148 | 151 | |
@@ -162,9 +165,12 @@ discard block |
||
| 162 | 165 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
| 163 | 166 | </div> |
| 164 | 167 | </div> |
| 165 | - <?php else : ?> |
|
| 168 | + <?php else { |
|
| 169 | + : ?> |
|
| 166 | 170 | <input class="item-type" type="hidden" |
| 167 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 171 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
| 172 | +} |
|
| 173 | +?>'.replace('_idx_', idx)" |
|
| 168 | 174 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
| 169 | 175 | <?php endif; ?> |
| 170 | 176 | |
@@ -212,9 +218,12 @@ discard block |
||
| 212 | 218 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
| 213 | 219 | </div> |
| 214 | 220 | </div> |
| 215 | - <?php else : ?> |
|
| 221 | + <?php else { |
|
| 222 | + : ?> |
|
| 216 | 223 | <input class="listitem-type" type="hidden" |
| 217 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'attribute.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 224 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'attribute.lists.type' ) ) ); |
|
| 225 | +} |
|
| 226 | +?>'.replace('_idx_', idx)" |
|
| 218 | 227 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
| 219 | 228 | <?php endif; ?> |
| 220 | 229 | |
@@ -140,9 +140,12 @@ discard block |
||
| 140 | 140 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
| 141 | 141 | </div> |
| 142 | 142 | </div> |
| 143 | - <?php else : ?> |
|
| 143 | + <?php else { |
|
| 144 | + : ?> |
|
| 144 | 145 | <input class="text-langid" type="hidden" |
| 145 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 146 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
| 147 | +} |
|
| 148 | +?>'.replace('_idx_', idx)" |
|
| 146 | 149 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
| 147 | 150 | <?php endif; ?> |
| 148 | 151 | |
@@ -162,9 +165,12 @@ discard block |
||
| 162 | 165 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
| 163 | 166 | </div> |
| 164 | 167 | </div> |
| 165 | - <?php else : ?> |
|
| 168 | + <?php else { |
|
| 169 | + : ?> |
|
| 166 | 170 | <input class="item-type" type="hidden" |
| 167 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 171 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
| 172 | +} |
|
| 173 | +?>'.replace('_idx_', idx)" |
|
| 168 | 174 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
| 169 | 175 | <?php endif; ?> |
| 170 | 176 | |
@@ -212,9 +218,12 @@ discard block |
||
| 212 | 218 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
| 213 | 219 | </div> |
| 214 | 220 | </div> |
| 215 | - <?php else : ?> |
|
| 221 | + <?php else { |
|
| 222 | + : ?> |
|
| 216 | 223 | <input class="listitem-type" type="hidden" |
| 217 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'service.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 224 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'service.lists.type' ) ) ); |
|
| 225 | +} |
|
| 226 | +?>'.replace('_idx_', idx)" |
|
| 218 | 227 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
| 219 | 228 | <?php endif; ?> |
| 220 | 229 | |
@@ -159,9 +159,12 @@ discard block |
||
| 159 | 159 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
| 160 | 160 | </div> |
| 161 | 161 | </div> |
| 162 | - <?php else : ?> |
|
| 162 | + <?php else { |
|
| 163 | + : ?> |
|
| 163 | 164 | <input class="text-langid" type="hidden" |
| 164 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 165 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
| 166 | +} |
|
| 167 | +?>'.replace('_idx_', idx)" |
|
| 165 | 168 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
| 166 | 169 | <?php endif; ?> |
| 167 | 170 | |
@@ -181,9 +184,12 @@ discard block |
||
| 181 | 184 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
| 182 | 185 | </div> |
| 183 | 186 | </div> |
| 184 | - <?php else : ?> |
|
| 187 | + <?php else { |
|
| 188 | + : ?> |
|
| 185 | 189 | <input class="item-type" type="hidden" |
| 186 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 190 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
| 191 | +} |
|
| 192 | +?>'.replace('_idx_', idx)" |
|
| 187 | 193 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
| 188 | 194 | <?php endif; ?> |
| 189 | 195 | |
@@ -231,9 +237,12 @@ discard block |
||
| 231 | 237 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
| 232 | 238 | </div> |
| 233 | 239 | </div> |
| 234 | - <?php else : ?> |
|
| 240 | + <?php else { |
|
| 241 | + : ?> |
|
| 235 | 242 | <input class="listitem-type" type="hidden" |
| 236 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'product.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 243 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'product.lists.type' ) ) ); |
|
| 244 | +} |
|
| 245 | +?>'.replace('_idx_', idx)" |
|
| 237 | 246 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
| 238 | 247 | <?php endif; ?> |
| 239 | 248 | |
@@ -140,9 +140,12 @@ discard block |
||
| 140 | 140 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
| 141 | 141 | </div> |
| 142 | 142 | </div> |
| 143 | - <?php else : ?> |
|
| 143 | + <?php else { |
|
| 144 | + : ?> |
|
| 144 | 145 | <input class="text-langid" type="hidden" |
| 145 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 146 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
| 147 | +} |
|
| 148 | +?>'.replace('_idx_', idx)" |
|
| 146 | 149 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
| 147 | 150 | <?php endif; ?> |
| 148 | 151 | |
@@ -162,9 +165,12 @@ discard block |
||
| 162 | 165 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
| 163 | 166 | </div> |
| 164 | 167 | </div> |
| 165 | - <?php else : ?> |
|
| 168 | + <?php else { |
|
| 169 | + : ?> |
|
| 166 | 170 | <input class="item-type" type="hidden" |
| 167 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 171 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
| 172 | +} |
|
| 173 | +?>'.replace('_idx_', idx)" |
|
| 168 | 174 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
| 169 | 175 | <?php endif; ?> |
| 170 | 176 | |
@@ -212,9 +218,12 @@ discard block |
||
| 212 | 218 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
| 213 | 219 | </div> |
| 214 | 220 | </div> |
| 215 | - <?php else : ?> |
|
| 221 | + <?php else { |
|
| 222 | + : ?> |
|
| 216 | 223 | <input class="listitem-type" type="hidden" |
| 217 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'supplier.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 224 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'supplier.lists.type' ) ) ); |
|
| 225 | +} |
|
| 226 | +?>'.replace('_idx_', idx)" |
|
| 218 | 227 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
| 219 | 228 | <?php endif; ?> |
| 220 | 229 | |
@@ -140,9 +140,12 @@ discard block |
||
| 140 | 140 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
| 141 | 141 | </div> |
| 142 | 142 | </div> |
| 143 | - <?php else : ?> |
|
| 143 | + <?php else { |
|
| 144 | + : ?> |
|
| 144 | 145 | <input class="text-langid" type="hidden" |
| 145 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 146 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
| 147 | +} |
|
| 148 | +?>'.replace('_idx_', idx)" |
|
| 146 | 149 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
| 147 | 150 | <?php endif; ?> |
| 148 | 151 | |
@@ -162,9 +165,12 @@ discard block |
||
| 162 | 165 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
| 163 | 166 | </div> |
| 164 | 167 | </div> |
| 165 | - <?php else : ?> |
|
| 168 | + <?php else { |
|
| 169 | + : ?> |
|
| 166 | 170 | <input class="item-type" type="hidden" |
| 167 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 171 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
| 172 | +} |
|
| 173 | +?>'.replace('_idx_', idx)" |
|
| 168 | 174 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
| 169 | 175 | <?php endif; ?> |
| 170 | 176 | |
@@ -212,9 +218,12 @@ discard block |
||
| 212 | 218 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
| 213 | 219 | </div> |
| 214 | 220 | </div> |
| 215 | - <?php else : ?> |
|
| 221 | + <?php else { |
|
| 222 | + : ?> |
|
| 216 | 223 | <input class="listitem-type" type="hidden" |
| 217 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'catalog.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
| 224 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'catalog.lists.type' ) ) ); |
|
| 225 | +} |
|
| 226 | +?>'.replace('_idx_', idx)" |
|
| 218 | 227 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
| 219 | 228 | <?php endif; ?> |
| 220 | 229 | |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | $id = current( array_keys( $siteManager->searchItems( $search ) ) ) ?: $siteItem->getId(); |
| 50 | 50 | } |
| 51 | 51 | } |
| 52 | - catch( \Exception $e ) { ; } |
|
| 52 | + catch( \Exception $e ) {; } |
|
| 53 | 53 | |
| 54 | 54 | if( $view->access( ['admin', 'super'] ) ) { |
| 55 | 55 | $level = \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE; |
@@ -49,7 +49,9 @@ discard block |
||
| 49 | 49 | $id = current( array_keys( $siteManager->searchItems( $search ) ) ) ?: $siteItem->getId(); |
| 50 | 50 | } |
| 51 | 51 | } |
| 52 | - catch( \Exception $e ) { ; } |
|
| 52 | + catch( \Exception $e ) |
|
| 53 | + { |
|
| 54 | +; } |
|
| 53 | 55 | |
| 54 | 56 | if( $view->access( ['admin', 'super'] ) ) { |
| 55 | 57 | $level = \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE; |
@@ -76,8 +78,7 @@ discard block |
||
| 76 | 78 | if( ( $rootItem = reset( $sitePath ) ) !== false ) { |
| 77 | 79 | $view->pageSiteTree = $siteManager->getTree( $rootItem->getId(), [], $level ); |
| 78 | 80 | } |
| 79 | - } |
|
| 80 | - else |
|
| 81 | + } else |
|
| 81 | 82 | { |
| 82 | 83 | $view->pageSiteList = [$view->pageSiteTree]; |
| 83 | 84 | } |
@@ -9,8 +9,7 @@ discard block |
||
| 9 | 9 | return ( $key == $code ? 'selected="selected"' : '' ); |
| 10 | 10 | }; |
| 11 | 11 | |
| 12 | -$sortItems = function( array $items ) |
|
| 13 | -{ |
|
| 12 | +$sortItems = function( array $items ) { |
|
| 14 | 13 | krsort( $items ); |
| 15 | 14 | return $items; |
| 16 | 15 | }; |
@@ -340,8 +339,11 @@ discard block |
||
| 340 | 339 | <div class="col-sm-8"><span class="item-coupon"><?= $enc->attr( $code ); ?></span></div> |
| 341 | 340 | </div> |
| 342 | 341 | <?php endforeach; ?> |
| 343 | - <?php else : ?> |
|
| 344 | - <?= $enc->html( $this->translate( 'admin', 'No voucher' ) ); ?> |
|
| 342 | + <?php else { |
|
| 343 | + : ?> |
|
| 344 | + <?= $enc->html( $this->translate( 'admin', 'No voucher' ) ); |
|
| 345 | +} |
|
| 346 | +?> |
|
| 345 | 347 | <?php endif; ?> |
| 346 | 348 | </div> |
| 347 | 349 | |
@@ -768,8 +770,11 @@ discard block |
||
| 768 | 770 | <div class="col-6 name"> |
| 769 | 771 | <?php if( $basket->getPrice()->getTaxFlag() ) : ?> |
| 770 | 772 | <?= $enc->html( $this->translate( 'admin', 'Incl. tax' ) ); ?> |
| 771 | - <?php else : ?> |
|
| 772 | - <?= $enc->html( $this->translate( 'admin', 'Excl. tax' ) ); ?> |
|
| 773 | + <?php else { |
|
| 774 | + : ?> |
|
| 775 | + <?= $enc->html( $this->translate( 'admin', 'Excl. tax' ) ); |
|
| 776 | +} |
|
| 777 | +?> |
|
| 773 | 778 | <?php endif; ?> |
| 774 | 779 | </div> |
| 775 | 780 | <div class="col-6 value"><?= $enc->html( sprintf( $priceFormat, $this->number( $basket->getPrice()->getTaxValue() ), $currency ) ); ?></div> |