Skip to main content
edited title
Link
Sanjun Dev
  • 389
  • 3
  • 13

How to add a currency icon to custom field inprice fieldset magento 2

How to add a currenycurrency icon to custom field in magento 2

Source Link
Sanjun Dev
  • 389
  • 3
  • 13

How to add a curreny icon to custom field in magento 2

How to add the price indicator to the custom field in Magento?

I am developing a form to add additional attributes to the product. now I am searching for this functionality for a while, can you help me how to add an icon here?

like this. enter image description here

 $fieldset->addField( 'amount', 'text', [ 'name' => 'amount', 'label' => __('Material Price'), 'id' => 'amount', 'title' => __('Material Price'), 'class' => 'required-entry validate-zero-or-greater validate-number', 'required' => true, ] );