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
Requires
- shopware/core: ~6.6.0
- shopware/storefront: ~6.6.0
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)
- Download the latest SschreierPropertiesInSeparateAreaProductDetailPage-master.zip.
- Unzip the zip file and rename the folder to SschreierPropertiesInSeparateAreaProductDetailPage.
- Move the folder to the project folder custom/plugins/ .
- Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierPropertiesInSeparateAreaProductDetailPage
via composer
- Add the repository URL to the composer.json of the project
"repositories": [
...,
{
"type": "vcs",
"url": "https://github.com/sschreier/SschreierPropertiesInSeparateAreaProductDetailPage"
}
],
- 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
- Download the latest SschreierPropertiesInSeparateAreaProductDetailPage-master.zip.
- Unzip the zip file and rename the folder to SschreierPropertiesInSeparateAreaProductDetailPage.
- Zip the folder to SschreierPropertiesInSeparateAreaProductDetailPage.zip.
- Upload the zip in the Shopware Administration.
- Install & Activate the extension.
extension update (zip)
- Download the latest SschreierPropertiesInSeparateAreaProductDetailPage-master.zip.
- Unzip the zip file and rename the folder to SschreierPropertiesInSeparateAreaProductDetailPage.
- Zip the folder to SschreierPropertiesInSeparateAreaProductDetailPage.zip.
- Upload the zip in the Shopware Administration.
- Update the extension.