Subversion Repositories wpShopGermany4

Rev

Rev 5824 | Rev 6337 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5824 thomas 1
<?php
2
 
3
	/**
4
	 * Dieses Template wird für die HTML Mail beim Erreichen des Mindestlagerbestandes eines Produktes verwendet
5
	 */
6
 
7
	$this->htmlMail = false;
8
 
9
?>
10
 
11
<?php echo __('Hallo Administrator,', 'wpsg'); ?>
6335 hartmut 12
 
5824 thomas 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')); ?>
6335 hartmut 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
?>
5824 thomas 22
<?php echo __('Mit freundlichen Grüßen', 'wpsg'); ?>
23
 
24
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>