Line 4... |
Line 4... |
4 |
* Dieses Template wird nach einer Targo Zahlung angezeigt
|
4 |
* Dieses Template wird nach einer Targo Zahlung angezeigt
|
5 |
*/
|
5 |
*/
|
6 |
|
6 |
|
7 |
if ($this->get_option('wpsg_mod_targo_url_use') == 0)
|
7 |
if ($this->get_option('wpsg_mod_targo_url_use') == 0)
|
8 |
{
|
8 |
{
|
9 |
$url = $this->get_option('wpsg_mod_targo_url_test');
|
9 |
$url = $this->get_option('wpsg_mod_targo_url_live');
|
10 |
}
|
10 |
}
|
11 |
else
|
11 |
else
|
12 |
{
|
12 |
{
|
13 |
$url = $this->get_option('wpsg_mod_targo_url_live');
|
13 |
$url = $this->get_option('wpsg_mod_targo_url_test');
|
14 |
}
|
14 |
}
|
15 |
?>
|
15 |
?>
|
16 |
|
16 |
|
17 |
<p><?php echo __('Um den Betrag mit Targo zu bezahlen klicken Sie bitte auf folgendes Logo.', 'wpsg'); ?></p>
|
17 |
<p><?php echo __('Um den Betrag mit Targo zu bezahlen klicken Sie bitte auf folgendes Logo.', 'wpsg'); ?></p>
|
18 |
<p>
|
18 |
<p>
|
Line 55... |
Line 55... |
55 |
<input type="text" id="koop_id" name="koop_id" value="<?php echo $this->get_option('wpsg_mod_targo_koop_id');?>" placeholder="koop_id"><br />
|
55 |
<input type="text" id="koop_id" name="koop_id" value="<?php echo $this->get_option('wpsg_mod_targo_koop_id');?>" placeholder="koop_id"><br />
|
56 |
<input type="text" id="SessionID" name="sessionID" value="<?php echo session_id();?>" placeholder="sessionID"><br />
|
56 |
<input type="text" id="SessionID" name="sessionID" value="<?php echo session_id();?>" placeholder="sessionID"><br />
|
57 |
<input type="text" id="amount" name="amount" value="<?php echo $brutto;?>" placeholder="amount"><br />
|
57 |
<input type="text" id="amount" name="amount" value="<?php echo $brutto;?>" placeholder="amount"><br />
|
58 |
<input type="text" id="dealerID" name="dealerID" value="<?php echo $this->get_option('wpsg_mod_targo_dealerid');?>" placeholder="dealerID"><br />
|
58 |
<input type="text" id="dealerID" name="dealerID" value="<?php echo $this->get_option('wpsg_mod_targo_dealerid');?>" placeholder="dealerID"><br />
|
59 |
<input type="text" id="dealerText" name="dealerText" value="<?php echo $this->view['targoLink'];?>" placeholder="dealerText"><br />
|
59 |
<input type="text" id="dealerText" name="dealerText" value="<?php echo $this->view['targoLink'];?>" placeholder="dealerText"><br />
|
60 |
<input type="text" id="documentno" name="documentno" value="" placeholder="documentno"><br />
|
60 |
<input type="text" id="documentno" name="documentno" value="<?php echo $this->view['o_id'];?>" placeholder="documentno"><br />
|
61 |
|
61 |
|
62 |
|
62 |
|
63 |
<b>Optionale Daten für Targobank</b><br />
|
63 |
<b>Optionale Daten für Targobank</b><br />
|
64 |
<input type="text" id="dealerShopURL" name="dealerShopURL" value="" placeholder="dealerShopURL"><br />
|
64 |
<input type="text" id="dealerShopURL" name="dealerShopURL" value="" placeholder="dealerShopURL"><br />
|
65 |
<input type="text" id="dealerAbortURL" name="dealerAbortURL" value="" placeholder="dealerAbortURL"><br />
|
65 |
<input type="text" id="dealerAbortURL" name="dealerAbortURL" value="" placeholder="dealerAbortURL"><br />
|