Kann mir eventuell jemand weiterhelfen? Ich habe in der DB bei products ein Feld 'meinwert'. Wie stelle ich es am besten an, das der möglichst überall vorhanden ist (ProductListing, ProductInfo, FlyOver etc.). Ich hatte gerade in der ProductListingContentControl diese Stelle entdeckt: Code: public function add_product_data(array &$p_products_array, array $p_product_array, product $p_coo_product) { // overload this method to add or manipulate data of the product array } Aber da stehe ich voll auf dem Schaluch. In 'coo_product' sind meine Werte drin aber im 'products_array' brauche ich es. Eventuell gibt es ja auch eine zentralere Stelle. Kann mir da jemand mal einen Tritt geben bitte? Liebe Grüße, Jens