Subversion Repositories wpShopGermany4

Rev

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

Rev 7815 Rev 7867
Line 366... Line 366...
366
				<div class="value">
366
				<div class="value">
367
					<?php 
367
					<?php 
368
						
368
						
369
						echo wpsg_ff($this->view['basket']['sum']['preis_shipping'], $this->get_option('wpsg_currency'));
369
						echo wpsg_ff($this->view['basket']['sum']['preis_shipping'], $this->get_option('wpsg_currency'));
370
						
370
						
371
						if (strpos($this->view['basket']['arCalculation']['shipping'][0]['set'], '%') !== false) {
371
						if (strpos(($this->view['basket']['arCalculation']['shipping'][0]['set']??''), '%') !== false) {
372
							
372
							
373
							echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($this->view['basket']['arCalculation']['shipping'][0]['set']), '%').')</span>';
373
							echo '<span class="procent_payship">('.wpsg_ff(wpsg_tf($this->view['basket']['arCalculation']['shipping'][0]['set']), '%').')</span>';
374
							
374
							
375
						}
375
						}
376
						
376