Subversion Repositories wpShopGermany4

Rev

Rev 6332 | Rev 6454 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1067 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Zusammenfassung der Bestellung
5
	 * Anzeige vor dem Abschluß einer Bestellung
6
	 */
7
 
3024 daniel 8
	//wpsg_debug($this->view['basket']);
6332 hartmut 9
 
1067 daniel 10
?>
3444 daniel 11
<div class="wpsg wpsg_overview">
1067 daniel 12
 
5201 daniel 13
	<?php echo $this->writeFrontendMessage(); ?>
5013 daniel 14
 
6149 hartmut 15
	<?php if ($this->hasMod('wpsg_mod_onepagecheckout') && ($this->get_option('wpsg_mod_onepagecheckout_basket') == 1)) { ?>
16
	<?php } else {?>
17
		<?php $GLOBALS['step'] = 4; $this->render(WPSG_PATH_VIEW.'/warenkorb/progress.phtml'); ?>
18
	<?php } ?>
5201 daniel 19
 
1116 daniel 20
	<form method="post" action="<?php echo $this->getURL(wpsg_ShopController::URL_BASKET); ?>">
1067 daniel 21
 
3460 daniel 22
		<h2><?php echo __('Zusammenfassung', 'wpsg'); ?></h2>
6332 hartmut 23
 
3460 daniel 24
		<div class="wpsg_spacer"></div>
6332 hartmut 25
 
3657 daniel 26
		<?php if (!$this->hasMod('wpsg_mod_ordercondition')) { ?>
1218 daniel 27
		<div class="wpsg_agb">
28
			<label>
29
				<input type="checkbox" value="1" name="wpsg[agb]" />
6332 hartmut 30
				<?php echo wpsg_translate(__('Ich habe die #1# des Anbieters gelesen und erkläre mit dem Absenden der Bestellung mein Einverständnis. Die #2# habe ich zur Kenntnis genommen.', 'wpsg'),
31
					'<a target="_blank" href="'.$this->getURL(wpsg_ShopController::URL_AGB).'">'.__('AGB', 'wpsg').'</a>',
32
					'<a target="_blank" href="'.$this->getURL(wpsg_ShopController::URL_WIDERRUF).'">'.__('Widerrufsbelehrung', 'wpsg').'</a>');
1218 daniel 33
				?>
34
			</label>
6332 hartmut 35
		</div>
3657 daniel 36
		<?php } ?>
6332 hartmut 37
 
1429 daniel 38
		<?php $this->callMods('overview_top', array(&$this->view['basket'])); ?>
6332 hartmut 39
 
1218 daniel 40
		<div class="shippayment">
3444 daniel 41
			<div class="subtitle"><?php echo __('Zahlung/Versand', 'wpsg'); ?>&nbsp;
1587 daniel 42
				<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_CHECKOUT2)); ?></span>
1324 daniel 43
			</div>
1720 daniel 44
			<div class="payment"><?php echo wpsg_hspc($this->arPayment[$this->view['basket']['checkout']['payment']]['name']); ?></div>
45
			<div class="shipping"><?php echo wpsg_hspc($this->arShipping[$this->view['basket']['checkout']['shipping']]['name']); ?></div>
1218 daniel 46
		</div>
6332 hartmut 47
 
6149 hartmut 48
		<?php
49
			$arAnrede = explode('|', $this->get_option('wpsg_admin_pflicht')['anrede_auswahl']);
50
		?>
6332 hartmut 51
 
5866 hartmut 52
		<?php if (wpsg_getStr($this->view['basket']['checkout']['diff_shippingadress']) == '1') { ?>
1329 david 53
		<div class="anschrift">
3444 daniel 54
			<div class="subtitle"><?php echo __('Rechnungsanschrift', 'wpsg'); ?>&nbsp;
55
				<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_CHECKOUT)); ?></span>
56
			</div>
6332 hartmut 57
			<?php if (trim($this->view['basket']['checkout']['firma']) != '') { ?>
1720 daniel 58
			<?php echo wpsg_hspc($this->view['basket']['checkout']['firma']); ?><br />
1329 david 59
			<?php } ?>
