I
I
Ivan_Ivanov19952016-09-21 07:32:59
PHP
Ivan_Ivanov1995, 2016-09-21 07:32:59

Where can I find sources for self-study in order to create an online store?

Good day, goal: to create a small and as simple as possible online store for myself in order to learn, I have experience in creating sites on my own engine, so I want to create an online store not on CMS and without frameworks. I have already applied to search engines, but there is practically no information on how to do it yourself and without CMS, please tell me, links to tutorial articles, etc. where the process of creating an online store engine from scratch is described.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
X
xmoonlight, 2016-09-21
@xmoonlight

I have experience in creating websites on my own engine
Show your engine code (link to github, etc.) or a site running on it.
UPD: start with payment systems and SSL certificates, then smoothly move on to the organization of the basket, and then to the storefront.

A
Andrey Ashgaliyev, 2016-09-21
@h0001

If the goal is to get a little idea of ​​how it works there, then this article https://code.tutsplus.com/tutorials/build-a-shoppi...

G
Gleb Gryadk.in, 2016-09-21
@Gryadk_in

Well, start building your store. In the process of creation, various questions will arise - here is the roadmap for you.
The store differs from a simple site only in a basket. You can even not make a personal account. And fasten the basket to the asist.
In the 2000s, quite successful stores were made in pure html + asyst or its analogues. I see no problem repeating.

N
nepster-web, 2016-09-21
@nepster-web

https://www.youtube.com/watch?v=AzGq7BtcDeY&index=...

M
Maxim Timofeev, 2016-09-21
@webinar

not on CMS and without frameworks

What is it like? Naked php? So in any case, cms will work for you.

D
dmitriy, 2016-09-21
@dmitriylanets

I have experience in creating websites on my own engine

well, make a store based on it - the
minus of this approach is problems with stability, performance, implementation time and security,
so immediately take a normal framework that will solve the above problems, and don’t worry.
if you spread the store development tools on abstraction, then you can highlight:
pure php -> framework without framework -> framework -> CMF -> CMS
at each level there are pros and cons, determine what you prefer

M
Maxim Kotenko, 2016-10-17
@mistik_max

Personally, I would advise you YouTube or ready-made solutions in the form of info products, for example, the same Evgeny Popov, where he shows and tells how to make an online store from scratch)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question