Subversion Repositories wpShopGermany4

Rev

Rev 6332 | Rev 6726 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6332 Rev 6575
Line 9... Line 9...
9
	<div 
9
	<div 
10
	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
10
	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
11
		<?php echo __("Lieferzeit", "wpsg"); ?>
11
		<?php echo __("Lieferzeit", "wpsg"); ?>
12
	</div>
12
	</div>
13
	<div class="valuel">
13
	<div class="valuel">
14
		<?php if (wpsg_isSizedInt($this->view['data']['wpsg_mod_deliverytime_deliverytime'])) { /* Lieferzeit > 0 im Produkte */ ?>
-
 
15
			<?php echo $this->view['wpsg_mod_deliverytime']['deliverytime'] ?>
14
		<?php echo __($this->view['wpsg_mod_deliverytime']['deliverytime'], 'wpsg'); ?>
16
		<?php } else if (wpsg_isSizedInt($this->get_option('wpsg_mod_deliverytime_mode_days_default')) && $this->view['data']['wpsg_mod_deliverytime_deliverytime'] != '0') { /* Lieferzeit > 0 Global */ ?>
-
 
17
				<?php echo wpsg_translate(__('#1# Tag(e)', 'wpsg'), $this->get_option('wpsg_mod_deliverytime_mode_days_default')); ?>
-
 
18
		<?php } else { /* Sonst sofort lieferbar */ ?>
-
 
19
		 	<?php echo wpsg_translate(__('sofort lieferbar (0 Tage)', 'wpsg')); ?>
-
 
20
		<?php } ?>
15
 
21
	</div>
16
	</div>
22
	<div class="dummyr">
17
	<div class="dummyr">
23
		<?php echo __('&nbsp;'); ?>
18
		<?php echo __('&nbsp;'); ?>
24
	</div>
19
	</div>
25
	
20
	
26
</div>
21
</div>
27
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
22
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
28
<?php if ($this->get_option('wpsg_mod_deliverytime_delay') == '1') { ?>
-
 
29
<div class="product_info">
23
<div class="product_info">
30
	<div class="fulll">
24
	<div class="fulll">
31
		<?php echo wpsg_translate(__('Aufgrund von #1# kann es zu Verzögerungen von #2# Tage in der Zustellung kommen.', 'wpsg'), $this->get_option('wpsg_mod_deliverytime_delayText'), $this->get_option('wpsg_mod_deliverytime_delayTime')); ?>
25
		<?php echo __($this->view['wpsg_mod_deliverytime']['delaytime'], 'wpsg'); ?>
32
 
26
 
33
	</div>
27
	</div>
34
</div>
-
 
35
<?php } ?>
-
 
36
28
</div>
-
 
29
37
30