Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
3648 daniel 1
<?php
2
 
3
	/**
4
	 * Dieses Template integriert die Adresse bei der Zahlungsart "Selbstabholung" in die Mail
5
	 */
6
 
7
?>
8
<p>
9
	<?php echo __('Bitte vereinbaren Sie mit uns einen Termin an dem Sie die Ware abholen.', 'wpsg'); ?>
10
</p>
11
 
12
<table style="width:100%;">
13
	<tr>
14
		<td style="vertical-align:top; padding-right:15px;"><?php echo __('Abholadresse', 'wpsg'); ?></td>
15
		<td style="">
16
			<?php echo $this->view['wpsg_mod_willcollect']['adress']; ?><br />
17
			<?php echo $this->view['wpsg_mod_willcollect']['street']; ?><br />
18
			<?php echo $this->view['wpsg_mod_willcollect']['plzort']; ?>
19
		</td>
20
	</tr>
21
</table>
22