Subversion Repositories wpShopGermany4

Rev

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

Rev 7250 Rev 7347
Line 167... Line 167...
167
				<td><?php echo $arTaxShort[$arCalculation['shipping'][0]['tax_key']]; ?></td>
167
				<td><?php echo $arTaxShort[$arCalculation['shipping'][0]['tax_key']]; ?></td>
168
				<?php } ?>
168
				<?php } ?>
169
				<td class="wpsg_cell_shipping_value wpsg_cell_gesamtpreis" colspan="2">
169
				<td class="wpsg_cell_shipping_value wpsg_cell_gesamtpreis" colspan="2">
170
					<span id="wpsg_cell_shipping_value"><?php echo wpsg_ff($price_shipping); ?> </span>
170
					<span id="wpsg_cell_shipping_value"><?php echo wpsg_ff($price_shipping); ?> </span>
171
					<?php echo $this->get_option('wpsg_currency'); ?>
171
					<?php echo $this->get_option('wpsg_currency'); ?>
-
 
172
					
-
 
173
					<?php if (strpos($arCalculation['shipping'][0]['set'], '%') !== false) { 
-
 
174
 
-
 
175
						echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($arCalculation['shipping'][0]['set']), '%').')</span>';
-
 
176
 
-
 
177
					} ?>
-
 
178
					
172
				</td>
179
				</td>
173
			</tr>
180
			</tr>
174
		<?php } ?>
181
		<?php } ?>
175
		
182
		
176
		<?php // Zahlungskosten  ?>
183
		<?php // Zahlungskosten  ?>
Line 186... Line 193...
186
					<td><?php echo $arTaxShort[$arCalculation['payment'][0]['tax_key']]; ?></td>
193
					<td><?php echo $arTaxShort[$arCalculation['payment'][0]['tax_key']]; ?></td>
187
				<?php } ?>
194
				<?php } ?>
188
				<td class="wpsg_cell_payment_value wpsg_cell_gesamtpreis" colspan="2">
195
				<td class="wpsg_cell_payment_value wpsg_cell_gesamtpreis" colspan="2">
189
					<span id="wpsg_cell_payment_value"><?php echo wpsg_ff($price_payment); ?> </span>
196
					<span id="wpsg_cell_payment_value"><?php echo wpsg_ff($price_payment); ?> </span>
190
					<?php echo $this->get_option('wpsg_currency'); ?>
197
					<?php echo $this->get_option('wpsg_currency'); ?>
-
 
198
					
-
 
199
					<?php if (strpos($arCalculation['payment'][0]['set'], '%') !== false) {
-
 
200
						
-
 
201
						echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($arCalculation['payment'][0]['set']), '%').')</span>';
-
 
202
						
-
 
203
					} ?>
-
 
204
					
191
				</td>
205
				</td>
192
			</tr>
206
			</tr>
193
		<?php } ?>
207
		<?php } ?>
194
		
208
		
195
		<?php // Rabatte  ?>
209
		<?php // Rabatte  ?>