6149 hartmut 60
			<?php echo wpsg_hspc(($this->view['basket']['checkout']['title'] != '' && $this->view['basket']['checkout']['title'] != '-1')?$arAnrede[$this->view['basket']['checkout']['title']]:''); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['vname']); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['name']); ?><br />
1720 daniel 61
			<?php echo wpsg_hspc($this->view['basket']['checkout']['strasse']); ?><br />
62
			<?php echo wpsg_hspc($this->view['basket']['checkout']['plz']); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['ort']); ?><br />
1658 daniel 63
			<?php if (wpsg_isSizedArray($this->view['basket']['land'])) { ?>
64
			<?php echo wpsg_hspc($this->view['basket']['land']['name']); ?>
6332 hartmut 65
			<?php } ?>
66
		</div>
1329 david 67
		<div class="wpsg_clear"></div><br />
6332 hartmut 68
 
1329 david 69
		<div class="anschrift">
3444 daniel 70
			<div class="subtitle"><?php echo __('Lieferanschrift', 'wpsg'); ?>&nbsp;
71
				<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_CHECKOUT)); ?></span>
72
			</div>
6332 hartmut 73
			<?php if (trim($this->view['basket']['checkout']['shipping_firma']) != '') { ?>
1720 daniel 74
			<?php echo wpsg_hspc($this->view['basket']['checkout']['shipping_firma']); ?><br />
1329 david 75
			<?php } ?>
6149 hartmut 76
			<?php echo (($this->view['basket']['checkout']['shipping_title'] != '' && $this->view['basket']['checkout']['shipping_title'] != '-1')?$arAnrede[$this->view['basket']['checkout']['shipping_title']]:''); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['shipping_vname']); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['shipping_name']); ?><br />
1720 daniel 77
			<?php echo wpsg_hspc($this->view['basket']['checkout']['shipping_strasse']); ?><br />
78
			<?php echo wpsg_hspc($this->view['basket']['checkout']['shipping_plz']); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['shipping_ort']); ?><br />
1658 daniel 79
			<?php if (wpsg_isSizedArray($this->view['basket']['shipping_land'])) { ?>
80
			<?php echo wpsg_hspc($this->view['basket']['shipping_land']['name']); ?>
6332 hartmut 81
			<?php } ?>
82
		</div>
1329 david 83
		<div class="wpsg_clear"></div><br />
6332 hartmut 84
 
1329 david 85
		<?php } else { ?>
6332 hartmut 86
 
1218 daniel 87
		<div class="anschrift">
3444 daniel 88
			<div class="subtitle"><?php echo __('Liefer- und Rechnungsanschrift', 'wpsg'); ?>&nbsp;
6149 hartmut 89
				<?php if ($this->hasMod('wpsg_mod_onepagecheckout') && ($this->get_option('wpsg_mod_onepagecheckout_basket') == 1)) { ?>
3444 daniel 90
				<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_CHECKOUT)); ?></span>
6149 hartmut 91
				<?php } else { ?>
92
				<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_CHECKOUT)); ?></span>
93
				<?php } ?>
3444 daniel 94
			</div>
6332 hartmut 95
			<?php if (trim($this->view['basket']['checkout']['firma']) != '') { ?>
1720 daniel 96
			<?php echo wpsg_hspc($this->view['basket']['checkout']['firma']); ?><br />
1327 daniel 97
			<?php } ?>
6149 hartmut 98
			<?php echo wpsg_hspc(($this->view['basket']['checkout']['title'] != '' && $this->view['basket']['checkout']['title'] != '-1')?$arAnrede[$this->view['basket']['checkout']['title']]:''); ?> <?php echo $this->view['basket']['checkout']['vname']; ?> <?php echo $this->view['basket']['checkout']['name']; ?><br />
1720 daniel 99
			<?php echo wpsg_hspc($this->view['basket']['checkout']['strasse']); ?><br />
100
			<?php echo wpsg_hspc($this->view['basket']['checkout']['plz']); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['ort']); ?><br />
1658 daniel 101
			<?php if (wpsg_isSizedArray($this->view['basket']['land'])) { ?>
102
			<?php echo wpsg_hspc($this->view['basket']['land']['name']); ?>
6332 hartmut 103
			<?php } ?>
104
		</div>
1218 daniel 105
		<div class="wpsg_clear"></div><br />
1329 david 106
		<?php } ?>
