Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 6230
Line 5... Line 5...
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
<?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['customer']['vname'], $this->view['customer']['name']); ?> 
8
<?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['customer']['vname'], $this->view['customer']['name']); ?> 
9
 
9
 
10
<?php echo __('hiermit erhalt Sie ihre gekauften Gutscheine.', 'wpsg'); ?> 
10
<?php echo __('hiermit erhalten Sie Ihren gekauften Gutschein.', 'wpsg'); ?> 
11
 
11
 
12
<?php foreach ($this->view['arGS'] as $gs) { ?>
12
<?php foreach ($this->view['arGS'] as $gs) { ?>
13
<?php echo $gs['product_data']['name']; ?>: <?php echo $gs['code']; ?> 
13
<?php echo $gs['product_data']['name']; ?>: <?php echo $gs['code']; ?> 
14
<?php } ?>
14
<?php } ?>
15
 
15