Answer the question
In order to leave comments, you need to log in
What stack to use for such a project?
The customer wants a simple site for the sale of printing products.
The site should have a simple choice of products:
from pictures like "business card" "flyer" "book" "booklet" the buyer chooses what he needs. There selects additional parameters, quantity. For example, for a business card, you need to choose 1 or 2 sides, euro or another size, lamination, linen, plain cardboard or designer, etc. items that are unpredictable so far (the customer can then remember that he can still do this, and one more thing needs to be added). As a result, in order to show the client the cost, a field for comments, file downloads.
Prices wants to be loaded from 1C (8ka).
Hosting to the usual virtual five kopecks (that is, no hacks, reakts and other guns for sparrows).
THEN wants to add functionality over time - a personal account. For certain users, make their own prices (as a percentage or also take from 1C-ki, I have not decided yet).
The site has a couple of pages of texts, a portfolio, news, and sometimes articles for SEO.
For all this, I don’t want to start monstroid tsms.
I would do everything in vanilla html, and the calculator in javascript. But I'm confused by dynamic content (the simplest articles and news) - how to attach it so as not to fence the monster. Here the database is clearly not needed.
But in the end, it would be possible to implement his Wishlist with users after some time.
What do you recommend? The most important thing now is a simple link with 1C.
Answer the question
In order to leave comments, you need to log in
The solution was found - CMS GetSimple, and the addition of a plugin for working with 1C.
A ready-made system in which users are configured (administrator and user with disabled functions, leaving only two points for writing news and articles). Without a database, on files.
It's not disgusting - from ready-made solutions - Bitrix, and IMHO you somehow contradictory describe the situation ... Apparently the first more or less serious project ...
Here the database is clearly not needed.and
The most important thing now is a simple link with 1C.(this is generally nonsense IMHO, in the sense of simple) and
As a result, in order to show the client the cost, a field for comments, file downloads.This is contradiction number one. Where will you store comments, prices from 1C, orders and other data? No, you can, of course, in files), but in any case, how you need to process them, what you do with them with a calculator on js is a mystery).
Но меня смущает динамический контент(простейшие статьи и новости) - чем его присобачить чтобы не городить монстра. Тут БД явно не нужна.Может лучше CMS Joomla! взять?
$(document).ready(function() {
$("a").click(function () {
var elementClick = $(this).attr("href")
var destination = $(elementClick).offset().top - $('.top_header').height();
jQuery("html:not(:animated),body:not(:animated)").animate({scrollTop: destination}, 800);
return false;
});
});
<a href="#qwerty">К якорю</a>
<div id="qwerty">123</div>
Thanks for the option, I picked up this script, but everything works the same, maybe I did something wrong =/.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question