Subversion Repositories wpShopGermany4

Rev

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

Rev 5857 Rev 6005
Line 87... Line 87...
87
			 
87
			 
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'));
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'));
89
		?>	
89
		?>	
90
			<h3><?php echo __('Zieleinrichtung in Google Analytics', 'wpsg'); ?></h3>
90
			<h3><?php echo __('Zieleinrichtung in Google Analytics', 'wpsg'); ?></h3>
91
			
91
			
-
 
92
			<?php 
-
 
93
			echo wpsg_drawForm_Textstart();
92
			<?php echo __('Ziel', 'wpsg'); ?>&nbsp;:
94
			echo wpsg_drawForm_TextEnd(__('Ziel', 'wpsg'), array('noP' => true));
-
 
95
			?>
-
 
96
			
93
			<ul>
97
			<ul>
94
				<li>
98
				<li>
95
		<?php 
99
		<?php 
96
		
100
		
97
			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));
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));
98
		
102
		
99
		?>	
103
		?>	
100
				</li>
104
				</li>
101
			</ul>
105
			</ul>
-
 
106
			<?php 
-
 
107
			echo wpsg_drawForm_Textstart();
102
			<?php echo __('Trichter (optional)', 'wpsg'); ?>:
108
			echo wpsg_drawForm_TextEnd(__('Trichter (optional)', 'wpsg'), array('noP' => true));
-
 
109
			?>
-
 
110
 
103
			<ul>
111
			<ul>
104
			
112
			
105
				<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>
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>
106
				<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>
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>
107
				<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>
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>