M
M
M1sterSandman2019-03-03 00:04:48
Online shopping
M1sterSandman, 2019-03-03 00:04:48

The easiest online store?

Guys, tell me where to start, and in what direction to move when creating the simplest online store? We need to make an online store, the simplest one literally for 50+ products. BUT WITHOUT using CMS.
The main concept is a simple store that will not be registered. When ordering, I receive only a few types of data from the client (for example, phone number, email address, first name, last name).
There are a lot of questions that I can't find answers to.
1) Is it possible to somehow make this data, for example, be written to a Google table through an api table?
2) How to make the generation of pages according to a template, with a change in text, pictures, etc. Preferably without PHP, ideally Node.js.
3) Is it possible to somehow implement data storage for templates, and data from product cards without using a database?
Tell me, maybe there is already a similar article somewhere, or some kind of video course. I will be very grateful for your help.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vitaly Kirenkov, 2019-03-03
@DeLaVega

The easiest online store:
Landing page with a list of products. When you click on a product, you show a modal window with details, when you click on an order, you show another modal window with a form in which, in addition to the customer's data, the product ID is passed. The form sends an email.
Store goods in json locally.

A
Artem, 2019-03-03
@Cruper

ru.wix.com
ucoz.ru

S
sim3x, 2019-03-03
@sim3x

1. You can, but why? If it's easier for you to set up the process through mail
2. Static site generators. (Node is just as bad as php)
3. Yes. csv, json, yaml, ....

Please let me know if there is a similar article somewhere.
on the whole question - I doubt it.
In pieces, everything is perfectly searched

V
Vyacheslav Kot, 2019-03-03
@xronelx

Heeg use. Everything for your needs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question