6332 hartmut 107
 
4061 daniel 108
		<?php if (wpsg_isSizedString($this->view['basket']['checkout']['ustidnr'])) { ?>
109
		<?php echo __('UStIdNr.', 'wpsg'); ?>: <?php echo wpsg_hspc($this->view['basket']['checkout']['ustidnr']); ?><br /><br />
110
		<?php } ?>
6332 hartmut 111
 
1324 daniel 112
		<div class="subtitle">
1587 daniel 113
			<?php echo __('Bestellte Produkte', 'wpsg'); ?>&nbsp;
1324 daniel 114
			<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_BASKET)); ?></span>
115
		</div>
6332 hartmut 116
 
2301 daniel 117
		<div class="wpsg_table_wrap">
6332 hartmut 118
 
119
			<?php $i = 0; foreach ($this->view['basket']['produkte'] as $k => $product_data) { $i ++; ?>
120
 
121
			<div class="overview_product_row">
122
 
123
				<?php $this->view['$bPicture'] = false; ?>
124
 
6438 daniel 125
				<?php if ($this->get_option('wpsg_imagehandler_basketimage') == '1' && $this->hasMod('wpsg_mod_produktbilder')) {
6332 hartmut 126
 
127
					if (wpsg_isSizedString($product_data['varianten_image'])) $arImages = array($product_data['varianten_image']);
128
					else $arImages = $this->callMod('wpsg_mod_produktbilder', 'getProduktBilder_MT', array($this->getProduktID($product_data['id'])));
129
 
130
				?>
131
				<div class="productimage">
132
					<?php if (wpsg_isSizedString($arImages[0]['guid'])) { ?>
133
 
134
					<?php
135
					if (isset($product_data['product_key'])) {
136
						$arr = $this->callMod('wpsg_mod_productvariants', 'getKombiVariImages', array($product_data['product_key']));
137
						if (wpsg_isSizedArray($arr))
138
						{
139
							$ais = wp_get_attachment_image_src($arr[0]['post_id'], 'thumbnail');
140
							$url = $ais[0];
141
						}
142
						else
143
						{
144
							$url = $this->callMod('wpsg_mod_produktbilder', 'getProductImage_MT', array($product_data['productkey'], 'thumbnail'));
145
						}
146
					} else {
147
						$url = $this->callMod('wpsg_mod_produktbilder', 'getProductImage_MT', array($product_data['productkey'], 'thumbnail'));
148
					}
149
					if (wpsg_isSizedString($url)) $this->view['$bPicture'] = true;
150
					echo "<img src=".$url." alt='' />";
151
					?>
152
 
2301 daniel 153
					<?php } ?>
6332 hartmut 154
				</div>
155
				<?php } ?>
156
 
157
				<div class="product_content">
158
 
159
					<div class="product_name">
160
						<?php if ($this->getProduktLink($product_data)) { ?>
161
						<a href="<?php echo $this->getProduktLink($product_data); ?>"><?php echo wpsg_hspc((($product_data['detailname'] != '')?$product_data['detailname']:$product_data['name'])); ?></a>
162
						<?php } else { ?>
163
						<?php echo wpsg_hspc((($product_data['detailname'] != '')?$product_data['detailname']:$product_data['name'])); ?>
164
						<?php } ?>
165
 
166
						<?php if (wpsg_isSizedString($product_data['shortdesc'])) { ?>
167
						<div class="product_shortdesc"><?php echo $product_data['shortdesc']; ?></div>
168
						<?php } ?>
169
 
170
					</div>
171
 
172
					<div class="product_action">
173
						<div class="title">
174
							<?php echo __("Anzahl", "wpsg"); ?>
175
						</div>
176
						<div class="amount">
177
							<?php echo wpsg_hspc($product_data['menge']); ?>
178
						</div>
179
					</div>
180
					<div class="product_action">
181
						<div class="title">
182
							<?php echo __("Einzelpreis", "wpsg"); ?>
183
						</div>
184
						<div class="price">
185
							<?php echo wpsg_ff($product_data['preis'], $this->get_option('wpsg_currency')); ?>
186
						</div>
187
					</div>
188
					<div class="product_action">
189
						<div class="title">
190
							<?php echo __("Gesamtpreis", "wpsg"); ?>
191
						</div>
192
						<div class="price_total">
193
							<?php echo wpsg_ff($product_data['menge'] * $product_data['preis'], $this->get_option('wpsg_currency')); ?>
194
						</div>
195
					</div>
196
 
3444 daniel 197
					<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
6332 hartmut 198
					<div class="product_info">
199
						<div
200
						<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
201
							<?php echo __("MwSt.", "wpsg"); ?>
202
						</div>
203
						<div class="valuer">
204
							<?php echo wpsg_ff($product_data['mwst_value'], ' %'); ?>
205
						</div>
206
						<div class="dummyr">
207
							<?php echo __('&nbsp;'); ?>
208
						</div>
209
 
210
					</div>
3444 daniel 211
					<?php } ?>
