C
C
cirega2014-10-10 18:38:55
1C-Bitrix
cirega, 2014-10-10 18:38:55

What is the best way to make an online store from scratch on the demo version of Bitrix?

Good afternoon, I am going through a lesson on creating an online store in the online Business Administrator course, I installed Bitrix without demo data. When passing the course, there were misunderstandings, for example, it says that the site should already have base prices, etc., but I don’t have this, I have to manually create it. In this connection, I had a question, maybe I chose the wrong approach, maybe it was still worth setting up a store with demo data and then deleting them?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrey Savrasov, 2014-10-11
@alcorn

Usually a regular online store is installed, and then the template is postponed. An option for the lazy... not to create all the settings, but to use the basic ones.

C
cirega, 2014-10-11
@cirega

Got it, thanks

S
sergey, 2016-11-06
@HamSter007

I have been using the standard gulp sharpened assembly for quite some time now:

bower_components
builds
node_modules
src/
    fonts/
    img/
    template/
         header.html
         footer.html
         . . . . . . . .
    js/
         script.js
    sass/
        _base.scss
        _butons.scss
        _fonts.scss
        _forms.scss
        _media.scss
        _mixins.scss
        _sprite.scss
        _style.scss
        _variables.scss
        main.scss
    index.html
.gitignore
bower.json
gulpfile.js
package.json

at the output you can get two versions:
/production (minified files)
/development
depending on the need, inside the folders there is a standard set:
css/
   main.css
   vendor.css
fonts/
img/
js/
   script.js
   vendor.js
index.html

S
Sergey Goryachev, 2016-11-06
@webirus

By and large, there is no difference)))
Use what you like more)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question