Subversion Repositories wpShopGermany4

Rev

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

Rev 5666 Rev 5669
Line 6... Line 6...
6
 
6
 
7
?>
7
?>
8
<tr class="wpsg_<?php echo (($this->view['i'] % 2 == 0)?'odd':'even'); ?>">	
8
<tr class="wpsg_<?php echo (($this->view['i'] % 2 == 0)?'odd':'even'); ?>">	
9
	<td colspan="1"><?php echo __('Lieferzeit', 'wpsg'); ?>:</td>
9
	<td colspan="1"><?php echo __('Lieferzeit', 'wpsg'); ?>:</td>
10
	<td colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'3':'2'); ?>" class="wpsg_cell_deliverytime_value" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
10
	<td colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'3':'2'); ?>" class="wpsg_cell_deliverytime_value" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
11
		<?php if (($this->view['data']['wpsg_mod_deliverytime_deliverytime']) || $this->get_option('wpsg_mod_deliverytime_mode_days_default') >= '1') { /* Lieferzeit > 0 */ ?>
11
		<?php if ($this->view['data']['wpsg_mod_deliverytime_deliverytime'] >= '1') { /* Lieferzeit > 0 im Produkte */ ?>
12
			<?php echo $this->view['wpsg_mod_deliverytime']['deliverytime']; ?>
12
 			<?php echo $this->view['wpsg_mod_deliverytime']['deliverytime']; ?>
-
 
13
		<?php } else if ($this->get_option('wpsg_mod_deliverytime_mode_days_default') >= '1') { /* Lieferzeit > 0 Global */ ?>
13
		<?php } else {?>
14
		<?php } else { /*Sonst sofort lieferbar*/ ?>
14
			<?php echo wpsg_translate(__('sofort lieferbar', 'wpsg')); ?>
15
 			<?php echo wpsg_translate(__('sofort lieferbar', 'wpsg')); ?>
15
		<?php } ?>
16
		<?php } ?>
16
	</td>
17
	</td>
17
</tr>
18
</tr>
18
 
19
 
19
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
20
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>