Subversion Repositories wpShopGermany4

Rev

Rev 6726 | Go to most recent revision | 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">
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>
6330 hartmut 14
	</div>
15
</div>
5794 thomas 16
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
6330 hartmut 17
<div class="product_info">
18
	<div class="fulll">
6575 hartmut 19
		<?php echo __($this->view['wpsg_mod_deliverytime']['delaytime'], 'wpsg'); ?>
6330 hartmut 20
 
21
	</div>
6857 hartmut 22
	<br />
6330 hartmut 23
</div>