Subversion Repositories wpShopGermany4

Rev

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

Rev 7893 Rev 7895
Line 4... Line 4...
4
	 * Template für den Warenkorb
4
	 * Template für den Warenkorb
5
	 */
5
	 */
6
 
6
 
7
	//wpsg_debug($this->view['basket']);
7
	//wpsg_debug($this->view['basket']);
8
	//wpsg_debug($this->view['basket']['arCalculation']);
8
	//wpsg_debug($this->view['basket']['arCalculation']);
9
    wpsg_debug($_SESSION['wpsg']);
9
    //wpsg_debug($_SESSION['wpsg']);
10
	//wpsg_debug($this->arShipping);
10
	//wpsg_debug($this->arShipping);
11
 
11
 
12
	//wpsg_debug(__('Deutschland', 'wpsg'));
12
	//wpsg_debug(__('Deutschland', 'wpsg'));
13
	
13
	
14
	if ($this->getFrontendTaxView() === WPSG_BRUTTO) $display_brutto_netto = 'brutto';
14
	if ($this->getFrontendTaxView() === WPSG_BRUTTO) $display_brutto_netto = 'brutto';