Subversion Repositories wpShopGermany4

Rev

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

Rev 8178 Rev 8179
Line 296... Line 296...
296
		
296
		
297
		// Produktvariablen
297
		// Produktvariablen
298
		if ($this->hasMod('wpsg_mod_productvars') && $this->get_option("wpsg_mod_rechnungen_showpv") == "1")
298
		if ($this->hasMod('wpsg_mod_productvars') && $this->get_option("wpsg_mod_rechnungen_showpv") == "1")
299
		{
299
		{
300
 
300
 
301
			$arPV = $this->callMod('wpsg_mod_productvars', 'getAllProductVarValues', array($this->view['data']['id'], $p['product_index'] - 1));
301
			$arPV = $this->callMod('wpsg_mod_productvars', 'getAllProductVarValues', array($this->view['data']['id'], $p['product_index']));
302
 
302
 
303
			if (wpsg_isSizedArray($arPV))
303
			if (wpsg_isSizedArray($arPV))
304
			{
304
			{
305
				
305
				
306
				foreach ($arPV as $pv)
306
				foreach ($arPV as $pv)