Subversion Repositories wpShopGermany4

Rev

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

Rev 5824 Rev 6335
Line 6... Line 6...
6
 
6
 
7
	$this->htmlMail = true;
7
	$this->htmlMail = true;
8
 
8
 
9
?>
9
?>
10
 
10
 
11
<p><?php echo __('Hallo Administrator,', 'wpsg'); ?></p> 
11
<p><?php echo __('Hallo Administrator,', 'wpsg'); ?></p>
12
 
12
 
13
<p><?php echo wpsg_translate(__('Ein Produkt hat das Erreichen des minimalen Lagerbestand am #1# um #2# Uhr gemeldet', 'wpsg'), date('d.m.Y'), date('H:i')); ?></p>
13
<p><?php echo wpsg_translate(__('Ein Produkt hat das Erreichen des minimalen Lagerbestand am #1# um #2# Uhr gemeldet', 'wpsg'), date('d.m.Y'), date('H:i')); ?></p>
14
 
14
 
-
 
15
<?php
-
 
16
echo ('<br />');
-
 
17
foreach ((array)$this->basket->arProdukte as $p)
-
 
18
	$id = $p['id'];
-
 
19
	echo ('<br />');
-
 
20
	echo __('Produkt').' : '.$p['id'].'  '.$p['name'];
-
 
21
?>
-
 
22
 
15
<p><?php echo __('Mit freundlichen Grüßen', 'wpsg'); ?></p>
23
<p><?php echo __('Mit freundlichen Grüßen', 'wpsg'); ?></p>
16
 
24
 
17
<p><?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?></p> 
-
 
18
25
<p><?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?></p>
-
 
26
19
27