Subversion Repositories wpShopGermany4

Rev

Rev 6857 | 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 den Warenkorb
3525 daniel 5
	 */
6
 
7
?>
6330 hartmut 8
<div class="product_info">
7844 daniel 9
	<div class="title">
6857 hartmut 10
		<span class="fa fa-truck"></span>
6726 thomas 11
		<?php echo __("Lieferzeit", "wpsg"); ?>:
6857 hartmut 12
		<strong><?php echo __($this->view['wpsg_mod_deliverytime']['deliverytime'], 'wpsg'); ?></strong>
6330 hartmut 13
	</div>
14
</div>
5794 thomas 15
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
6330 hartmut 16
<div class="product_info">
17
	<div class="fulll">
6575 hartmut 18
		<?php echo __($this->view['wpsg_mod_deliverytime']['delaytime'], 'wpsg'); ?>
6330 hartmut 19
 
20
	</div>
6857 hartmut 21
	<br />
6330 hartmut 22
</div>