Custom webpages

I want to create custom webpages for my e-commerce shop with a custom app and custom css. How can I connect my custom app with web templates so that I can render dynamic data from the server side /desk side?

@bkings12 frappe is a low code framework!

Using the Web Page you can create custom webpages, and the website builder!

My whole website:

https://www.techmaxsolucoes.com.br is made like that!

1 Like

Thank you so much for this. I have tested and its working as I want apart from one part. After creating a webtemplate ie for products how can i get the web items already updated in the system?

There’s an script section, that you can get the data using a python script

This help’s you getting aditional information while rendering the HTML

Also keep in mind that the HTML supports Jinja Syntax, but it’s a bit limited!

Than you. Let me check it out and see how it works.

Why is it whe i create a route field it doesn’t work. Do I need to create a script?

I really didn’t get that !

@bkings12 Frappe’s in-built page builder is the old way of creating web pages.

We at Frappe have started using Frappe Builder to manage our site. You can give it try and see if it works for you.

Here are few reference materials to get started:


Join telegram group for any help:
@frappebuilder


Edit: You can also use Frappe WebShop if you want to setup a E-Commerce site.

1 Like

What kind of script would I write to get get dynamic items from web shop. If i build with frappe builder?

What kind of script would I write to get get dynamic items from web shop. If i build with frappe builder?

@bkings12 you’ll have to write a bit of python script.