﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1050	Fehler in print_product_info.php	Ronald Parcinski	somebody	"Der Eintrag bei NAME wird seltsam zusammengebaut.
Evtl wäre es auch besser die Attr.Preise in ein separates Feld zu schreiben.
Das wäre dann aber nicht mehr abwärtskompatibel.

{{{
foreach ($attributes['DATA'] as $key => $value) {
        $module_content[] = array('GROUP' => $attributes['NAME'],
                                  'NAME' => $value['TEXT'] . ((isset($value['PREFIX'])) ? ' ('.$value['PREFIX'].$value['PRICE'].')' : '')
                                  );
      }
}}}
"	Bug/Fehler	closed	normal	modified-shop-2.0.5.0	Shop	2.0.0.0	fixed				
