i want create new text field in add product page in admin panel,
sum of the two text field as a price value display automatically.please guide me.
sum also in admin.
example:sum of the two fields result value stored in to 3rd filed .
now here also same techniq in admin panel.
Solved! Go to Solution.
Hello @sarithapoleela
go to attribute set and assign your attribute into price group
Hello @sarithapoleela
do you want to sum of price into backend or frontend?
backend in admin,add product page
Hello @sarithapoleela
you can create filed using https://meetanshi.com/blog/create-product-attribute-in-magento-2/
using above url you can get both attribute vallue and save it
This attribute value stored in description part,but i want display below the product price.and sum two attributes and result value stored in price field.
Hello @sarithapoleela
go to attribute set and assign your attribute into price group
how sum of the two attributes and result value stored in price field.