Lost Website Item List after upgrading ERPNext to version 15

Hi All,

I have recently done upgrade of ERPNext version from v14 to v15.
I have lost Website Item List as its no longer searchable and the products page is missing
Kindly advise!

Thanks,
Olister

Hi @olisterr,

You have to install the webshop app for that because in v15, eCommerce-related functionality will be managed in a separate app.

If you want to install the app for v15 then please apply the command:

bench get-app --branch version-15 webshop
bench --site sitename install-app webshop

Please check it.