Subversion Repositories wpShopGermany4

Rev

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

Rev 7347 Rev 7349
Line 117... Line 117...
117
					</td>
117
					</td>
118
					<?php if (sizeof($arCalculation['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
118
					<?php if (sizeof($arCalculation['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
119
						<td class="wpsg_cell_mwst"><?php echo $arTaxShort[$v['tax_key']]; ?></td>
119
						<td class="wpsg_cell_mwst"><?php echo $arTaxShort[$v['tax_key']]; ?></td>
120
					<?php } ?>
120
					<?php } ?>
121
					<td>1</td>
121
					<td>1</td>
122
					<td class="wpsg_cell_mwst_value wpsg_cell_gesamtpreis">
122
					<td class="wpsg_cell_mwst_value wpsg_cell_gesamtpreis"><?php 
-
 
123
							
123
						<?php echo wpsg_ff($arCalculation['sum']['voucher_'.$display]); ?> <?php echo $this->get_option('wpsg_currency'); ?>
124
						echo wpsg_ff($arCalculation['sum']['voucher_'.$display]); ?> <?php echo $this->get_option('wpsg_currency');
-
 
125
						
-
 
126
						if (strpos($arCalculation['voucher'][0]['set'], '%') !== false) { 
-
 
127
 
-
 
128
							echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($arCalculation['voucher'][0]['set']), '%').')</span>';
-
 
129
 
-
 
130
						} 
-
 
131
							
124
					</td>
132
					?></td>
125
				</tr>
133
				</tr>
126
			
134
			
127
			<?php } ?>
135
			<?php } ?>
128
			<tr><td colspan="<?php echo $this->view['colspan'] + 1; ?>" style="line-height:2px; height:2px; background-color:#999999; padding:0px;"></td></tr>
136
			<tr><td colspan="<?php echo $this->view['colspan'] + 1; ?>" style="line-height:2px; height:2px; background-color:#999999; padding:0px;"></td></tr>
129
		
137