Ich erstell Custom Fields für unsere Produkte. Ich möchte ein Price Fields hinzufügen, aber es funktioniert nicht richtig. Die Currency ID fehlt und die Eingabefelder sind nicht funktionsfähig. Vielleicht hat jemand eine Idee
[
'id' => $this->getCustomFieldId('price'),
'name' => 'price',
'type' => CustomFieldTypes::PRICE,
'config' => [
'componentName' => 'sw-price-field',
'customFieldType' => 'price',
'label' => [
'en-GB' => 'Price',
'de-DE' => 'Preis',
],
'customFieldPosition' => 1
],
]