sschreier/sschreierpropertiesinseparateareaproductdetailpage

properties in a separate area on the product detail page

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:shopware-platform-plugin

1.0.3 2025-04-13 06:45 UTC

This package is auto-updated.

Last update: 2025-04-13 06:46:17 UTC


README

An extension to show the properties in a separate area on the product detail page. The separate area can either be a separate tab or a modal box that can be reached via a link. The tab can be shown before or after the rating tab. The link to open the modal can be placed either above the buy button, above the product number or below the description text in the description tab. Furthermore, you can show a headline and a text above the property table if required. In addition, tooltips can also be shown to describe the properties.

Possible configurations

  • select the area on the product detail page where the properties should be shown
  • set the title of the modal or the title of the label of the tab via snippet
  • select if a headline above the property table should be shown
  • set the headline above the property table via snippet
  • select if a text above the property table should be shown
  • set the text above the property table via snippet
  • select if the property table should be shown in larger resolutions in full width

Possible configurations for the tab

  • select if properties tab should be shown before the rating tab
  • set the preview text of the tab in the smaller resolutions via snippet

Possible configurations for the modal

  • select the position of the link to open the modal
  • set the text of the link to open the modal via snippet
  • select if an icon should be shown before the link to open the modal above the product number
  • select if the modal title should be shown
  • select the size of the modal

Available snippets

  • sschreier.propertiesinseparateareaproductdetailpage.headline
  • sschreier.propertiesinseparateareaproductdetailpage.modal.linkToOpenModal
  • sschreier.propertiesinseparateareaproductdetailpage.tab.previewMore
  • sschreier.propertiesinseparateareaproductdetailpage.text
  • sschreier.propertiesinseparateareaproductdetailpage.title

How to install the extension

via zip and console (recommended)

  1. Download the latest SschreierPropertiesInSeparateAreaProductDetailPage-master.zip.
  2. Unzip the zip file and rename the folder to SschreierPropertiesInSeparateAreaProductDetailPage.
  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 SschreierPropertiesInSeparateAreaProductDetailPage

via composer

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

via https://packagist.org

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

via zip upload

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

extension update (zip)

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

Images

default: properties within the description tab

default: properties within the description tab

properties in a separate tab

properties in a separate tab

properties in a separate tab and with a custom headline and text

properties in a separate tab and with a custom headline and text

properties in a modal that can be reached via a link that is located below the description text in the description tab

properties in a modal that can be reached via a link that is located below the description text in the description tab

properties in a modal

properties in a modal

properties in a modal that can be reached via a link that is located above the buy button

properties in a modal that can be reached via a link that is located above the buy button

properties in a modal that can be reached via a link that is located above the product number

properties in a modal that can be reached via a link that is located above the product number

properties within the description tab with a tooltip icon

properties within the description tab with a tooltip icon

properties within the description tab with an open tooltip

properties within the description tab with an open tooltip

extension configuration part 1

extension configuration part 1

extension configuration part 2

extension configuration part 2

extension configuration part 3

extension configuration part 3

custom description for a property displayed in a tooltip and set within the custom fields of a property

custom description for a property displayed in a tooltip and set within the custom fields of a property