Subversion Repositories wpShopGermany4

Rev

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

Rev 8134 Rev 8146
Line 11... Line 11...
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';
15
	else $display_brutto_netto = 'netto';
15
	else $display_brutto_netto = 'netto';
16
	
16
	     
17
?>
17
?>
18
<div class="wpsg wpsg_basket <?php echo ((isset($_REQUEST['wpsg_basket_ajax']))?'wpsg_basket_ajax':''); ?>">
18
<div class="wpsg wpsg_basket <?php echo ((isset($_REQUEST['wpsg_basket_ajax']))?'wpsg_basket_ajax':''); ?>">
19
 
19
 
20
	<?php if ($this->hasMod('wpsg_mod_onepagecheckout') && ($this->get_option('wpsg_mod_onepagecheckout_basket') == 1)) { ?>
20
	<?php if ($this->hasMod('wpsg_mod_onepagecheckout') && ($this->get_option('wpsg_mod_onepagecheckout_basket') == 1)) { ?>
21
	<?php } else {?>
21
	<?php } else {?>