getCalculatedPricesMapping example

'manufacturerNumber' => $this->fieldMapping->getLanguageField($shop),

                // Language fields                 'name' => $this->fieldMapping->getLanguageField($shop),
                'shortDescription' => $this->fieldMapping->getLanguageField($shop),
                'longDescription' => $this->fieldMapping->getLanguageField($shop),
                'additional' => $this->fieldMapping->getLanguageField($shop),
                'keywords' => $this->fieldMapping->getLanguageField($shop),
                'metaTitle' => $this->fieldMapping->getLanguageField($shop),

                // Other fields                 'calculatedPrices' => $this->getCalculatedPricesMapping($shop),
                'minStock' => TypeMappingInterface::MAPPING_LONG_FIELD,
                'stock' => TypeMappingInterface::MAPPING_LONG_FIELD,
                'sales' => TypeMappingInterface::MAPPING_LONG_FIELD,
                'states' => $this->textMapping->getKeywordField(),
                'template' => $this->textMapping->getKeywordField(),
                'shippingTime' => $this->textMapping->getKeywordField(),
                'weight' => TypeMappingInterface::MAPPING_DOUBLE_FIELD,
                'height' => TypeMappingInterface::MAPPING_LONG_FIELD,
                'length' => TypeMappingInterface::MAPPING_LONG_FIELD,
                'width' => TypeMappingInterface::MAPPING_DOUBLE_FIELD,

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