Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
1067 daniel 1
<?php
2
 
3
	/**
4
	 * Dieses Template wird nach einer PayPal Zahlung angezeigt
5
	 */
6
 
7
?>
4842 daniel 8
 
1826 daniel 9
<p><?php echo __('Um den Betrag mit PayPal zu bezahlen klicken Sie bitte auf folgendes Logo.', 'wpsg'); ?></p>
1067 daniel 10
<p>
11
	<a title="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>" href="<?php echo $this->view['paypalLink']; ?>">
6791 daniel 12
		<img src="<?php echo $this->getRessourceURL('mods/mod_billsafe/gfx/pp-logo-big.png'); ?>" align="left" alt="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>" style="margin-right:7px;">
1067 daniel 13
	</a>
1172 daniel 14
</p>
15
<?php if ($this->get_option('wpsg_mod_paypal_autostart') == '1') { ?>
4740 daniel 16
<script type="text/javascript">/* <![CDATA[ */
1403 daniel 17
 
18
	jQuery(document).ready(function() {
19
		window.setTimeout(function() {
20
    	location.href = "<?php echo $this->view['paypalLink']; ?>";
21
		}, 1000);
22
	} );
23
 
4740 daniel 24
/* ]]> */</script>
1172 daniel 25
<?php } ?>