Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
5824 thomas 1
<?php
7457 daniel 2
 
5824 thomas 3
	/**
4
	 * Dieses Template wird für die HTML Mail beim Erreichen des Mindestlagerbestandes eines Produktes verwendet
5
	 */
7457 daniel 6
 
5824 thomas 7
	$this->htmlMail = false;
8
 
7457 daniel 9
?><?php echo __('Hallo ', 'wpsg').$GLOBALS['stockemail_prodvariant']['admin_name'].','; ?>
5824 thomas 10
 
7096 florian 11
<?php
12
	if(isset($GLOBALS['stockemail_prodvariant']) && wpsg_isSizedArray($GLOBALS['stockemail_prodvariant']))
13
	{
7457 daniel 14
 
7096 florian 15
		echo wpsg_translate(__('Eine Produktvariation hat das Erreichen des minimalen Lagerbestands am #1# um #2# Uhr gemeldet.', 'wpsg'), date('d.m.Y'), date('H:i'));
7457 daniel 16
		echo "\r\n";
17
		echo "\r\n";
7096 florian 18
		echo __("Produkt").': '.$GLOBALS['stockemail_prodvariant']['produkt']['id'].' '.$GLOBALS['stockemail_prodvariant']['produkt']['name'];
7457 daniel 19
		echo "\r\n";
7096 florian 20
		echo __("Produktvariation").': '.$GLOBALS['stockemail_prodvariant']['variant']['id'].' '.$GLOBALS['stockemail_prodvariant']['variant']['name'];
7457 daniel 21
		echo "\r\n";
22
 
7096 florian 23
	}
24
	else
25
	{
7457 daniel 26
 
7096 florian 27
		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'));
28
		echo ('');
7457 daniel 29
		foreach ((array)$this->basket->arProdukte as $p)
30
			$id = $p['id'];
31
		echo ('');
32
		echo __('Produkt').': '.$p['id'].'  '.$p['name'];
33
 
7096 florian 34
	}
6335 hartmut 35
?>
7096 florian 36
 
5824 thomas 37
<?php echo __('Mit freundlichen Grüßen', 'wpsg'); ?>
38
 
39
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>