sschreier/sschreierpropertiesinseparateareaproductdetailpage
最新稳定版本:1.1.1
Composer 安装命令:
composer require sschreier/sschreierpropertiesinseparateareaproductdetailpage
包简介
show the properties in a separate area on the product detail page
README 文档
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.
Images
default: properties within the description tab
properties in a separate tab
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
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 within the description tab with a tooltip icon
properties within the description tab with an open tooltip
extension configuration part 1
extension configuration part 2
extension configuration part 3
custom description for a property displayed in a tooltip and set within the custom fields of a property
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-03-09