kvantstudio / site_commerce
Online store for Drupal.
Package info
gitlab.com/SiteCommerce/site_commerce
Type:drupal-module
pkg:composer/kvantstudio/site_commerce
Requires
- drupal/paragraphs: ^1.19
- drupal/pathauto: ^1.13
- drupal/redirect: ^1.11
- drupal/twig_field_value: ^2.0
- kvantstudio/site_send_message: ^3.0
- phpoffice/phpspreadsheet: ^5.0
This package is auto-updated.
Last update: 2026-06-14 08:20:46 UTC
README
Выполнить установку Drupal через Drupal Composer Project Template
Открыть в терминале папку с проектом (например, папка вашего проекта my-project)
cd my-project
Установить Drupal
composer create-project drupal/recommended-project .
В composer.json добавить в раздел require дополнительные модули
"require": {
......
"kvantstudio/site_account": "^4.1",
"kvantstudio/site_commerce": "^3.3",
"kvantstudio/site_payments": "^3.20",
"kvantstudio/site_payments_sberbank": "^2.6",
"kvantstudio/site_payments_raiffeisenbank": "^1.7",
"kvantstudio/site_payments_sovcombank": "^1.4",
"kvantstudio/site_send_message": "^3.4",
"zodiacmedia/drupal-libraries-installer": "^1.6"
}
Модуль zodiacmedia/drupal-libraries-installer поможет установить сторонние js библиотеки в папку libraries. Библиотека flickity используется для отображения слайдера фотографий в карточке товара.
В раздел extra добавить дополнительный раздел drupal-libraries
"extra": {
"drupal-libraries": {
"flickity": "https://github.com/metafizzy/flickity/archive/refs/tags/v2.3.0.zip"
},
}
Выполнить команду обновления
composer update --with-dependencies -o
Выполнить стандартную установку Drupal через браузер
Выполнить команду установки модуля управления товарами
drush en site_commerce_product site_payments site_account site_send_message