HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/f339a24c64ed47831931621cd571a97a
<div class="number">2</div> <h2><?php echo Lang::get('checkout/checkout.shipping.title'); ?></h2> <div class="input-holder radio" ng-init="shippingType='<?php echo $checkout->shipping()->get('shipping-type'); ?>'"> <?php echo Form::radio('shipping-type','equal-to-invoice-address', null, ['id'=>'equal-to-invoice-address', 'ng-model' => 'shippingType', 'ng-change' => 'setShippingCosts()']); ?> <label for="equal-to-invoice-address" class="radio-label"><?php echo Lang::get('checkout/checkout.shipping.ship_to_invoice_address'); ?></label><br/> <?php echo Form::radio('shipping-type', 'add-shipping-address', null, ['id'=>'add-shipping-address', 'ng-model' => 'shippingType', 'ng-change' => 'setShippingCosts()']); ?> <label for="add-shipping-address" class="radio-label"><?php echo Lang::get('checkout/checkout.shipping.ship_to_new_address'); ?></label><br/> <?php if(\Shop::isParcelShopActive()): ?> <?php echo Form::radio('shipping-type', 'dpd-parcel-shop', null, ['id'=>'dpd-parcel-shop', 'ng-model' => 'shippingType', 'ng-change' => 'setShippingCosts()']); ?> <label for="dpd-parcel-shop" class="radio-label"><?php echo Lang::get('checkout/checkout.shipping.ship_to_dpd_parcelShop'); ?></label> <?php endif; ?> </div> <div class="clear"></div> <div class="hidden-box <?php if($checkout->shipping()->get('shipping-type') == 'add-shipping-address'): ?> open <?php endif; ?>" id="shipping-box"> <div class="input-column"> <div class="input-holder radio"> <?php echo Form::label('shipping-title', Lang::get('form.salutation') ); ?> <?php echo Form::radio('shipping-title','mr',$checkout->shipping()->get('shipping-title') == 'mr' || $checkout->shipping()->get('shipping-title') == '', ['id' => 'shipping-title-mr']); ?> <label for="shipping-title-mr" class="radio-label"><?php echo ucfirst(Lang::get('form.title_mr')); ?></label> <?php echo Form::radio('shipping-title', 'mrs', $checkout->shipping()->get('shipping-title') == 'mrs',['id'=>'shipping-title-mrs']); ?> <label for="shipping-title-mrs" class="radio-label"><?php echo ucfirst(Lang::get('form.title_mrs')); ?></label> <?php if( Shop::getLanguageService()->getCurrentLanguage() == 'en' ): ?> <?php echo Form::radio('shipping-title', 'ms', $checkout->shipping()->get('shipping-title') == 'ms',['id'=>'shipping-title-ms']); ?> <label for="shipping-title-ms" class="radio-label"><?php echo ucfirst(Lang::get('form.title_ms')); ?></label> <?php endif; ?> </div> <?php if( $errors->has('shipping-first-name') || $errors->has('shipping-last-name') ): ?> <span class="message error"><?php echo Lang::get('validation.custom.fullName.required'); ?></span><br/> <?php endif; ?> <div class="input-holder w11<?php echo $errors->first('shipping-first-name',' error'); ?>"> <?php echo Form::label('shipping-first-name', Lang::get('form.first_name') ); ?> <?php echo Form::text('shipping-first-name', $checkout->shipping()->get('shipping-first-name'), ['autocomplete' => 'given-name']); ?> </div> <?php if( Shop::getLanguageService()->getCurrentLanguage() != 'en' ): ?> <div class="input-holder w8"> <?php echo Form::label('shipping-name-insertion', Lang::get('form.insertion') ); ?> <?php echo Form::text('shipping-name-insertion', $checkout->shipping()->get('shipping-name-insertion'), ['autocomplete' => 'prevent']); ?> </div> <?php endif; ?> <div class="input-holder w15 last<?php echo $errors->first('shipping-last-name',' error'); ?>"> <?php echo Form::label('shipping-last-name', Lang::get('form.last_name') ); ?> <?php echo Form::text('shipping-last-name', $checkout->shipping()->get('shipping-last-name'), ['autocomplete' => 'family-name']); ?> </div> <div class="input-holder<?php echo $errors->first('shipping-telephone',' error'); ?>"> <?php echo $errors->first('shipping-telephone','<span class="message error">:message</span>'); ?> <?php /*Phone number for the DE and AT shop is required*/ ?> <?php echo Form::label('shipping-telephone',Lang::get('form.telephone').(Shop::getShop()->id !=2 ?' (' . Lang::get('form.optional') . ')':'') ); ?> <?php echo Form::text('shipping-telephone', $checkout->shipping()->get('shipping-telephone')); ?> </div> <div class="input-holder"> <?php echo Form::label('shipping-company', Lang::get('form.company_name') . '(' . Lang::get('form.optional') . ')' ); ?> <?php echo Form::text('shipping-company', $checkout->shipping()->get('shipping-company')); ?> </div> </div> <div class="input-column last"> <div class="input-holder<?php echo $errors->first('shipping-street',' error'); ?>"> <?php echo $errors->first('shipping-street','<span class="message error">:message</span>'); ?> <?php echo Form::label('shipping-street', Lang::get('form.street')); ?> <?php echo Form::text('shipping-street', $checkout->shipping()->get('shipping-street')); ?> </div> <?php echo $errors->first('shipping-house-number','<span class="message error">:message</span>'); ?> <div class="input-holder w11<?php echo $errors->first('shipping-house-number',' error'); ?>"> <?php echo Form::label('shipping-house-number', Lang::get('form.house_number')); ?> <?php echo Form::text('shipping-house-number', $checkout->shipping()->get('shipping-house-number'), ['autocomplete' => 'prevent']); ?> </div> <div class="input-holder w11"> <?php echo Form::label('shipping-house-number-suffix', Lang::get('form.suffix')); ?> <?php echo Form::text('shipping-house-number-suffix', $checkout->shipping()->get('shipping-house-number-suffix'), ['autocomplete' => 'prevent']); ?> </div> <div class="clear"></div> <?php if( $errors->has('shipping-postal') || $errors->has('shipping-city') ): ?> <span class="message error"><?php echo Lang::get('validation.custom.fullAddress.required'); ?></span><br/> <?php endif; ?> <div class="input-holder w11<?php echo $errors->first('shipping-postal',' error'); ?>"> <?php echo Form::label('shipping-postal', Lang::get('form.postal') ); ?> <?php echo Form::text('shipping-postal', $checkout->shipping()->get('shipping-postal')); ?> </div> <div class="input-holder w24 last<?php echo $errors->first('shipping-city',' error'); ?>"> <?php echo Form::label('shipping-city', Lang::get('form.city')); ?> <?php echo Form::text('shipping-city', $checkout->shipping()->get('shipping-city')); ?> </div> <div class="input-holder<?php echo $errors->first('shipping-country',' error'); ?>"> <?php echo $errors->first('shipping-country','<span class="message error">:message</span>'); ?> <?php echo Form::label('shipping-country', Lang::get('form.country')); ?> <?php echo Form::select('shipping-country', $countries, $checkout->shipping()->get('shipping-country'),[ 'ng-model' => 'shippingCountry', 'ng-init' => 'shippingCountry = \''.$checkout->shipping()->get('shipping-country').'\'', 'ng-change' => 'setShippingCosts()' ]); ?> </div> </div> <div class="clear"></div> </div> <?php if(\Shop::isParcelShopActive()): ?> <div class="hidden-box <?php if($checkout->shipping()->get('shipping-type') == 'dpd-parcel-shop'): ?> open <?php endif; ?>" id="dpd-parcel-shop-box"> <?php echo $__env->make('checkout/parcelShop', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <?php endif; ?>