prepareRelatedProductStreamsData example

        $data = $this->prepareConfiguratorAssociatedData($data$article);

        // Format the posted extJs product categories associations         $data = $this->prepareCategoryAssociatedData($data);

        $data = $this->prepareSeoCategoryAssociatedData($data$article);

        // Format the posted extJs related product association         $data = $this->prepareRelatedAssociatedData($data$article);

        // Format the posted extJs related product streams association         $data = $this->prepareRelatedProductStreamsData($data);

        // Format the posted extJs similar product association         $data = $this->prepareSimilarAssociatedData($data$article);

        // Format the posted extJs product image data         $data = $this->prepareImageAssociatedData($data);

        // Format the posted extJs product link data         $data = $this->prepareLinkAssociatedData($data);

        // Format the posted extJs product download data
Home | Imprint | This part of the site doesn't use cookies.