gilbertsoft/typo3-zwergenfabrik

Sitepackage Zwergenfabrik - Aimeos based Webshop


Keywords
TYPO3 CMS
License
CNRI-Python-GPL-Compatible

Documentation

TYPO3 CMS Project Bootstrap

Get going quickly with TYPO3 CMS.

Prerequisites

Quickstart

  • cd /var/www/[website]/private
  • su [user, e.g. webX]
  • composer create-project gilbertsoft/typo3-bootstrap typo3 dev-[project]
  • cd typo3

Setup:

To start an interactive installation, you can do so by executing the following command and then follow the wizard:

php[used PHP version, e.g. 7.2] vendor/bin/typo3cms install:setup

Setup unattended (optional):

If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substite the arguments with your own environment configuration.

php[used PHP version, e.g. 7.2] vendor/bin/typo3cms install:setup \
    --non-interactive \
    --database-user-name=typo3 \
    --database-user-password=typo3 \
    --database-host-name=127.0.0.1 \
    --database-port=3306 \
    --database-name=typo3 \
    --use-existing-database \
    --admin-user-name=admin \
    --admin-password=password \
    --site-setup-type=site

User manual

Option or Variant

One important decision is to choose the right product type. If a product is available in multiple models like various sizes or colors a selection with multiple articles has to be created. Else you are not able to manage stocks and the customer will be able to buy articles without defining the necessary attributes.

By default there is no preselection of the variants but this can be changed in https://github.com/gilbertsoft/typo3-zwergenfabrik/blob/master/packages/sitepackage/Configuration/TypoScript/Setup/Aimeos/client-html.typoscript see client.html.catalog.selection.preselect at the end of the file.

Adding new attributes

Updates

2019-06-29

  • change Backend Layouts from Clean to Default
  • run Upgrade Wizard in Install tool
  • clear all caches in Install tool
  • run Aimeos Update script

License

GPL-3.0 or later