cancel
Showing results for 
Search instead for 
Did you mean: 

which is the path add product page in admin

SOLVED

which is the path add product page in admin

which is the path add product page in admin?

i want sum price+shipping =totalprice in product view page.

This summation do in add product admin page.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: which is the path add product page in admin

Hi @sarithapoleela 

You can add product by using below steps:
1. Admin > Products > Catalog 
2. Click on Add product
3. Add required fields for form
4. Click on Save 

Or you can refer below link for your requirement:
https://www.fastcomet.com/tutorials/magento2/add-products

It may help you.
If issue resolve, please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!

View solution in original post

3 REPLIES 3

Re: which is the path add product page in admin

Hi @sarithapoleela 

You can add product by using below steps:
1. Admin > Products > Catalog 
2. Click on Add product
3. Add required fields for form
4. Click on Save 

Or you can refer below link for your requirement:
https://www.fastcomet.com/tutorials/magento2/add-products

It may help you.
If issue resolve, please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!

Re: which is the path add product page in admin

i am asking file code path,not an cms path.

Re: which is the path add product page in admin

Hello @sarithapoleela ,

here is the path of the files for add product page in admin

Controller :-/vendor/magento/module-catalog/Block/Product/NewProduct.php

Layout :-/vendor/magento/module-catalog/view/adminhtml/layout/catalog_product_form.xml

Ui-component:- /vendor/magento/module-catalog/view/adminhtml/ui_component/product_form.xml

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!