6332 hartmut 212
 
213
					<?php $strOverviewRow= ''; ob_start(); $this->callMods('overview_row', array(&$product_data, $i)); $strOverviewRow= ob_get_contents(); ob_end_clean(); ?>
214
					<?php echo $strOverviewRow; ?>
215
 
216
				</div>
217
 
218
			</div>
219
			<?php }   // foreach products ?>
220
 
221
		<div class="overview_sum_wrap">
222
 
223
			<?php $bLine = false; ?>
224
			<?php if (isset($this->view['basket']['gs'])) { $bLine = true; ?>
225
				<div class="overview_sum_row">
226
					<div class="titlegs">
227
						<?php echo __('Gutschein', 'wpsg'); ?> <?php echo ($this->view['basket']['gs']['code'] != '')? '('.$this->view['basket']['gs']['code'].')':'' ?>
228
					</div>
229
				</div>
230
				<div class="overview_sum_row">
231
					<div class="delgs">&nbsp;</div>
232
					<div class="colgsl">1</div>
233
					<div class="colgsl">
234
						<?php if ($this->view['basket']['gs']['calc'] == 'p') { ?>
235
						<?php echo '-'.wpsg_ff($this->view['basket']['gs']['value'], '%'); ?>
236
						<?php } else { ?>
237
						<?php echo '-'.wpsg_ff($this->view['basket']['sum']['gs'], $this->get_option('wpsg_currency')); ?>
2766 daniel 238
						<?php } ?>
6332 hartmut 239
					</div>
240
				<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
241
				<div class="colgsr"><?php echo __('anteilig', 'wpsg'); ?></div>
1067 daniel 242
				<?php } ?>
6332 hartmut 243
				<div class="colgsr"><?php echo '-'.wpsg_ff($this->view['basket']['sum']['gs'], $this->get_option('wpsg_currency')); ?></div>
244
			</div>
245
			<?php } ?>
246
 
247
			<div class="overview_sum_row">
3024 daniel 248
				<?php if (isset($this->view['basket']['sum']['preis_rabatt']) && wpsg_tf($this->view['basket']['sum']['preis_rabatt']) > 0) { ?>
6332 hartmut 249
					<div class="title">
250
						<?php echo __("Rabatt", "wpsg"); $bLine = true; ?>:
251
					</div>
3024 daniel 252
					<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
6332 hartmut 253
						<div class="value">
254
							<?php echo __('anteilig', 'wpsg'); ?>
255
						</div>
3024 daniel 256
					<?php } ?>
6332 hartmut 257
						<div class="value">
258
							<?php echo '-'.wpsg_ff($this->view['basket']['sum']['preis_rabatt'], $this->get_option('wpsg_currency')); ?>
259
						</div>
3024 daniel 260
				<?php } ?>
6332 hartmut 261
			</div>
262
 
263
			<?php if ($bLine == true) { ?>
264
				<div class="wpsg_spacer"></div>
265
			<?php } ?>
266
 
267
			<div class="overview_sum_row">
268
				<div class="title2">
