I am using Drupal Commerce to add products to my site.

I would like to Add Products form in main menu as a content to make it more user-friendly to edit.

I copy source code of add product form in a content but it has outdated error

what can i do????

Comments

spovlot’s picture

You don't need to recreate the form. Just add a link to "node/add/product" (or whatever your product type is) to your main menu at /admin/structure/menu/manage/main-menu

aidaaida’s picture

thanks but i mean admin/commerce/products/add/product
and I would like to Add Products form in main menu as a content not a overaly form

spovlot’s picture

Perhaps you should just turn off the Overlay module. Then all of your forms will show in your theme.

aidaaida’s picture

no it doesnt work
i think i should create tpl
but i dont know anything about that...

spovlot’s picture

What does not work? Did you disable the Overlay module? Perhaps you can post a link to a screenshot.

You also may need to disable the administration theme or uncheck "Use the administration theme when editing or creating content".