Download the PHP package sschreier/sschreiershowcase without Composer
On this page you can find all versions of the php package sschreier/sschreiershowcase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sschreier/sschreiershowcase
More information about sschreier/sschreiershowcase
Files in sschreier/sschreiershowcase
Package sschreiershowcase
Short Description shop without buy function as a pure showcase
License GPL-3.0-or-later
Informations about the package sschreiershowcase
An extension to implement a shop without a buy function and therefore as a pure showcase for Shopware 6
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 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:
via composer
-
Add the repository URL to the composer.json of the project
- Connect to the console via ssh and install the plugin source code via the command
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.