269
					<?php if ($this->get_option("wpsg_kleinunternehmer") == "1") { ?>
270
						<?php echo wpsg_translate(__('Summe (zzgl. #1#)', 'wpsg'), '<a href="'.$this->getURL(wpsg_ShopController::URL_VERSANDKOSTEN).'">'.__('Versandkosten', 'wpsg').'</a>'); ?>:
271
					<?php } else { ?>
272
						<?php if ($this->getFrontendTaxview() == WPSG_NETTO) { ?>
273
						<?php echo wpsg_translate(__('Summe (zzgl. #1#, zzgl. MwSt.)', 'wpsg'), '<a href="'.$this->getURL(wpsg_ShopController::URL_VERSANDKOSTEN).'">'.__('Versandkosten', 'wpsg').'</a>'); ?>:
274
						<?php } else { ?>
275
						<?php echo wpsg_translate(__('Summe (zzgl. #1#, inkl. MwSt.)', 'wpsg'), '<a href="'.$this->getURL(wpsg_ShopController::URL_VERSANDKOSTEN).'">'.__('Versandkosten', 'wpsg').'</a>'); ?>:
2301 daniel 276
						<?php } ?>
6332 hartmut 277
					<?php } ?>
278
				</div>
279
				<div class="value">
280
					<?php echo wpsg_ff($this->view['basket']['sum']['preis'], $this->get_option('wpsg_currency')); ?>
281
				</div>
282
			</div>
283
 
284
			<?php if ($this->view['basket']['sum']['preis_shipping'] != 0 || $this->get_option('wpsg_hideemptyshipping') != '1') { ?>
285
			<div class="overview_sum_row">
286
				<div class="title">
2301 daniel 287
						<?php echo wpsg_translate(__('<a href="#1#">Versandkosten</a> (#2#)', 'wpsg'),
288
							$this->getURL(wpsg_ShopController::URL_VERSANDKOSTEN),
289
							$this->arShipping[$this->view['basket']['checkout']['shipping']]['name']
6332 hartmut 290
						); ?>:
291
 
292
				</div>
293
				<div class="value">
294
					<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') {
295
						if (isset($this->view['basket']['shipping']['tax_rata']) && $this->view['basket']['shipping']['tax_rata'] === true)
296
						{
297
 
298
							echo __('anteilig', 'wpsg');
299
 
300
						}
301
						else if (array_key_exists($this->view['basket']['checkout']['shipping'], $this->arShipping))
302
						{
303
 
304
							echo wpsg_ff($this->arShipping[$this->view['basket']['checkout']['shipping']]['mwst_value'], '%');
305
 
306
						}
307
				 	}
308
					?>
309
				</div>
310
				<div class="value">
311
					<?php echo wpsg_ff($this->view['basket']['sum']['preis_shipping'], $this->get_option('wpsg_currency')); ?>
312
				</div>
313
			</div>
314
			<?php } ?>
315
 
316
			<?php /* Zeile für Zahlungsart BEGIN */ ?>
317
			<?php if (!$this->hasMod('wpsg_mod_crefopay')) { ?>
318
				<div class="overview_sum_row">
319
					<div class="title">
3024 daniel 320
						<?php echo wpsg_translate(__('Zahlungsart (#1#)', 'wpsg'), $this->arPayment[$this->view['basket']['checkout']['payment']]['name']); ?>:
6332 hartmut 321
					</div>
322
					<div class="value">
323
						<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') {
324
 
325
							if (isset($this->view['basket']['payment']['tax_rata']) && $this->view['basket']['payment']['tax_rata'] === true)
326
							{
327
 
328
								echo __('anteilig', 'wpsg');
329
 
330
							}
331
							else if (array_key_exists(wpsg_getStr($this->view['basket']['checkout']['payment']), $this->arPayment))
332
							{
333
 
334
								echo wpsg_ff($this->arPayment[$this->view['basket']['checkout']['payment']]['mwst_value'], '%');
335
 
336
							}
337
 
338
						} ?>
339
					</div>
340
					<div class="value">
2301 daniel 341
						<?php echo wpsg_ff($this->view['basket']['sum']['preis_payment'], $this->get_option('wpsg_currency')); ?>
6332 hartmut 342
					</div>
343
				</div>
344
			<?php } ?>
345
			<?php /* Zeile für Zahlungsart ENDE */ ?>
346
 
