V
V
Vadym2018-08-31 13:22:57
CMS
Vadym, 2018-08-31 13:22:57

How to create an online store with an admin panel?

Good afternoon, I'm learning Frontend. At the moment I know HTML5, CSS3, LESS
After several successful attempts at layout PSD layouts.
I decided to create my own online store.
Accordingly, I understand that the site should have an admin panel for loading and adjusting the product.
Delving into this topic, I came across solutions such as CMS.
Well, I think, ok, now I’ll write a site from PSD or I’ll come up with it myself and link it to CMS.
Here I started not to understand, do I understand correctly that this cannot be done? but only buy specialized templates for a specific CMS? Why is that ? How do they differ from the site I wrote.
And how can I then write my site for some kind of CMS or having my site pulled on some kind of admin panel to adjust the content.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
P
Pavel, 2018-08-31
@PavelMonro

You can easily make a design in PSD, then lay it out in html, and then pull it onto the desired CMS.

S
Sanes, 2018-08-31
@Sanes

The CMS has a template engine. We choose the appropriate CMS and read the design integration documentation.

A
Andrej Sharapov, 2018-08-31
@Madeas

Cms uses regular html, just with its own features. Learn the basics, find a "naked" template under cms and pull your layout on it

L
lamer350, 2018-08-31
@lamer350

No, you are making up a template, you just need to "stretch" it.
Stretch - after laying out html / css, you need to turn it into a template for CMS, namely, place everything in the desired structure (files, the structure depends on the CMS) and in places where data will be displayed from the admin panel (in your html code) insert php functions .
It follows from this that you still need minimal php skills. You can find many videos on customizing the template for your chosen CMS on Youtube.

A
AlexIsakau, 2018-08-31
@AlexIsakau

Pay attention to wordpress and paid themes for it.
1. Register a domain (for example, https://www.dotster.com/) ~ 3$
2. Buy a hosting rental (for example, for 1 year, with PHP and everything you need) ~ 30$
3. Install WordPress on hosting ( https: //wordpress.org/download/) ~ $0
4. Install a WordPress theme (for example, you can find it here https://themepalace.com/?s=ecommerce) ~ $60
5. Fill the site with content.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question