2350 |
robert |
1 |
<br/>
|
1274 |
robert |
2 |
|
5832 |
hartmut |
3 |
<div id="wpsg_tab">
|
|
|
4 |
<ul class="nav nav-tabs" role="tablist">
|
|
|
5 |
<li role="presentation" class="active"><a href="#tab1" aria-controls="home" role="tab" data-toggle="tab"><?php echo __('Auswertung Bestellstatus', 'wpsg'); ?></a></li>
|
|
|
6 |
<li role="presentation"><a href="#tab2" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Piwik', 'wpsg'); ?></a></li>
|
|
|
7 |
<li role="presentation"><a href="#tab3" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Google', 'wpsg'); ?></a></li>
|
|
|
8 |
<li role="presentation"><a href="#tab4" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Sonstiges', 'wpsg'); ?></a></li>
|
|
|
9 |
</ul>
|
|
|
10 |
|
|
|
11 |
<div class="tab-content" >
|
2350 |
robert |
12 |
|
5832 |
hartmut |
13 |
<div role="tabpanel" class="tab-pane active" id="tab1" >
|
2352 |
robert |
14 |
|
|
|
15 |
<br/>
|
|
|
16 |
|
2350 |
robert |
17 |
<?php
|
|
|
18 |
|
|
|
19 |
$arSelectedStatus = explode(',', $this->get_option('wpsg_mod_statistics_status'));
|
|
|
20 |
|
|
|
21 |
echo __('Bitte wählen Sie die Zustände aus unter welchen die Bestellung eines Produktes als abgeschlossen Gültigkeit besitzt.', 'wpsg');
|
|
|
22 |
?>
|
|
|
23 |
<br/><br/>
|
|
|
24 |
<?php
|
|
|
25 |
foreach ($this->arStatus as $statusCode => $statusName)
|
|
|
26 |
{
|
|
|
27 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_status['.$statusCode.']', $statusName, (is_array($arSelectedStatus) && is_string($arSelectedStatus[0]) && strlen($arSelectedStatus[0]) && in_array($statusCode, $arSelectedStatus)?true:false));
|
|
|
28 |
}
|
|
|
29 |
?>
|
5830 |
thomas |
30 |
|
|
|
31 |
<?php /* Kartendarstelung START */ ?>
|
|
|
32 |
|
|
|
33 |
<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_googlekey', __('Google API-Key', 'wpsg'), $this->get_option('wpsg_mod_statistics_googlekey'), array('help' => 'wpsg_mod_statistics_googlekey')); ?>
|
|
|
34 |
|
|
|
35 |
<a class="button-primary" id="button-google" target="popup" href="https://console.developers.google.com/flows/enableapi?apiid=maps_backend&keyType=CLIENT_SIDE&reusekey=true" onclick="window.open('', 'popup', 'width=500;height=200,resizable=yes,menubar=yes')">
|
5857 |
thomas |
36 |
<?php echo __('Schlüssel über Ihr Googlekonto anfordern', 'wpsg'); ?>
|
5830 |
thomas |
37 |
</a>
|
|
|
38 |
|
|
|
39 |
<?php /* Kartendarstellung ENDE */?>
|
|
|
40 |
|
2350 |
robert |
41 |
<div class="wpsg_clearer"></div>
|
|
|
42 |
</div>
|
|
|
43 |
|
5832 |
hartmut |
44 |
<div role="tabpanel" class="tab-pane" id="tab2">
|
2352 |
robert |
45 |
|
|
|
46 |
<br/>
|
|
|
47 |
|
|
|
48 |
<?php echo __('Ermöglicht die Integration des Trackintools "Piwik".', 'wpsg'); ?>
|
|
|
49 |
|
|
|
50 |
<br/><br/>
|
|
|
51 |
|
2351 |
robert |
52 |
<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_piwik_url', __('URL zur Piwik Installation', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_url'), array('hint' => __('Ohne Protokoll, Beispiel: piwik.domain.de', 'wpsg'))); ?>
|
|
|
53 |
<br />
|
|
|
54 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_piwik_generel', __('Allgemeine Protokollierung', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_generel')); ?>
|
3428 |
daniel |
55 |
<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_piwik_SiteId', __('Piwik Seiten ID', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_SiteId'), array('help' => 'wpsg_mod_statistics_piwik_SiteId')); ?>
|
2351 |
robert |
56 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_piwik_ecommerce', __('Käufe (eCommerce) tracken', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_ecommerce')); ?>
|
3486 |
daniel |
57 |
<br /><br />
|
2351 |
robert |
58 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_piwik_basket', __('Warenkorb tracken', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_basket')); ?>
|
|
|
59 |
<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_piwik_basket_target', __('Ziel ID', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_basket_target')); ?>
|
|
|
60 |
<br />
|
|
|
61 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_piwik_checkout', __('Checkout tracken', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_checkout')); ?>
|
|
|
62 |
<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_piwik_checkout_target', __('Ziel ID', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_checkout_target')); ?>
|
|
|
63 |
<br />
|
|
|
64 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_piwik_checkout2', __('Checkout2 tracken', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_checkout2')); ?>
|
|
|
65 |
<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_piwik_checkout2_target', __('Ziel ID', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_checkout2_target')); ?>
|
|
|
66 |
<br />
|
|
|
67 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_piwik_overview', __('Overview tracken', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_overview')); ?>
|
|
|
68 |
<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_piwik_overview_target', __('Ziel ID', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_overview_target')); ?>
|
|
|
69 |
<br />
|
|
|
70 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_piwik_done', __('Done tracken', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_done')); ?>
|
|
|
71 |
<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_piwik_done_target', __('Ziel ID', 'wpsg'), $this->get_option('wpsg_mod_statistics_piwik_done_target')); ?>
|
2350 |
robert |
72 |
<div class="wpsg_clearer"></div>
|
|
|
73 |
</div>
|
|
|
74 |
|
5832 |
hartmut |
75 |
<div role="tabpanel" class="tab-pane" id="tab3">
|
3233 |
robert |
76 |
<?php
|
|
|
77 |
|
5255 |
thomas |
78 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_active', __('Google Analytics aktivieren', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_active'), array('help' => 'wpsg_mod_statistics_google_active'));
|
3233 |
robert |
79 |
|
5255 |
thomas |
80 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_google_tracking_code', __('Tracking-Code', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_tracking_code'), array('help' => 'wpsg_mod_statistics_google_tracking_code'));
|
3233 |
robert |
81 |
|
5255 |
thomas |
82 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_google_domainname', __('Domainname', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_domainname'), array('help' => 'wpsg_mod_statistics_google_domainname'));
|
3233 |
robert |
83 |
|
5255 |
thomas |
84 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_anonymise_ip_address', __('IP Adresse anonymisieren', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_anonymise_ip_address'), array('help' => 'wpsg_mod_statistics_google_anonymise_ip_address'));
|
3233 |
robert |
85 |
|
|
|
86 |
//echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_enable_first_touch_tracking', __('Enable First Touch Tracking', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_enable_first_touch_tracking'));
|
|
|
87 |
|
5255 |
thomas |
88 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_track_page_load_time', __('Ladegeschwindigkeit der Website erfassen', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_track_page_load_time'), array('help' => 'wpsg_mod_statistics_google_track_page_load_time'));
|
3233 |
robert |
89 |
?>
|
|
|
90 |
<h3><?php echo __('Zieleinrichtung in Google Analytics', 'wpsg'); ?></h3>
|
|
|
91 |
|
6005 |
hartmut |
92 |
<?php
|
|
|
93 |
echo wpsg_drawForm_Textstart();
|
|
|
94 |
echo wpsg_drawForm_TextEnd(__('Ziel', 'wpsg'), array('noP' => true));
|
|
|
95 |
?>
|
|
|
96 |
|
3233 |
robert |
97 |
<ul>
|
|
|
98 |
<li>
|
2350 |
robert |
99 |
<?php
|
3233 |
robert |
100 |
|
|
|
101 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_google_done', __('Bestellabschluss', 'wpsg'), trim(str_replace(get_site_url(), '', $this->getURL(wpsg_ShopController::URL_BASKET).'?wpsg_done')).'=', array('text' => true));
|
|
|
102 |
|
|
|
103 |
?>
|
|
|
104 |
</li>
|
|
|
105 |
</ul>
|
6005 |
hartmut |
106 |
<?php
|
|
|
107 |
echo wpsg_drawForm_Textstart();
|
|
|
108 |
echo wpsg_drawForm_TextEnd(__('Trichter (optional)', 'wpsg'), array('noP' => true));
|
|
|
109 |
?>
|
|
|
110 |
|
3233 |
robert |
111 |
<ul>
|
|
|
112 |
|
|
|
113 |
<li><?php echo wpsg_drawForm_Input('wpsg_mod_statistics_google_basket', __('Warenkorb', 'wpsg'), trim(str_replace(get_site_url(), '', $this->getURL(wpsg_ShopController::URL_BASKET))), array('text' => true)); ?></li>
|
|
|
114 |
<li><?php echo wpsg_drawForm_Input('wpsg_mod_statistics_google_checkout', __('Adresse', 'wpsg'), trim(str_replace(get_site_url(), '', $this->getURL(wpsg_ShopController::URL_CHECKOUT))).'=', array('text' => true)); ?></li>
|
|
|
115 |
<li><?php echo wpsg_drawForm_Input('wpsg_mod_statistics_google_checkout2', __('Versand', 'wpsg'), trim(str_replace(get_site_url(), '', $this->getURL(wpsg_ShopController::URL_CHECKOUT2))).'=', array('text' => true)); ?></li>
|
|
|
116 |
<li><?php echo wpsg_drawForm_Input('wpsg_mod_statistics_google_overview', __('Warenkorbübersicht', 'wpsg'), trim(str_replace(get_site_url(), '', $this->getURL(wpsg_ShopController::URL_OVERVIEW))).'=', array('text' => true)); ?></li>
|
|
|
117 |
|
|
|
118 |
</ul>
|
|
|
119 |
|
|
|
120 |
<div class="wpsg_clearer"></div>
|
|
|
121 |
</div>
|
|
|
122 |
|
5832 |
hartmut |
123 |
<div role="tabpanel" class="tab-pane" id="tab4">
|
3233 |
robert |
124 |
<?php
|
4932 |
thomas |
125 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_line_chart_width', __('Liniendiagramm (Breite in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_line_chart_width'), array('help' => 'wpsg_mod_statistics_line_chart_width'));
|
|
|
126 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_line_chart_height', __('Liniendiagramm (Hoehe in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_line_chart_height'), array('help' => 'wpsg_mod_statistics_line_chart_height'));
|
2350 |
robert |
127 |
|
4932 |
thomas |
128 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_pie_chart_width', __('Kuchendiagramm (Breite in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_pie_chart_width'), array('help' => 'wpsg_mod_statistics_pie_chart_width'));
|
|
|
129 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_pie_chart_height', __('Kuchendiagramm (Höhe in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_pie_chart_height'), array('help' => 'wpsg_mod_statistics_pie_chart_height'));
|
2350 |
robert |
130 |
|
4932 |
thomas |
131 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_bar_chart_width', __('Balkendiagramm (Breite in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_bar_chart_width'), array('help' => 'wpsg_mod_statistics_bar_chart_width'));
|
|
|
132 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_bar_chart_height', __('Balkendiagramm (Höhe in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_bar_chart_height'), array('help' => 'wpsg_mod_statistics_bar_chart_height'));
|
2350 |
robert |
133 |
|
4932 |
thomas |
134 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_topproductcount', __('Anzeige Top-Produkte', 'wpsg'), $this->get_option('wpsg_mod_statistics_topproductcount'), array('help' => 'wpsg_mod_statistics_topproductcount'));
|
2350 |
robert |
135 |
?>
|
|
|
136 |
<div class="wpsg_clearer"></div>
|
|
|
137 |
</div>
|
1274 |
robert |
138 |
|
2350 |
robert |
139 |
</div>
|
|
|
140 |
</div>
|
|
|
141 |
|
|
|
142 |
<script type="text/javascript">
|
|
|
143 |
|
|
|
144 |
jQuery(document).ready(function() {
|
|
|
145 |
jQuery('#wpsg_tab').wpsg_tab( {
|
|
|
146 |
'cookiename': 'wpsg_statistics_tab'
|
|
|
147 |
} );
|
|
|
148 |
} );
|
|
|
149 |
|
|
|
150 |
</script>
|