shopgate / click-and-reserve-shopware6
Shopgate - Click & Reserve
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Twig
Type:shopware-platform-plugin
pkg:composer/shopgate/click-and-reserve-shopware6
Requires
- php: >=7.1.3
- shopware/core: ^6.3.0
- shopware/storefront: ^6.3.0
This package is auto-updated.
Last update: 2026-01-06 14:57:47 UTC
README
This plugin enables merchants to easily offer click & reserve functionality in their Shopware 6 Shop. It uses our storefront javascript library. The script adds a “reserve” button to the product detail page, via which a new reservation can be placed.
Installation
- Download the latest releases
- Upload it as a plugin in your Shopware backend.
- Install and activate it
- Open the config of our plugin and enter your Storefront API Key (Shopgate Admin -> Settings -> General -> Storefront API Key)
Configuration
Our plugin comes with a bunch of configuration options. The only setting that you must setup there is your API Key. You will find your key in our admin in Settings -> General -> Storefront API Key
All other settings are optional. More details can be found in the Shopgate Storefront Library Documentation
Custom Translations
In case you want to set custom translations for certain strings, you can use this template:
{
"de":{
"reserve.submit":"Reservieren"
},
"en":{
"reserve.submit":"Reserve NOW"
}
}
Available strings can be found details can be found here.
Developer note
For SW marketplace upload you need to zip this repository like this zip -r SgateClickAndReserveSW6.zip SgateClickAndReserveSW6 -x ".*" -x "__MACOSX"
Support
Contact us via support@shopgate.com
Changelog
See CHANGELOG.md file for more information.