We would like to increase list price by an amount we can define on each product attribute option. An example: we sell pre-painted stools, and most colours are free, but silver and gold paint has an additional charge. When variants are generated, we would like the list price of the variant to include the additional charge (we can do this with a formula but we can't by default add the currency field to the Product Attribute Option entity in the entity manager).
If not considered for the core add-on, we would like to be able to add custom fields to Product Attribute Option entity. We can then use the Before Save Script to add the template list price to a value in a custom field on Product Attribute Option and set in the variant's list price.
Note that I understand we can in code add fields to the Product Attribute Option entity, but it is not clear why it isn't already made available in the UI's Entity Manager and we do not want to risk breakages in the future.
If not considered for the core add-on, we would like to be able to add custom fields to Product Attribute Option entity. We can then use the Before Save Script to add the template list price to a value in a custom field on Product Attribute Option and set in the variant's list price.
Note that I understand we can in code add fields to the Product Attribute Option entity, but it is not clear why it isn't already made available in the UI's Entity Manager and we do not want to risk breakages in the future.
Comment