Subversion Repositories wpShopGermany4

Rev

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

Rev 7781 Rev 7815
Line 407... Line 407...
407
					<div class="value">
407
					<div class="value">
408
						<?php 
408
						<?php 
409
							
409
							
410
							echo wpsg_ff($this->view['basket']['sum']['preis_payment'], $this->get_option('wpsg_currency'));
410
							echo wpsg_ff($this->view['basket']['sum']['preis_payment'], $this->get_option('wpsg_currency'));
411
							
411
							
412
							if (strpos($this->view['basket']['arCalculation']['payment'][0]['set'], '%') !== false) {
412
							if (strpos(wpsg_getStr($this->view['basket']['arCalculation']['payment'][0]['set']), '%') !== false) {
413
								
413
								
414
								echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($this->view['basket']['arCalculation']['payment'][0]['set']), '%').')</span>';
414
								echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($this->view['basket']['arCalculation']['payment'][0]['set']), '%').')</span>';
415
								
415
								
416
							}
416
							}
417
							
417