sas/shortcode

Use Wordpress like Shortcodes within the Text Editor of Shopware

Installs: 6 332

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 4

Forks: 3

Open Issues: 1

Type:shopware-platform-plugin

1.0.2 2021-10-21 12:47 UTC

This package is auto-updated.

Last update: 2024-04-04 18:18:04 UTC


README

Use Wordpress like Shortcodes within the Text Editor in Shopware 6.

Bildschirmfoto 2021-04-05 um 10 35 50

Installation

composer require sas/shortcode

Configuration

After the plugin installation, you are now able to use these three shortcodes from within the Shopware Editor or CMS page as well.

  • {{ product=firstProductId,secondProductId }}
  • {{ category=firstCategoryId,secondCategoryId }}
  • {{ icon=ICONNAME }}, for example {{ icon=heart }}

After installation you also have a config option for the plugin to use custom theme icons, this can be enabled in the plugin configuration.

We're currently working on more Shortcodes, like for example to have the ability to create columns with Shortcodes.

Shortcode in texteditor

Storefront which shows the product from the Shortcode