Subversion Repositories wpShopGermany4

Rev

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

Rev 5824 Rev 6335
Line 7... Line 7...
7
	$this->htmlMail = false;
7
	$this->htmlMail = false;
8
 
8
 
9
?>
9
?>
10
 
10
 
11
<?php echo __('Hallo Administrator,', 'wpsg'); ?>
11
<?php echo __('Hallo Administrator,', 'wpsg'); ?>
12
 
12
 
13
<?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')); ?>
13
<?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')); ?>
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
?>
15
<?php echo __('Mit freundlichen Grüßen', 'wpsg'); ?>
22
<?php echo __('Mit freundlichen Grüßen', 'wpsg'); ?>
16
 
23
 
17
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>
24
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>
18
25