Magenerds / BasePrice

37 stars 38 forks source link

Can't add extra values to base price #46

Closed w7tf closed 5 years ago

w7tf commented 5 years ago

Hello there I was unable to add attributes to the baseprice

Did the following:

$eavSetup->addAttributeOption([ 'attribute_id' => $attributeId, 'values' => ['kg', 'g', 'mg', 'l', 'ml', 'm', 'cm', 'mm', 'Pack', 'St端ck']

Flushed Cache and it's still not selectable from the dropdown.

Any idea on how to solve this?

Best regards