Subversion Repositories wpShopGermany4

Rev

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

Rev 7704 Rev 8013
Line 124... Line 124...
124
						<td class="wpsg_cell_mwst"><?php echo $arTaxShort[$v['tax_key']]; ?></td>
124
						<td class="wpsg_cell_mwst"><?php echo $arTaxShort[$v['tax_key']]; ?></td>
125
					<?php } ?>
125
					<?php } ?>
126
					<td>1</td>
126
					<td>1</td>
127
					<td class="wpsg_cell_mwst_value wpsg_cell_gesamtpreis"><?php 
127
					<td class="wpsg_cell_mwst_value wpsg_cell_gesamtpreis"><?php 
128
							
128
							
129
						echo wpsg_ff($v[$display]); ?> <?php echo $this->get_option('wpsg_currency');
129
						echo wpsg_ff($p['amount'] * $product_price / $v['set']); ?> <?php echo $this->get_option('wpsg_currency');
130
						
130
						
131
						if (strpos($v['set'], '%') !== false) { 
131
						if (strpos($v['set'], '%') !== false) { 
132
 
132
 
133
							echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($v['set']), '%').')</span>';
133
							echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($v['set']), '%').')</span>';
134
 
134