347
			<?php if (get_option("wpsg_kleinunternehmer") == "1") { ?>
348
				<div class="overview_sum_row">
349
					<div class="title2">
350
						<?php echo get_option('wpsg_kleinunternehmer_text'); ?>
351
					</div>
352
					<div class="value">
353
						<?php echo __('&nbsp;'); ?>
354
					</div>
355
				</div>
356
 
357
				<div class="overview_sum_row">
358
					<div class="title2">
3024 daniel 359
						<?php echo __('Gesamtpreis', 'wpsg'); ?>:
6332 hartmut 360
					</div>
361
					<div class="sum">
362
						<?php echo wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')); ?>
363
					</div>
364
				</div>
365
			<?php } else { ?>
366
 
367
				<div class="overview_sum_row">
368
					<div class="title2">
3024 daniel 369
						<?php echo __('Gesamtpreis (Netto)', 'wpsg'); ?>:
6332 hartmut 370
					</div>
371
					<div class="sum">
372
						<?php echo wpsg_ff($this->view['basket']['sum']['preis_gesamt_netto'], $this->get_option('wpsg_currency')); ?>
373
					</div>
374
				</div>
375
 
376
				<?php foreach ($this->view['basket']['mwst'] as $mwst) { ?>
377
					<div class="overview_sum_row">
378
						<div class="title2">
379
							<?php echo wpsg_translate(__('zuzüglich MwSt. (#1#)', 'wpsg'), __($mwst['name'], 'wpsg')); ?>:
380
						</div>
381
						<div class="value">
382
							<?php echo wpsg_ff($mwst['sum']); ?> <?php echo $this->get_option('wpsg_currency'); ?>
383
						</div>
384
					</div>
385
				<?php } ?>
386
				<div class="wpsg_spacer"></div>
387
				<div class="overview_sum_row">
388
					<div class="title2">
3024 daniel 389
						<?php echo __('Gesamtpreis (Brutto)', 'wpsg'); ?>:
6332 hartmut 390
					</div>
391
					<div class="sum">
3024 daniel 392
						<?php echo wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')); ?>
6332 hartmut 393
					</div>
394
				</div>
395
				<div class="wpsg_spacer"></div>
396
			<?php } ?>
397
 
398
			<?php $this->callMods('overview_row_end', array(&$this->view)); ?>
399
			<div class="wpsg_spacer"></div>
400
 
401
			<br />
402
 
403
		</div>
404
 
2301 daniel 405
			<div class="wpsg_versandhinweis"><?php echo __('Sofern die Lieferung in das Nicht-EU-Ausland erfolgt, können weitere Zölle, Steuern oder Gebühren vom Kunden zu zahlen sein, jedoch nicht an den Anbieter, sondern an die dort zuständigen Zoll- bzw. Steuerbehörden. Dem Kunden wird empfohlen, die Einzelheiten vor der Bestellung bei den Zoll- bzw. Steuerbehörden zu erfragen.', 'wpsg'); ?></div>
406
		</div>
6332 hartmut 407
 
2308 daniel 408
		<br />
6332 hartmut 409
 
1739 david 410
		<?php if ($this->view['basket']['checkout']['comment'] != '') { ?>
2301 daniel 411
			<div class="subtitle">
412
				<?php echo __('Bestellkommentar', 'wpsg'); ?>&nbsp;
413
				<span class="sublink"><?php echo wpsg_translate(__('[<a href="#1#">Ändern</a>]', 'wpsg'), $this->getURL(wpsg_ShopController::URL_CHECKOUT)); ?></span>
414
			</div>
415
			<div class="wpsg_ordercomment">
416
				<?php echo $this->view['basket']['checkout']['comment'] ?>
417
			</div>
6332 hartmut 418
		<?php }?>
419
 
420
 
1401 daniel 421
		<?php $this->callMods('overview_inner_prebutton', array(&$this->view)); ?>
6332 hartmut 422
 
423
		<div class="wpsg_spacer"></div>
3454 daniel 424
		<div class="wpsg_clear"></div>
6332 hartmut 425
 
426
		<input type="submit" class="wpsg_checkoutbutton" value="<?php echo __('zurück', 'wpsg'); ?>" name="wpsg_redirect_checkout" />
427
		<input type="submit" class="wpsg_orderbutton" value="<?php echo __('zahlungspflichtig bestellen', 'wpsg'); ?>" name="wpsg_order" />
428
 
1067 daniel 429
		<div class="wpsg_clear"></div>
1068 daniel 430
 
6332 hartmut 431
	</form>
432
 
1067 daniel 433
</div>