How to customize the product page

Hi everyone,
this is my second post here and it’s about customization again :slight_smile:

I want to create a product webpage similar to an proper online shop, where you can select a category of products to look at instead of the “everything on one page” view that comes with ERPNext by default. Could someone please point me in the right direction on what to look for? I am more or less comfortable with editing JS and HTML files if need be, but maybe I am missing something in the default settings or the way I am organizing items in the stock module? This is more of a proof of concept for a store I am working in, so I am not afraid to mess things up.

Kind regards,
Alex

Checkout Vital- Vibrating Fork Level Switch for Solids
This is vanila ERPNext.

You can build full-scale website (bypassing ERPNext template altogether) by using the www directory in a custom app.
Put js, css, image in respective directory inside public directory.
Then hooks appropriately.

1 Like