Line 114... |
Line 114... |
114 |
|
114 |
|
115 |
<div class="wpsg_spacer"></div>
|
115 |
<div class="wpsg_spacer"></div>
|
116 |
|
116 |
|
117 |
<div class="wpsg_inner">
|
117 |
<div class="wpsg_inner">
|
118 |
|
118 |
|
- |
|
119 |
<?php if ($this->view['pflicht']['firma'] != '2') { ?>
|
119 |
<div class="wpsg_checkoutblock">
|
120 |
<div class="wpsg_checkoutblock">
|
120 |
<label for="wpsg_firma"><?php echo __("Firma", "wpsg"); ?>
|
121 |
<label for="wpsg_firma"><?php echo __("Firma", "wpsg"); ?>
|
121 |
<?php if ($this->view['pflicht']['firma'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
122 |
<?php if ($this->view['pflicht']['firma'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
122 |
</label>
|
123 |
</label>
|
123 |
<input class="<?php echo (($this->view['pflicht']['firma'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("firma", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="wpsg_firma" name="wpsg[checkout][firma]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['firma']); ?>" />
|
124 |
<input class="<?php echo (($this->view['pflicht']['firma'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("firma", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="wpsg_firma" name="wpsg[checkout][firma]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['firma']); ?>" />
|
124 |
</div>
|
125 |
</div>
|
- |
|
126 |
<?php } ?>
|
125 |
|
127 |
|
- |
|
128 |
<?php if ($this->view['pflicht']['anrede'] != '2') { ?>
|
126 |
<div class="wpsg_checkoutblock">
|
129 |
<div class="wpsg_checkoutblock">
|
127 |
<label for="wpsg_title"><?php echo __('Anrede', 'wpsg'); ?>
|
130 |
<label for="wpsg_title"><?php echo __('Anrede', 'wpsg'); ?>
|
128 |
<?php if ($this->view['pflicht']['anrede'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:</label>
|
131 |
<?php if ($this->view['pflicht']['anrede'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:</label>
|
129 |
<select class="<?php echo (($this->view['pflicht']['anrede'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("title", (array)$this->view['error']))?'wpsg_error':''); ?>" id="wpsg_title" name="wpsg[checkout][title]">
|
132 |
<select class="<?php echo (($this->view['pflicht']['anrede'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("title", (array)$this->view['error']))?'wpsg_error':''); ?>" id="wpsg_title" name="wpsg[checkout][title]">
|
130 |
<option value="-1"><?php echo __('Bitte auswählen', 'wpsg'); ?></option>
|
133 |
<option value="-1"><?php echo __('Bitte auswählen', 'wpsg'); ?></option>
|
131 |
<?php $i=0; foreach (explode("|", $this->view['pflicht']['anrede_auswahl']) as $t) { ?>
|
134 |
<?php $i=0; foreach (explode("|", $this->view['pflicht']['anrede_auswahl']) as $t) { ?>
|
132 |
<option value="<?php echo $i; /*wpsg_hspc($t);*/ $i++; ?>" <?php echo (($this->view['basket']['checkout']['title'] == $t)?'selected="selected"':''); ?>><?php echo $t; ?></option>
|
135 |
<option value="<?php echo $i; /*wpsg_hspc($t);*/ $i++; ?>" <?php echo (($this->view['basket']['checkout']['title'] == $t)?'selected="selected"':''); ?>><?php echo $t; ?></option>
|
133 |
<?php } ?>
|
136 |
<?php } ?>
|
134 |
</select>
|
137 |
</select>
|
135 |
</div>
|
138 |
</div>
|
- |
|
139 |
<?php } ?>
|
136 |
|
140 |
|
- |
|
141 |
<?php if ($this->view['pflicht']['vname'] != '2') { ?>
|
137 |
<div class="wpsg_checkoutblock">
|
142 |
<div class="wpsg_checkoutblock">
|
138 |
<label for="vname" class="wpsg_checkout"><?php echo __("Vorname", "wpsg"); ?>
|
143 |
<label for="vname" class="wpsg_checkout"><?php echo __("Vorname", "wpsg"); ?>
|
139 |
<?php if ($this->view['pflicht']['vname'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
144 |
<?php if ($this->view['pflicht']['vname'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
140 |
</label>
|
145 |
</label>
|
141 |
<input class="<?php echo (($this->view['pflicht']['vname'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("vname", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="vname" name="wpsg[checkout][vname]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['vname']); ?>" />
|
146 |
<input class="<?php echo (($this->view['pflicht']['vname'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("vname", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="vname" name="wpsg[checkout][vname]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['vname']); ?>" />
|
142 |
</div>
|
147 |
</div>
|
- |
|
148 |
<?php } ?>
|
143 |
|
149 |
|
- |
|
150 |
<?php if ($this->view['pflicht']['name'] != '2') { ?>
|
144 |
<div class="wpsg_checkoutblock">
|
151 |
<div class="wpsg_checkoutblock">
|
145 |
<label for="name" class="wpsg_checkout"><?php echo __("Name", "wpsg"); ?>
|
152 |
<label for="name" class="wpsg_checkout"><?php echo __("Name", "wpsg"); ?>
|
146 |
<?php if ($this->view['pflicht']['name'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
153 |
<?php if ($this->view['pflicht']['name'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
147 |
</label>
|
154 |
</label>
|
148 |
<input class="<?php echo (($this->view['pflicht']['name'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("name", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="name" name="wpsg[checkout][name]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['name']); ?>" />
|
155 |
<input class="<?php echo (($this->view['pflicht']['name'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("name", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="name" name="wpsg[checkout][name]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['name']); ?>" />
|
149 |
</div>
|
156 |
</div>
|
- |
|
157 |
<?php } ?>
|
150 |
|
158 |
|
- |
|
159 |
<?php if ($this->view['pflicht']['email'] != '2') { ?>
|
151 |
<div class="wpsg_checkoutblock">
|
160 |
<div class="wpsg_checkoutblock">
|
152 |
<label for="email" class="wpsg_checkout"><?php echo __("E-Mail Adresse", "wpsg"); ?>
|
161 |
<label for="email" class="wpsg_checkout"><?php echo __("E-Mail Adresse", "wpsg"); ?>
|
153 |
<?php if ($this->view['pflicht']['email'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
162 |
<?php if ($this->view['pflicht']['email'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
154 |
</label>
|
163 |
</label>
|
155 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['email'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="email" id="email" name="wpsg[checkout][email]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['email']); ?>" />
|
164 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['email'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="email" id="email" name="wpsg[checkout][email]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['email']); ?>" />
|
156 |
</div>
|
165 |
</div>
|
- |
|
166 |
<?php } ?>
|
157 |
|
167 |
|
158 |
<?php if (isset($this->view['pflicht']['emailconfirm']) && $this->view['pflicht']['emailconfirm'] == '1') { ?>
|
168 |
<?php if (isset($this->view['pflicht']['emailconfirm']) && $this->view['pflicht']['emailconfirm'] == '1') { ?>
|
159 |
<div class="wpsg_checkoutblock">
|
169 |
<div class="wpsg_checkoutblock">
|
160 |
<label for="email" class="wpsg_checkout"><?php echo __("E-Mail (Wiederholung)", "wpsg"); ?>
|
170 |
<label for="email" class="wpsg_checkout"><?php echo __("E-Mail (Wiederholung)", "wpsg"); ?>
|
161 |
<?php if ($this->view['pflicht']['email'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
171 |
<?php if ($this->view['pflicht']['email'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
162 |
</label>
|
172 |
</label>
|
163 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['email'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="email" id="email2" name="wpsg[checkout][email2]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['email2']); ?>" />
|
173 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['email'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="email" id="email2" name="wpsg[checkout][email2]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['email2']); ?>" />
|
164 |
</div>
|
174 |
</div>
|
165 |
<?php } ?>
|
175 |
<?php } ?>
|
166 |
|
176 |
|
- |
|
177 |
<?php if ($this->view['pflicht']['geb'] != '2') { ?>
|
167 |
<div class="wpsg_checkoutblock">
|
178 |
<div class="wpsg_checkoutblock">
|
168 |
<label for="geb" class="wpsg_checkout"><?php echo __('Geburtsdatum (Format: TT.MM.JJJJ)',"wpsg"); ?>
|
179 |
<label for="geb" class="wpsg_checkout"><?php echo __('Geburtsdatum (Format: TT.MM.JJJJ)',"wpsg"); ?>
|
169 |
<?php if ($this->view['pflicht']['geb'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
180 |
<?php if ($this->view['pflicht']['geb'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
170 |
</label>
|
181 |
</label>
|
171 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['geb'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("geb", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="geb" name="wpsg[checkout][geb]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['geb']); ?>" />
|
182 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['geb'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("geb", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="geb" name="wpsg[checkout][geb]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['geb']); ?>" />
|
172 |
</div>
|
183 |
</div>
|
- |
|
184 |
<?php } ?>
|
173 |
|
185 |
|
- |
|
186 |
<?php if ($this->view['pflicht']['fax'] != '2') { ?>
|
174 |
<div class="wpsg_checkoutblock">
|
187 |
<div class="wpsg_checkoutblock">
|
175 |
<label for="fax" class="wpsg_checkout"><?php echo __("Fax.", "wpsg"); ?>
|
188 |
<label for="fax" class="wpsg_checkout"><?php echo __("Fax.", "wpsg"); ?>
|
176 |
<?php if ($this->view['pflicht']['fax'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
189 |
<?php if ($this->view['pflicht']['fax'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
177 |
</label>
|
190 |
</label>
|
178 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['fax'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("fax", (array)$this->view['error']))?'wpsg_error':''); ?>" type="tel" id="fax" name="wpsg[checkout][fax]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['fax']); ?>" />
|
191 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['fax'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("fax", (array)$this->view['error']))?'wpsg_error':''); ?>" type="tel" id="fax" name="wpsg[checkout][fax]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['fax']); ?>" />
|
179 |
</div>
|
192 |
</div>
|
- |
|
193 |
<?php } ?>
|
180 |
|
194 |
|
- |
|
195 |
<?php if ($this->view['pflicht']['tel'] != '2') { ?>
|
181 |
<div class="wpsg_checkoutblock">
|
196 |
<div class="wpsg_checkoutblock">
|
182 |
<label for="tel" class="wpsg_checkout"><?php echo __("Tel.", "wpsg"); ?>
|
197 |
<label for="tel" class="wpsg_checkout"><?php echo __("Tel.", "wpsg"); ?>
|
183 |
<?php if ($this->view['pflicht']['tel'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
198 |
<?php if ($this->view['pflicht']['tel'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
184 |
</label>
|
199 |
</label>
|
185 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['tel'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("tel", (array)$this->view['error']))?'wpsg_error':''); ?>" type="tel" id="tel" name="wpsg[checkout][tel]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['tel']); ?>" />
|
200 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['tel'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("tel", (array)$this->view['error']))?'wpsg_error':''); ?>" type="tel" id="tel" name="wpsg[checkout][tel]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['tel']); ?>" />
|
186 |
</div>
|
201 |
</div>
|
- |
|
202 |
<?php } ?>
|
187 |
|
203 |
|
- |
|
204 |
<?php if ($this->view['pflicht']['strasse'] != '2') { ?>
|
188 |
<div class="wpsg_checkoutblock">
|
205 |
<div class="wpsg_checkoutblock">
|
189 |
<label for="strasse" class="wpsg_checkout"><?php echo __("Straße Nr.", "wpsg"); ?>
|
206 |
<label for="strasse" class="wpsg_checkout"><?php echo __("Straße Nr.", "wpsg"); ?>
|
190 |
<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
207 |
<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
191 |
</label>
|
208 |
</label>
|
192 |
<input class="<?php echo (($this->view['pflicht']['strasse'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("strasse", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="strasse" name="wpsg[checkout][strasse]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['strasse']); ?>" />
|
209 |
<input class="<?php echo (($this->view['pflicht']['strasse'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("strasse", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="strasse" name="wpsg[checkout][strasse]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['strasse']); ?>" />
|
193 |
</div>
|
210 |
</div>
|
- |
|
211 |
<?php } ?>
|
194 |
|
212 |
|
- |
|
213 |
<?php if ($this->view['pflicht']['plz'] != '2') { ?>
|
195 |
<div class="wpsg_checkoutblock">
|
214 |
<div class="wpsg_checkoutblock">
|
196 |
<label for="plz" class="wpsg_checkout"><?php echo __("Postleitzahl", "wpsg"); ?>
|
215 |
<label for="plz" class="wpsg_checkout"><?php echo __("Postleitzahl", "wpsg"); ?>
|
197 |
<?php if ($this->view['pflicht']['plz'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
216 |
<?php if ($this->view['pflicht']['plz'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
198 |
</label>
|
217 |
</label>
|
199 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['plz'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("plz", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="plz" name="wpsg[checkout][plz]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['plz']); ?>" />
|
218 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['plz'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("plz", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="plz" name="wpsg[checkout][plz]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['plz']); ?>" />
|
200 |
</div>
|
219 |
</div>
|
- |
|
220 |
<?php } ?>
|
201 |
|
221 |
|
- |
|
222 |
<?php if ($this->view['pflicht']['ort'] != '2') { ?>
|
202 |
<div class="wpsg_checkoutblock">
|
223 |
<div class="wpsg_checkoutblock">
|
203 |
<label for="ort" class="wpshopgermany_checkout"><?php echo __("Ort", "wpsg"); ?>
|
224 |
<label for="ort" class="wpshopgermany_checkout"><?php echo __("Ort", "wpsg"); ?>
|
204 |
<?php if ($this->view['pflicht']['ort'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
225 |
<?php if ($this->view['pflicht']['ort'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
205 |
</label>
|
226 |
</label>
|
206 |
<input class="<?php echo (($this->view['pflicht']['ort'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("ort", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="ort" name="wpsg[checkout][ort]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['ort']); ?>" />
|
227 |
<input class="<?php echo (($this->view['pflicht']['ort'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("ort", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="ort" name="wpsg[checkout][ort]" value="<?php echo htmlspecialchars($this->view['basket']['checkout']['ort']); ?>" />
|
207 |
</div>
|
228 |
</div>
|
- |
|
229 |
<?php } ?>
|
208 |
|
230 |
|
209 |
<?php
|
231 |
<?php
|
210 |
$lhidden = '';
|
232 |
$lhidden = '';
|
211 |
if ($this->hasMod('wpsg_mod_onepagecheckout') && ($this->get_option('wpsg_mod_onepagecheckout_basket') == 1 )) {
|
233 |
if ($this->hasMod('wpsg_mod_onepagecheckout') && ($this->get_option('wpsg_mod_onepagecheckout_basket') == 1 )) {
|
212 |
$lhidden = 'hidden="hidden"';
|
234 |
$lhidden = 'hidden="hidden"';
|
213 |
}
|
235 |
}
|
214 |
?>
|
236 |
?>
|
215 |
|
237 |
|
- |
|
238 |
<?php if ($this->view['pflicht']['land'] != '2') { ?>
|
216 |
<div class="wpsg_checkoutblock" <?php echo $lhidden;?>>
|
239 |
<div class="wpsg_checkoutblock" <?php echo $lhidden;?>>
|
217 |
<label for="wpsg_land" class="wpsg_checkout"><?php echo __("Land", "wpsg"); ?>
|
240 |
<label for="wpsg_land" class="wpsg_checkout"><?php echo __("Land", "wpsg"); ?>
|
218 |
<?php if ($this->view['pflicht']['land'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
241 |
<?php if ($this->view['pflicht']['land'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
219 |
</label>
|
242 |
</label>
|
220 |
<select name="wpsg[checkout][land]" class="<?php echo (($this->view['pflicht']['land'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("land", (array)$this->view['error']))?'wpsg_error':''); ?>" id="wpsg_land">
|
243 |
<select name="wpsg[checkout][land]" class="<?php echo (($this->view['pflicht']['land'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("land", (array)$this->view['error']))?'wpsg_error':''); ?>" id="wpsg_land">
|
Line 222... |
Line 245... |
222 |
<?php foreach ($this->view['laender'] as $l) { ?>
|
245 |
<?php foreach ($this->view['laender'] as $l) { ?>
|
223 |
<option value="<?php echo wpsg_hspc($l['id']); ?>" <?php echo (($l['id'] == $this->view['basket']['checkout']['land'])?'selected="selected"':(($this->get_option('wpsg_defaultland') == $l['id'])?'selected="selected"':'')); ?>><?php echo wpsg_hspc(__($l['name'], 'wpsg')); ?></option>
|
246 |
<option value="<?php echo wpsg_hspc($l['id']); ?>" <?php echo (($l['id'] == $this->view['basket']['checkout']['land'])?'selected="selected"':(($this->get_option('wpsg_defaultland') == $l['id'])?'selected="selected"':'')); ?>><?php echo wpsg_hspc(__($l['name'], 'wpsg')); ?></option>
|
224 |
<?php } ?>
|
247 |
<?php } ?>
|
225 |
</select>
|
248 |
</select>
|
226 |
</div>
|
249 |
</div>
|
- |
|
250 |
<?php } ?>
|
227 |
|
251 |
|
- |
|
252 |
<?php if ($this->view['pflicht']['ustidnr'] != '2') { ?>
|
228 |
<div class="wpsg_checkoutblock">
|
253 |
<div class="wpsg_checkoutblock">
|
229 |
<label for="wpsg_ustidnr" class="wpshopgermany_checkout"><?php echo __("UStIdNr.", "wpsg"); ?>
|
254 |
<label for="wpsg_ustidnr" class="wpshopgermany_checkout"><?php echo __("UStIdNr.", "wpsg"); ?>
|
230 |
<?php if ($this->view['pflicht']['ustidnr'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
255 |
<?php if ($this->view['pflicht']['ustidnr'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
231 |
</label>
|
256 |
</label>
|
232 |
<input class="<?php echo (($this->view['pflicht']['ustidnr'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("ustidnr", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="wpsg_ustidnr" name="wpsg[checkout][ustidnr]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['basket']['checkout']['ustidnr'])); ?>" />
|
257 |
<input class="<?php echo (($this->view['pflicht']['ustidnr'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("ustidnr", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="wpsg_ustidnr" name="wpsg[checkout][ustidnr]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['basket']['checkout']['ustidnr'])); ?>" />
|
233 |
</div>
|
258 |
</div>
|
- |
|
259 |
<?php } ?>
|
234 |
|
260 |
|
235 |
<?php /* Automatische Einbindung der benutzerdefinierten Felder */ ?>
|
261 |
<?php /* Automatische Einbindung der benutzerdefinierten Felder */ ?>
|
236 |
<?php if ($this->get_option('wpsg_kundenvariablen_show') == '1') { ?>
|
262 |
<?php if ($this->get_option('wpsg_kundenvariablen_show') == '1') { ?>
|
237 |
<?php foreach ((array)$this->view['pflicht']['custom'] as $c_id => $c) { if ($c['show'] != '2') { ?>
|
263 |
<?php foreach ((array)$this->view['pflicht']['custom'] as $c_id => $c) { if ($c['show'] != '2') { ?>
|
238 |
<div class="wpsg_checkoutblock">
|
264 |
<div class="wpsg_checkoutblock">
|