sschreier/sschreiergridlayoutforshoppingexperiences

grid layout / columns for the shopping experiences

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:shopware-platform-plugin

1.0.1 2025-04-13 07:00 UTC

This package is auto-updated.

Last update: 2025-04-13 07:01:24 UTC


README

The extension provides additional cms blocks with different column arrangements under the block category Text within a layout.

The cms blocks are based on the 12-column grid layout of Bootstrap.

As soon as the cms block has been placed in the layout, the respective cms element with the type Text can be replaced if required as usual using the corresponding icon.

Additional cms blocks

  • One column
  • Two columns from 768px
  • Two columns from 768px (25%, 75%)
  • Two columns from 768px (75%, 25%)
  • Two columns from 768px (33.3%, 66.3%)
  • Two columns from 768px (66.6%, 33.3%)
  • Three columns from 768px
  • Three columns from 768px (25%, 50%, 25%)
  • Three columns from 768px (16.6%, 66.6%, 16.6%)
  • Four columns from 768px
  • Six columns from 768px

How to install the extension

via zip and console (recommended)

  1. Download the latest SschreierGridLayoutForShoppingExperiences-master.zip.
  2. Unzip the zip file and rename the folder to SschreierGridLayoutForShoppingExperiences.
  3. Move the folder to the project folder custom/plugins/ .
  4. Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierGridLayoutForShoppingExperiences

via composer

  1. Add the repository URL to the composer.json of the project
"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "https://github.com/sschreier/SschreierGridLayoutForShoppingExperiences"
    }
],
  1. Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreiergridlayoutforshoppingexperiences
bin/console plugin:refresh
bin/console plugin:install --activate SschreierGridLayoutForShoppingExperiences

via https://packagist.org

  • Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreiergridlayoutforshoppingexperiences
bin/console plugin:refresh
bin/console plugin:install --activate SschreierGridLayoutForShoppingExperiences

via zip upload

  1. Download the latest SschreierGridLayoutForShoppingExperiences-master.zip.
  2. Unzip the zip file and rename the folder to SschreierGridLayoutForShoppingExperiences.
  3. Zip the folder to SschreierGridLayoutForShoppingExperiences.zip.
  4. Upload the zip in the Shopware Administration.
  5. Install & Activate the extension.

extension update (zip)

  1. Download the latest SschreierGridLayoutForShoppingExperiences-master.zip.
  2. Unzip the zip file and rename the folder to SschreierGridLayoutForShoppingExperiences.
  3. Zip the folder to SschreierGridLayoutForShoppingExperiences.zip.
  4. Upload the zip in the Shopware Administration.
  5. Update the extension.

Images

additional cms blocks part 1

additional cms blocks part 1

additional cms blocks part 2

additional cms blocks part 2

additional cms blocks part 3

additional cms blocks part 3

additional cms blocks part 4

additional cms blocks part 4