Subversion Repositories wpShopGermany4

Rev

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

Rev 6836 Rev 6838
Line 32... Line 32...
32
					<?php } ?>
32
					<?php } ?>
33
			
33
			
34
					<div class="content">
34
					<div class="content">
35
					
35
					
36
						<div class="start">
36
						<div class="start">
37
							<span class="label"><?php echo __('Erstkauf:', 'wpsg'); ?></span>
37
							<span class="label"><?php echo __('Erstkauf (Startzeitpunkt):', 'wpsg'); ?></span>
38
							<span class="value">
38
							<span class="value">
39
								
39
								
40
								<?php echo wpsg_formatTimestamp(strtotime($oOrder->cdate)); ?>
40
								<?php echo wpsg_formatTimestamp(strtotime($oOrder->cdate)); ?>
41
								
41
								
42
							</span>
42
							</span>
Line 44... Line 44...
44
						<div class="price">
44
						<div class="price">
45
							<span class="label"><?php echo wpsg_translate(__('Preis (#1# Tage):', 'wpsg'), $oOrderProduct->getProduct()->wpsg_mod_abo_durration); ?></span>
45
							<span class="label"><?php echo wpsg_translate(__('Preis (#1# Tage):', 'wpsg'), $oOrderProduct->getProduct()->wpsg_mod_abo_durration); ?></span>
46
							<span class="value"><?php echo wpsg_ff($oOrderProduct->getProduct()->wpsg_mod_abo_price, $this->get_option('wpsg_currency')); ?></span>
46
							<span class="value"><?php echo wpsg_ff($oOrderProduct->getProduct()->wpsg_mod_abo_price, $this->get_option('wpsg_currency')); ?></span>
47
						</div>
47
						</div>
48
						<div class="duration">
48
						<div class="duration">
49
							<span class="label"><?php echo __('Laufzeit:', 'wpsg'); ?></span>
49
							<span class="label"><?php echo __('Laufzeit (Endzeitpunkt):', 'wpsg'); ?></span>
50
							<span class="value">
50
							<span class="value">
51
								
51
								
52
								<?php $exp = $this->callMod('wpsg_mod_abo', 'getOrderAboExpiration', array($oOrder->id, $oOrderProduct->getProductKey())); ?>
52
								<?php $exp = $this->callMod('wpsg_mod_abo', 'getOrderAboExpiration', array($oOrder->id, $oOrderProduct->getProductKey())); ?>
53
								
53
								
54
								<?php if (strtotime($exp) > time()) { ?>
54
								<?php if (strtotime($exp) > time()) { ?>