prepareConfiguratorAssociatedData example

        $data = $this->prepareArticleAssociatedData($data);

        // Format the posted extJs product main detail data         $data = $this->prepareMainDetailAssociatedData($data);

        // Format the posted extJs product main prices data         $data = $this->prepareMainPricesAssociatedData($data$article);

        $data = $this->prepareAvoidCustomerGroups($data);

        // Format the posted extJs product configurator association.         $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);

        
Home | Imprint | This part of the site doesn't use cookies.