sschreier/sschreiershowcase
最新稳定版本:1.1.1
Composer 安装命令:
composer require sschreier/sschreiershowcase
包简介
shop without buy function as a pure showcase
README 文档
README
An extension to implement a shop without a buy function and therefore as a pure showcase. To do this, you can hide the search field, the wish list button, the customer account button and the cart button and the prices. If the functions are hidden, the pages are redirected to a self-defined target. The redirection can be to the homepage, a category or a landing page.
how to use it
product settings
- assigning a custom product page layout for the product in the tab "Layout"
product page layout settings
- create a product page layout under "Content" and "Shopping Experiences"
- replace the cms element Buy box with a cms element Text via the replace element icon if the cart should not be shown
- remove the cms block Cross Selling if you don't want to display assigned products
shop settings
- deactivate the switch Activate wishlist under Settings, Shop and Cart settings in the area "Wishlist" if the wish list should not be shown
- deactivate the switch Display buy buttons in listings under Settings, Shop and Products in the area "Product" if the cart should not be shown
Possible Configurations
- select, if the search field should be shown (*1)
- select, if the wish list button should be shown (*1)
- select, if the customer account button should be shown (*1)
- select, if the cart button should be shown (*1)
- select, if the prices should be shown
- select, if the search field should be right-aligned
Possible Configurations for the redirection
- activate the redirection (*1)
- select the redirect target (*1)
- select the category to redirect to (*1)
- select the landingpage to redirect to (*1)
(*1): some changes in the settings within the configuration are not immediately visible in the frontend of the shop
After changing settings specifically for the redirections, you should over and over again "browse privately" in a new window (in Google Chrome you can find the Incognito mode at the top right over the button ... and New Incognito Window)
How to install the extension
via zip and console (recommended)
- Download the latest SschreierShowcase-master.zip.
- Unzip the zip file and rename the folder to SschreierShowcase.
- Move the folder to the project folder custom/plugins/ .
- Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierShowcase
via composer
- Add the repository URL to the composer.json of the project
"repositories": [
...,
{
"type": "vcs",
"url": "https://github.com/sschreier/SschreierShowcase"
}
],
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreiershowcase
bin/console plugin:refresh
bin/console plugin:install --activate SschreierShowcase
via https://packagist.org
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreiershowcase
bin/console plugin:refresh
bin/console plugin:install --activate SschreierShowcase
via zip upload
- Download the latest SschreierShowcase-master.zip.
- Unzip the zip file and rename the folder to SschreierShowcase.
- Zip the folder to SschreierShowcase.zip.
- Upload the zip in the Shopware Administration.
- Install & Activate the extension.
extension update (zip)
- Download the latest SschreierShowcase-master.zip.
- Unzip the zip file and rename the folder to SschreierShowcase.
- Zip the folder to SschreierShowcase.zip.
- Upload the zip in the Shopware Administration.
- Update the extension.
Images
home page as pure showcase without search field, wish list button, customer account button and cart button and prices
product category as pure showcase without search field, wish list button, customer account button and cart button and prices
product detail page as pure showcase without search field, wish list button, customer account button, cart button, prices and buy box
home page as pure showcase without wish list button, customer account button, cart button and prices but with search field
home page as pure showcase without wish list button, customer account button, cart button and prices but with opened search field with no prices
product category as pure showcase without wish list button, customer account button, cart button and prices but with search field
product detail page as pure showcase without wish list button, customer account button, cart button, prices and buy box but with search field
extension configuration for case 1 part 1
extension configuration for case 1 part 2
extension configuration for case 2 part 1
extension configuration for case 2 part 2
product page layout without the cms element Buy box
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-03-09