1 	public function renderDiscountLabel () {
 2 		
 3 		$img = '';
 4 		
 5 		switch ( $this->getLabelName() ){
 6 			
 7 			case '2':
 8 				$img = 'info_webexklusive';
 9 				break;
10 			
11 			case '3':
12 				$img = 'info_abholartikel';
13 				break;
14 			case '4':
15 				$img = 'info_abholartikel';
16 				break;
17 		}		
18 		
19 		return $img;
20 	}
21 	
22 	public function getLabelName () {
23 		
24 		return $this->oxarticles__articletype->value;
25 		
26 	}