Closed
Description
For now we have a lot places, that contains code like this:
/** @var \Magento\Data\Form $form */
$form = $this->_formFactory->create();
$fieldset = $form->addFieldset('tiered_price', array('legend' => __('Tier Pricing')));
$fieldset->addField('default_price', 'label', array(
'label' => __('Default Price'),
'title' => __('Default Price'),
'name' => 'default_price',
'bold' => true,
'value' => $product->getPrice()
));
But we haven't events to add additional fields.
Example:
Metadata
Metadata
Assignees
Labels
No labels