Subversion Repositories wpShopGermany4

Rev

Rev 6726 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3525 daniel 1
<?php
2
 
3
	/**
5794 thomas 4
	 * Template für die Integration der Lieferzeit in die Bestellübersichtsseite
3525 daniel 5
	 */
6
 
7
?>
6332 hartmut 8
<div class="product_info">
9
	<div
10
	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
6857 hartmut 11
		<span class="fa fa-truck"></span>
6726 thomas 12
		<?php echo __("Lieferzeit", "wpsg"); ?>:
6857 hartmut 13
		<strong><?php echo __($this->view['wpsg_mod_deliverytime']['deliverytime'], 'wpsg'); ?></strong>
6332 hartmut 14
	</div>
15
 
16
</div>
5794 thomas 17
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
6332 hartmut 18
<div class="product_info">
19
	<div class="fulll">
6575 hartmut 20
		<?php echo __($this->view['wpsg_mod_deliverytime']['delaytime'], 'wpsg'); ?>
6332 hartmut 21
 
22
	</div>
6575 hartmut 23
</div>